Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
We have a client who is interested in more flexibility for the "time delay" between multiple quiz attempts. The current dates work, but they would like the flexibility of setting "5" minutes between a quiz.
When given the flexibility of the overall system and the multiple ways institutions use the quiz, it would be useful to choose times that are not necessarily identified on a drop down list.
Thanks for your consideration.
-Tom
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
In the Moodle 2.0 development version, you can already set any time interval you like to the nearest second
So, in a sense, it is already fixed, and I don't want to spend more time changing things in Moodle 1.9.
Can I suggest you just tweak this for your site. The code that you would need to change is http://cvs.moodle.org/moodle/mod/quiz/mod_form.php?annotate=1.28.2.8&pathrev=MOODLE_19_STABLE#l50 - it should be fairly obvious how to change that to add more options.