The shuffle button shuffles the numbers in the quiz. I think maybe the numbers shouldn't stay in the same place after shuffle.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Quiz | master | +11 -2 | Reassign numbering to shuffled questions |
Related Objects
Related Objects
Event Timeline
Comment Actions
This is potentially fixable by having the enumeration be the result of <ol><li> tags as mentioned in T170852.
Comment Actions
Change 368993 had a related patch set uploaded (by Harjotsingh; owner: Harjotsingh):
[mediawiki/extensions/Quiz@master] Reassign numbering to shuffled questions
Comment Actions
I've added shuffleNumbering function inside ext.quiz.js that reassigns the numbering of questions for the quiz.
Comment Actions
Change 368993 merged by jenkins-bot:
[mediawiki/extensions/Quiz@master] Reassign numbering to shuffled questions