Serve question type files
Copyright: | 2013 Jean-Michel Vedrine |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 71 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
moodle1_qtype_randomsamatch_handler:: (2 methods):
get_question_subpaths()
process_question()
Class: moodle1_qtype_randomsamatch_handler - X-Ref
Random shortanswer matching question type conversion handler.get_question_subpaths() X-Ref |
Returns the list of paths within one <QUESTION> that this qtype needs to have included in the grouped question structure return: array of strings |
process_question(array $data, array $raw) X-Ref |
Appends the randomsamatch specific information to the question. param: array $data grouped question data param: array $raw grouped raw QUESTION data |