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.

Class: question_test  - X-Ref

Unit tests for qtype_multianswer_question.

test_get_expected_data()   X-Ref
No description

test_is_complete_response()   X-Ref
No description

test_is_gradable_response()   X-Ref
No description

test_grading()   X-Ref
No description

test_get_correct_response()   X-Ref
No description

test_get_question_summary()   X-Ref
No description

test_summarise_response()   X-Ref
No description

test_get_num_parts_right()   X-Ref
No description

test_get_num_parts_right_fourmc()   X-Ref
No description

test_clear_wrong_from_response()   X-Ref
No description

test_compute_final_grade()   X-Ref
No description

test_get_question_definition_for_external_rendering()   X-Ref
test_get_question_definition_for_external_rendering


make_second_version(\qtype_multianswer_question $question)   X-Ref
Helper method to make a simulated second version of the standard multianswer test question.

The key think is that all the answer ids are changed (increased by 20).

param: \qtype_multianswer_question $question
return: \qtype_multianswer_question

test_validate_can_regrade_with_other_version_ok()   X-Ref
No description

test_validate_can_regrade_with_other_version_wrong_subquestions()   X-Ref
No description

test_validate_can_regrade_with_other_version_one_wrong_subquestion()   X-Ref
No description

test_update_attempt_state_date_from_old_version_ok()   X-Ref
No description

test_zeroweight()   X-Ref
Test functions work with zero weight.
This is used for testing the MDL-77378 bug.