-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
-
MOODLE_500_STABLE
Steps to reproduce:
- Create a course
- Create a quiz
- Add a random question to the quiz.
- Click on "Switch bank" and confirm that the modal switches to the list of available banks.
- Click "Go back" and save the question with the default filters (there don't actually need to be any questions to reproduce this).
- Click the "Configure question" link (pencil icon) on the new question.
- On the editing page, click the "Switch bank" button.
- Expected: The list of available banks is displayed
- Actual: Nothing happens.
The issue is that the form for editing the random question settings is not in a modal, but rather on a separate page (which is slighly weird and confusing UI), but then the switch question bank interface assumes that it is running in a modal.
So, probably the best way to fix this is to improve the UI, and move the edit random question settings form into a Modal.