Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Defines the 'qtype_missingtype' question definition class.

Copyright: 2009 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 97 lines (3 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: qtype_missingtype_question  - X-Ref

This question definition class is used when the actual question type of this
question cannot be found.

Why does this this class implement question_automatically_gradable? I am not
sure at the moment. Perhaps it is important for it to work with as many
behaviours as possible.

get_expected_data()   X-Ref
No description

get_correct_response()   X-Ref
No description

is_complete_response(array $response)   X-Ref
No description

is_gradable_response(array $response)   X-Ref
No description

get_validation_error(array $response)   X-Ref
No description

is_same_response(array $prevresponse, array $newresponse)   X-Ref
No description

get_right_answer_summary()   X-Ref
No description

summarise_response(array $response)   X-Ref
No description

un_summarise_response(string $response)   X-Ref
No description

classify_response(array $response)   X-Ref
No description

start_attempt(question_attempt_step $step, $variant)   X-Ref
No description

grade_response(array $response)   X-Ref
No description

get_hint($hintnumber, question_attempt $qa)   X-Ref
No description