Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 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

Defines 1 class


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