Interface LearningPathElementStatusSlice
Hierarchy
- LearningPathElementStatusSlice
Properties
_learningPathElementStatus
getLearningPathElementStatus
setLearningPathElementStatus
Type declaration
-
- (courseId?, studentId?, newData?): Promise<LearningPathElementStatus[]>
-
Parameters
-
Optional
courseId: string
-
Optional
studentId: number
-
getLearningPathElementStatus
Param
The course id
Param
The student id
Returns
An array of learning path element statuses
setLearningPathElementStatus
Param
The course id
Param
The student id
Param
The new data to set (just 1 element)
Returns
An array of learning path element statuses with the updated state