catalyst / moodle-mod_scormremote

A Moodle activity for serving SCORM packages remotely to another LMS across domains
https://moodle.org/plugins/mod_scormremote
Other
9 stars 3 forks source link

Completion status not updated in Moodle #56

Closed leonstr closed 7 months ago

leonstr commented 10 months ago

If a remote student completes the SCORM, on the Moodle site their completion status is not set to "Completed".

This appears to be because submit_completion.php has require_login(0, false) so the POST /mod/scormremote/submit_completion.php gets 303 See Other: /login/index.php.

mod_scormremote 2023070600 with Moodle 4.1.5+ (Build: 20230929).

sharon-wetzig commented 9 months ago

This is an issue for us currently. Some student completion data is recorded but not all - does this rely on students in the remote site 'marking as done' or whatever manual completion recording the remote LMS has set up?