Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.4, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-54976-master -
Description
It is possible to create a SCORM activity that has its Available to field before the Available from field.
To reproduce:
- Login as admin.
- Create a course.
- Create a SCORM activity for that course.
- Set a proper name for the SCORM activity.
- Upload a SCORM package file. Check out http://www.xquestion.com/Examples.html for sample packages.
- Expand the Availability section.
- Tick the Enable checkboxes for the Available from and Available to fields.
- Set a value for Available to with a value that is before Available from.
- Expected
- The user should not be able to enter a value for Available to that is before Available from and a validation message should be shown.
- Actual
- The user is able to save the activity.