Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402]
(no description)
File Size: | 372 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
question_test:: (18 methods):
test_get_expected_data()
test_is_complete_response()
test_is_gradable_response()
test_grading()
test_get_correct_response()
test_get_question_summary()
test_summarise_response()
test_get_num_parts_right()
test_get_num_parts_right_fourmc()
test_clear_wrong_from_response()
test_compute_final_grade()
test_get_question_definition_for_external_rendering()
make_second_version()
test_validate_can_regrade_with_other_version_ok()
test_validate_can_regrade_with_other_version_wrong_subquestions()
test_validate_can_regrade_with_other_version_one_wrong_subquestion()
test_update_attempt_state_date_from_old_version_ok()
test_zeroweight()
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. |