Picture of Jayasree Veliyath
Tracking individual page progress
by Jayasree Veliyath - Monday, 10 April 2017, 9:05 AM
 

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

Picture of Matt Leathes
Re: Tracking individual page progress
by Matt Leathes - Wednesday, 12 April 2017, 3:42 PM
 

Hi Jayasree

A single course (a 'SCO') within SCORM can only have one overall lesson_status so I'm not sure how you could achieve what you want to do without breaking up your course into multiple SCOs... Maybe I'm just misunderstanding what it is you're trying to achieve though.