Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 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: 2 times
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