LessonProgress
Is the student's progress in an Lesson.
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| progress | Float | Progress in Lesson object. Is measure in percentage. |
| completed | Boolean | Only change to true if the #progress is 100% |
| grade | Float | How many points acquired in an Lesson. Only set if the #progress is 100% |
| enrollment_id | Integer | Identifier of the Enrollment object |
| lesson_id | Integer | Identifier of the Lesson object |
| corrected_at | DateTime | Date of correction |