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 402] [Versions 39 and 403]

Helper for privacy tests.

Copyright: 2018 Andrew Nicols <andrew@nicols.co.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 103 lines (4 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 0 files

Defines 2 functions


Functions that are not part of a class:

assert_question_slot_equals(\question_usage_by_activity $quba,$slotno,\question_display_options $options,$data)   X-Ref
Assert that the question usage in the supplied slot matches the expected format
and usage for a question.

param: \question_usage_by_activity $quba The Question Usage to test against.
param: int                         $slotno The slot number to compare
param: \question_display_options   $options    The display options used for formatting.
param: \stdClass                   $data The data to check.

assert_question_attempt_exported(\context $context, array $subcontext, $quba, $options, $user)   X-Ref
Assert that a question attempt was exported.

param: \context    $context The context which the attempt should be in
param: array       $subcontext The base of the export
param: question_usage_by_activity  $quba The question usage expected
param: \question_display_options   $options    The display options used for formatting.
param: \stdClass   $user The user exported