Hello,
We currently have some courses that are non-assessment only. The user can pick and choose their route through the content.
As they read different sections, start a video, etc. I can see the SCO writing data to cmi.suspend_data and updating the progress marker on the course.
My challenge is, I also need to show a percentage complete of each course in a dash-board outside of the SCO. I think the only way to do this is to make sense of the cms.suspect_data "completion" value - the one that's typically lots of 0s and 1s.
I'm presuming that each location represents a chunk of content that is either done (1) or not (0). Is this correct?
Is there a way of being able to interpret this data more accurately? I.e. look at the which section each chunk is in?
Many thanks,