Hi there,
I'm a little confused by the course_competion table.
My user 15 is enrolled on course 14 and has completed 1 quiz from the 2 quizzes on there.
id | userid | course | timeenrolled | timestarted | timecompleted | reaggregate | ||||
---|---|---|---|---|---|---|---|---|---|---|
27 | 15 | 9 | 1601554220 | 0 | NULL | 0 | ||||
45 | 15 | 14 | 1601549357 | 0 | NULL | 0 |
However, as above, the timestarted field is still set to zero. Can anyone please explain why this is the case or where my misconception lies.
Many Thanks
Dave