| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
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: | 230 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| 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 |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |