moodle/question/engine
Tim Hunt 441d284ada MDL-40990 quiz: option to require prev Q finished before next shown
Further improvements to this code, including resolving edge cases:

* The new feature can only be used when it is possible for the
previous question in the quiz to be complete.

* Also, this new feature cannot be used in combination with shuffle
questions, because that make no sense; nor in combination with
sequential navigation, because to make that work properly would be a lot
of effort. If someone needs that to work later, it should be possible
for them to implement it.

* There were changes in the edit renderer API, to try to make things
more  consistent, and to make it less likely we will need to change
things again in the future. See mod/quiz/upgrade.txt.

* As part of this change, the styling of the Edit quiz page was tweaked
to make slighly more efficient use of the horizontal space, and to be
more symmetrical.
2015-03-17 17:16:22 +00:00
..
tests MDL-48373 behat, questions: convert tests to use the new steps 2014-12-05 12:22:27 +00:00
upgrade MDL-43749 normalise quiz database structure. 2014-03-02 10:00:40 +01:00
bank.php MDL-46212 questions: add {} whenver vars are put into "" strings 2014-07-03 14:02:39 +01:00
datalib.php Merge branch 'MDL-47740' of git://github.com/timhunt/moodle 2014-10-24 11:48:01 +02:00
lib.php MDL-46212 questions: add {} whenver vars are put into "" strings 2014-07-03 14:02:39 +01:00
questionattempt.php MDL-40990 qbehaviours: method to say if attempts can finish naturally 2015-03-13 14:23:02 +00:00
questionattemptstep.php MDL-47740 question engine: let qs update variant later if appropriate 2014-10-21 11:43:57 +01:00
questionusage.php MDL-40990 quiz: option to require prev Q finished before next shown 2015-03-17 17:16:22 +00:00
renderer.php MDL-33653 fix preview links on calc qtype edit forms. 2014-03-07 19:46:56 +00:00
states.php MDL-34065 questions: also fix two typos in comments. 2012-07-05 13:49:05 +02:00
statisticslib.php MDL-41760 quiz_statistics : response analysis for first/last/all tries 2014-03-18 18:47:19 +07:00
upgrade.txt MDL-41615 quiz_mod: fix heading levels for usability and accessibility 2013-11-07 12:04:00 +08:00