I've installed Moodle 1.6, with scorm module version 2006021400.
I'm using a SCORM 2004 package
- When i call Terminate function of the API, it's not working.
- The problem is : in mod/scorm/datamodels/scorm1_3.js.php, in StoreData function, when you make the NewHttpReq(), the parameter "attempt" is not passed to /mod/scorm/datamodel.php. And it's expected in this script. So this script return a error and the function DoRequest() in request.js is returning status code 404.
Then in mod/scorm/datamodels/scorm1_3.js.php, results = result.split('\n'); is not working because the returned value is a number.
How can i pass this attempt parameter ? What are the modifications ?
I've attached to this message the scorm package i'm using to make my tests.
Thank you for any help,
Valérian