-
Improvement
-
Resolution: Fixed
-
Major
-
3.5
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-61614-master -
As part of MDL-61380 we added a "tags" column to the quiz_slots table which stores a JSON serialised list of tags for use when adding a random question by tag.
It was discussed and raised that it would be better to have this data more formally structured in it's own table that references the quiz_slots table rather than as a JSON string.
While this won't represent any functional improvement for the user it should make the data more maintainable for the future so it's worth doing.
See this comment for more details around the requirements of the tags stuff.