See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 403]
Renderer for adding/editing a question. This code is based on question/renderer.php by The Open University.
Author: | Safat Shahin <safatshahin@catalyst-au.net> |
Copyright: | 2021 Catalyst IT Australia Pty Ltd |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 79 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (4 methods):
render_qbank_chooser()
render_create_new_question_button()
render_question_info()
render_status_dropdown()
render_qbank_chooser(\renderable $qbankchooser) X-Ref |
Render a qbank_chooser. param: \renderable $qbankchooser The chooser. return: string |
render_create_new_question_button($addquestiondata) X-Ref |
Render add question button. param: array $addquestiondata return: bool|string |
render_question_info($questiondata) X-Ref |
Render question information for edit form. param: array $questiondata return: bool|string |
render_status_dropdown($dropdownoptions) X-Ref |
Render status dropdown. param: array $dropdownoptions return: bool|string |