SCCourseSectionType
Interface SCCourseSectionType. Course Schema.
Properties
Property | Type | Description |
---|---|---|
available_date? | string | Determines when the current section will be available for the user. The value will be null if the course type is self-paced |
drip_delay? | number | Sections are dripped relative to the enrollment date of the current user; used only if the course type is structured . |
dripped_at? | string | Date | Sections are dripped relative to this date; used only id course type is scheduled |
id? | number | The ID of the course section. |
lessons? | SCCourseLessonType [] | The lessons associated to the course section |
lessons_order? | number [] | The list of all lesson IDs belonging to the current section course |
locked? | boolean | Determines whether the current section is locked for the user based on the section availability strategy. The value will not be considered if the course type is self-paced |
name? | string | The name of the section course |
num_lessons? | number | Total number of published lessons of the current course section |
num_lessons_completed? | number | Number of lessons completed by the user in the current course section |