-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.9
-
None
-
Any
-
MOODLE_19_STABLE
This module work uncorrectly if one page has more than one question same type. Images in questions don't move.
But it is not as simple as said.
Let a quiz with three dragdrop questions. The first, with three dragable images. The second, with four and the third, with five. Images are named:
for the first: 1 2 3
for de second: 1 2 3 4
for the third: 1 2 3 4 5
The quiz will work for the three images in the first question, the fourth image in the second question and the fifth image in the third question. Those written in red.
If we move the third question to the first position, this will be the only working question.
It was been because array of images in one question have same name with the array in another question same type.
I've fix this bug rename array with images in unique name that has array_name+id.
- has a clone
-
CONTRIB-2639 DragDrop: unable to place more then one question on the same page
- Resolved