Moodle

Implement basic support for external SCORM packages

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.7
  • Fix Version/s: None
  • Component/s: SCORM
  • Labels:
    None
  • Affected Branches:
    MOODLE_17_STABLE

Description

1) Allow the filename field for SCORM to accept http:// addresses.
2) When the file is external (http) then download that file locally
3) Unpack it as usual and process/use the manifest as usual
(this may link to local files in the zip or external files in the repo etc)

Activity

Hide
Roberto Pinna added a comment -

Just to clarify what we need to do:

1) Allow the filename field for SCORM to accept http:// addresses.
Nothing to do already accepted.
2) When the file is external (http) then download that file locally
We can modify validate.php adding package download and returning the right local datadir
3) Unpack it as usual and process/use the manifest as usual
(this may link to local files in the zip or external files in the repo etc)
Nothing to do. (reference field contains the external link, datadir contains the local dir)
Show
Roberto Pinna added a comment - Just to clarify what we need to do:
1) Allow the filename field for SCORM to accept http:// addresses. Nothing to do already accepted.
2) When the file is external (http) then download that file locally We can modify validate.php adding package download and returning the right local datadir
3) Unpack it as usual and process/use the manifest as usual (this may link to local files in the zip or external files in the repo etc) Nothing to do. (reference field contains the external link, datadir contains the local dir)
Hide
Maximino Pecero Sánchez added a comment -

We have modified the validate.php file of SCORM module to accept http:// adresses in the filename field

Show
Maximino Pecero Sánchez added a comment - We have modified the validate.php file of SCORM module to accept http:// adresses in the filename field
Hide
Maximino Pecero Sánchez added a comment -

This subtask is nearly finished and we are also working on the next subtask.

Show
Maximino Pecero Sánchez added a comment - This subtask is nearly finished and we are also working on the next subtask.

People

Dates

  • Created:
    Updated:
    Resolved: