Differences Between: [Versions 311 and 402] [Versions 311 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: | 0 times |
Includes or requires: | 0 files |
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 |