Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
qtype_randomsamatch_test_helper Class Reference

Test helper class for the randomsamatch question type. More...

Inheritance diagram for qtype_randomsamatch_test_helper:
question_test_helper

Public Member Functions

 get_test_questions ()
 
 make_randomsamatch_question_animals ()
 Makes a randomsamatch question similar to the match question returned by make_a_matching_question, but with no 'insect' distractor.
 

Static Public Member Functions

static get_question_editing_form ($cat, $questiondata)
 Set up a form to create a question in $cat.
 

Detailed Description

Test helper class for the randomsamatch question type.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_question_editing_form()

static question_test_helper::get_question_editing_form ( $cat,
$questiondata )
staticinherited

Set up a form to create a question in $cat.

This method also sets cat and contextid on $questiondata object.

Parameters
object$catthe category
object$questiondataform initialisation requires question data.
Return values
moodleform

◆ get_test_questions()

qtype_randomsamatch_test_helper::get_test_questions ( )
Return values
arrayof example question names that can be passed as the $which argument of test_question_maker::make_question when $qtype is this question type.

Reimplemented from question_test_helper.

◆ make_randomsamatch_question_animals()

qtype_randomsamatch_test_helper::make_randomsamatch_question_animals ( )

Makes a randomsamatch question similar to the match question returned by make_a_matching_question, but with no 'insect' distractor.

Return values
qtype_randomsamatch_question

The documentation for this class was generated from the following file: