Course Lesson Detail
{
"id": "integer",
"name": "string",
"type": "string",
"status": "string",
"comments_enabled": "boolean"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | integer | false | read-only | Unique integer value identifying this lesson course |
name | string | true | read-only | Name of the lesson course |
type | type | true | read-only | Enum to define the course lesson type |
status | status | false | read-only | Enum to define the course lesson status. Default: draft |
comments_enabled | boolean | false | read-only | Enable the comments on the current lesson; if enabled, the users can comment the current lesson. Default: true |
Enumerated Values
Property | Value | Description |
---|---|---|
type | lesson | Lesson course of type lesson |
type | quiz | Lesson course of type quiz |
status | draft | Lesson course status is draft (not yet published for all the users that joined the course) |
status | published | Lesson course status is published |