Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]
Unit tests for the essay question definition class.
Copyright: | 2009 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 327 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
qtype_essay_question_test:: (8 methods):
test_get_question_summary()
test_summarise_response()
summarise_response_provider()
test_is_same_response()
test_is_same_response_with_template()
test_is_complete_response()
test_get_question_definition_for_external_rendering()
create_user_and_sample_attachments()
Class: qtype_essay_question_test - X-Ref
Unit tests for the matching question definition class.test_get_question_summary() X-Ref |
No description |
test_summarise_response(int $responserequired, int $attachmentsrequired,string $answertext, int $attachmentuploaded, string $expected) X-Ref |
Test summarise_response() when teachers view quiz attempts and then review them to see what has been saved in the response history table. param: int $responserequired param: int $attachmentsrequired param: string $answertext param: int $attachmentuploaded param: string $expected |
summarise_response_provider() X-Ref |
Data provider for summarise_response() test cases. return: array List of data sets (test cases) |
test_is_same_response() X-Ref |
No description |
test_is_same_response_with_template() X-Ref |
No description |
test_is_complete_response() X-Ref |
No description |
test_get_question_definition_for_external_rendering() X-Ref |
test_get_question_definition_for_external_rendering |
create_user_and_sample_attachments($numberofattachments = 4) X-Ref |
Create sample attachemnts and retun generated attachments. param: int $numberofattachments return: array |