moodle/question/templates
Mark Johnson 6001ee3dfd
MDL-74054 core_question: Define unique question bank column IDs
This also resolves MDL-78829.
Some question bank plugins use a separate class for each plugin they
define. However, qbank_customfields (and potentially others in the
future) uses a single class to define multiple fields. Using the class
name as an ID for the column doesn't give us a way of reliable
instantiating an object for the column. Previously, qbank_customfields
appended the field name as though it was a namespaced class, but this
had to be manually constructed and deconstructed by detecting this
particular column class.

This change introduces a standard way of constructing a unique ID for
each question bank column, in the form
pluginname\columnclass-columnname. This ensures that the ID will be
unique for each column, and the ID can be used to instatiate the
column's object.
2023-09-22 10:53:51 +08:00
..
bulk_actions_ui.mustache MDL-73147 questions: remove modulespecificbuttonscontainer class. 2021-11-30 20:53:34 +01:00
column_header.mustache MDL-74054 core_question: Define unique question bank column IDs 2023-09-22 10:53:51 +08:00
column_sort.mustache MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
qbank_action_menu.mustache MDL-78174 core_question: Build tertiary navigation using qbank plugins 2023-07-03 11:29:04 +01:00
qbank_chooser.mustache
question_bank_controls.mustache MDL-74054 core_question: Add additional plugin points 2023-09-22 10:53:51 +08:00
question_bank_filter_ui.mustache MDL-72321 core_question: Replace old conditions with new datafilters 2023-08-31 15:00:39 +01:00
question_pagination.mustache
question_version_info.mustache MDL-77745 core_question: Show question version in info box 2023-07-13 11:11:43 +01:00
question_version_selection.mustache MDL-73376 qbank_comment: Version selection in modal 2022-09-01 11:43:55 +10:00
showtext_option.mustache MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00