SCCourseLessonType
Interface SCCourseLessonType. Course Schema.
Properties
Property | Type | Description |
---|---|---|
comments_enabled? | boolean | Enable the comments on the current lesson. |
completion_status? | SCCourseLessonCompletionStatusType | Enum to define the course lesson completion status for the user |
course_id? | number | The ID of the course the lesson belongs to. |
created_at? | string | Datetime of lesson course creation. |
created_by? | SCUserType | The lesson course creator. |
html? | string | The lesson course html. |
id | number | The ID of the lesson. |
locked? | boolean | Determines 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 |
name | string | The name of the lesson |
section_id? | number | The ID of the section within the course the lesson belongs to, |
status? | SCCourseLessonStatusType | The status of the lesson. |
text? | string | The lesson course text. |
type | SCCourseLessonTypologyType | The type of the lesson. |