-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
5.0
-
MOODLE_500_STABLE
After MDL-71378 landed, I noticed on the main branch that the question records get duplicated when I duplicate a quiz. This does not happen in 405 or 404.
To reproduce:
- Create a quiz with a question (a multiple-choice question will do)
- Go back to the course homepage and duplicate the quiz
- Check the question table:
- On main, there will be two records of the multiple choice question in the question table (with the same stamp and other details).
- On 405 and 404, this question record is not being duplicated.