Issue Details (XML | Word | Printable)

Key: MDL-7278
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Maximino Pecero Sánchez
Reporter: Martin Dougiamas
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7277

Implement basic support for external SCORM packages

Created: 30/Oct/06 01:36 PM   Updated: 15/Feb/07 08:48 PM
Component/s: SCORM
Affects Version/s: 1.7
Fix Version/s: None

Participants: Martin Dougiamas, Maximino Pecero Sánchez and Roberto Pinna
Security Level: None
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
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)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Roberto Pinna added a comment - 08/Jan/07 10:37 PM
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)

Maximino Pecero Sánchez added a comment - 12/Jan/07 08:21 PM
We have modified the validate.php file of SCORM module to accept http:// adresses in the filename field

Maximino Pecero Sánchez added a comment - 20/Jan/07 02:36 AM
This subtask is nearly finished and we are also working on the next subtask.