Details
Description
1) Add a menu to the definition page with options:
Update this package every time it's used
Update this package every day
Update this package whenever it changes (relies on http headers)
2) When being used, logic should check file stamps and/or http headers to
determine whether the download/unpacking step should be repeated.
We must modify mod.html adding the required field
A good place to do it is in locallib.php modifing the scorm_view_display function in order to check changes in remote package.
MD5 checksum compare may be a good method to check this.
The first MD5 <scormid>.md5 could be created in moddata/scorm directory from validate.php
Roberto