Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
Test helpers for the match question type.
Copyright: | 2013 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 275 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
qtype_match_test_helper:: (7 methods):
get_test_questions()
get_match_question_data_foursubq()
get_match_question_form_data_foursubq()
make_match_question_foursubq()
get_match_question_data_trickynums()
get_match_question_form_data_trickynums()
make_match_question_trickynums()
Class: qtype_match_test_helper - X-Ref
Test helper class for the match question type.get_test_questions() X-Ref |
No description |
get_match_question_data_foursubq() X-Ref |
Makes a match question about completing two blanks in some text. return: object the question definition data, as it might be returned from |
get_match_question_form_data_foursubq() X-Ref |
Makes a match question about completing two blanks in some text. return: object the question definition data, as it might be returned from |
make_match_question_foursubq() X-Ref |
Makes a matching question to classify 'Dog', 'Frog', 'Toad' and 'Cat' as 'Mammal', 'Amphibian' or 'Insect'. defaultmark 1. Stems are shuffled by default. return: qtype_match_question |
get_match_question_data_trickynums() X-Ref |
Makes a matching question with choices including '0' and '0.0'. return: object the question definition data, as it might be returned from |
get_match_question_form_data_trickynums() X-Ref |
Makes a match question about completing two blanks in some text. return: object the question definition data, as it might be returned from |
make_match_question_trickynums() X-Ref |
Makes a matching question with choices including '0' and '0.0'. return: qtype_match_question |