Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

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: 1 time
Includes or requires: 0 files

Defines 2 classes

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
from an array passed to the constructor, rather than querying the database.

__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