HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Completation status
Completation status
  View type:
Hi,
I want to know if is possible to read the completation status ( Completed for exxample) in a html page.
I need to create a course offline and i want to check if the user view all the slide into the course.

Thank all.
 
The completion status is there as a global variable so is accessible. The SCORM API usually manages passing it to an LMS.
What you seem to want to do is have the user complete offline, then pass the results to something online you can view.
So what are the issues....
1. Passing the results which requires the users PC to be online.
2. Capturing the passed result at the remote site.
3. Identifying where the result has come from!
If this was delivered online but not using an LMS then you could possibly hack the API and use JSON to pass the results.
HTML5 offers quite a few useful options but you need to guarantee the user is using an enabled browser that fully suports the functionality you want to use.
Probably easier to use an LMS.
Subject:
Message options
No additional options