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

Hierarchy

  • LearningPathElementStatusSlice

Properties

_learningPathElementStatus: Record<string, LearningPathElementStatus[]>
getLearningPathElementStatus: LearningPathElementStatusReturn
setLearningPathElementStatus: ((courseId?, studentId?, newData?) => Promise<LearningPathElementStatus[]>)

Type declaration

Generated using TypeDoc