The qbank_chooser renderable.
Copyright: | 2016 Frédéric Massart - FMCorz.net |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 105 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
qbank_chooser:: (2 methods):
__construct()
get()
Class: qbank_chooser - X-Ref
The qbank_chooser renderable class.__construct($real, $fake, $course, $hiddenparams, $context) X-Ref |
Constructor. param: array $real The real question types. param: array $fake The fake question types. param: stdClass $course The course. param: array $hiddenparams Hidden parameters. param: context $context The relevant context. |
get($course, $hiddenparams, array $allowedqtypes = null) X-Ref |
Get an instance of the question bank chooser. param: stdClass $course The course. param: array $hiddenparams Hidden parameters. param: array|null $allowedqtypes Allowed question types. return: qbank_chooser |