Skip to main content

Course Section

{
"id": "integer",
"name": "string",
"dripped_at": "string",
"drip_delay": "integer",
"lessons_order": []
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyUnique integer value identifying this course
namestringtruenoneName of the section course
dripped_atstring(date-time)falsenoneSections are dripped relative to this date; used only id course type is scheduled
drip_delayintegerfalsenoneSections are dripped relative to the enrollment date of the current user; used only if course type is structured .
Default: 0 days; it means the section will be immediately available after joining a course
lessons_orderlist(integer)falsenoneList of all lesson IDs belonging to the current section course; IDs are sorted based on the choice made by the course managers