Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.2, 2.4, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
Description
At the bottom of the preview window, there is a form that lets you change the relevant options. At the moment, there is a single button "Restart with these option".
Really, the options fall into two classes:
The top two:
- How questions behave
- Marked out of
really require the question to be re-started for the change to take effect.
The remaining options could easily be be changed without requiring a re-start - and we should make that possible.
I suggest we do this by splitting the form into two sections:
- Attempt options - contains the top two settings, and a "Start again with these options" button. (I am not sure that Attempt options is the best name. Suggestions welcome.)
- Display options - contains the rest of the settings, with an "Update display options" button at the bottom.
I am not sure whether it would be better to reverse the order of the two sections of the form.
If "Update display options" is clicked, we just apply those options to the current question-attempt, and ignore the submitted "How questions behave" and "Marked out of" values.
If "Start again with these options" is clicked, then all form fields are used. That is, we restart taking into account any changes to behaviour, and any changes to display options. In other words, this button will still work the same way that it works now.