Skip to main content

SCCourseSectionType

Interface SCCourseSectionType. Course Schema.

Properties

PropertyTypeDescription
available_date?stringDetermines when the current section will be available for the user. The value will be null if the course type is self-paced
drip_delay?numberSections are dripped relative to the enrollment date of the current user; used only if the course type is structured .
dripped_at?string | DateSections are dripped relative to this date; used only id course type is scheduled
id?numberThe 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?booleanDetermines 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?stringThe name of the section course
num_lessons?numberTotal number of published lessons of the current course section
num_lessons_completed?numberNumber of lessons completed by the user in the current course section