I have a course with 11 lessons and an assessment.On completion of all the courses and passing the assessment, the lesson_status-=passed and exit_status=logout are set.But what I want is - on completion of every page/article, i want to set the attempt data to lesson_status= passed & exit_status=logout.
In our application, we have a custom landing page where we show progress on each lesson, like so - Start/Conrinue/Review. I always get Continue because the lesson_status and exit status has global course values.
Lesson 1 - Start
Lesson2 - Continue - ( lesson_status = incomplete & exit_status = time-out )
Lesson3 - Review - ( lesson_status = completed & exit_status = logout )
Lesson4 - Start