Create SCORM module with URL to package at start

Create SCORM module with URL to package at start

by Jaroslaw Kowalewski -
Number of replies: 1

Moodle 2.x problem. I need to create a SCORM module with initially selected file from a URL.
In version 1.9, I created a SCORM module by calling: 'modedit.php?add=scorm' and in form: <input name="reference[value]" type="hidden" value="<?=$f_scorm_url?>" id="id_reference_value" /> - it worked very well.
In Moodle 2.x, I can select only the files from the server.
Is it possible to pass the address of the remote file (URL) as it was in version 1.9?

Average of ratings: -
In reply to Jaroslaw Kowalewski

Odp: Create SCORM module with URL to package at start

by Jaroslaw Kowalewski -

The problem solves a change in the SCORM module configuration, which can be set to accept address zip package.