Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401]

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: 289 lines (11 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