Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
Test helpers for the calculated question type.
Copyright: | 2011 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 231 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
qtype_calculated_test_helper:: (4 methods):
get_test_questions()
make_calculated_question_sum()
get_calculated_question_data_sum()
get_calculated_question_form_data_sum()
qtype_calculated_test_dataset_loader:: (5 methods):
__construct()
get_number_of_items()
load_values()
datasets_are_synchronised()
set_are_synchronised()
Class: qtype_calculated_test_helper - X-Ref
Test helper class for the calculated question type.get_test_questions() X-Ref |
No description |
make_calculated_question_sum() X-Ref |
Makes a calculated question about summing two numbers. return: qtype_calculated_question |
get_calculated_question_data_sum() X-Ref |
Makes a calculated question about summing two numbers. return: qtype_calculated_question |
get_calculated_question_form_data_sum() X-Ref |
Makes a calculated question about summing two numbers. return: qtype_calculated_question |
Class: qtype_calculated_test_dataset_loader - X-Ref
Test implementation of {@link qtype_calculated_dataset_loader}. Gets the values__construct($questionid, array $valuesets) X-Ref |
No description |
get_number_of_items() X-Ref |
No description |
load_values($itemnumber) X-Ref |
No description |
datasets_are_synchronised($category) X-Ref |
No description |
set_are_synchronised($category, $aresychronised) X-Ref |
Allows the test to mock the return value of {@link datasets_are_synchronised()}. param: int $category param: bool $aresychronised |