Skip to main content

SCCourseLessonType

Interface SCCourseLessonType. Course Schema.

Properties

PropertyTypeDescription
comments_enabled?booleanEnable the comments on the current lesson.
completion_status?SCCourseLessonCompletionStatusTypeEnum to define the course lesson completion status for the user
course_id?numberThe ID of the course the lesson belongs to.
created_at?stringDatetime of lesson course creation.
created_by?SCUserTypeThe lesson course creator.
html?stringThe lesson course html.
idnumberThe ID of the lesson.
locked?booleanDetermines whether the current lesson is locked for the user based on the user and on the course property: type and enforce_lessons_order
medias?SCMediaType[]The list of Media ids for the lesson course
namestringThe name of the lesson
section_id?numberThe ID of the section within the course the lesson belongs to,
status?SCCourseLessonStatusTypeThe status of the lesson.
text?stringThe lesson course text.
typeSCCourseLessonTypologyTypeThe type of the lesson.