Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Class: walkthrough_test  - X-Ref

Unit tests for the drag-and-drop markers question type.

get_contains_draggable_marker_home_expectation($choice, $infinite)   X-Ref
Get an expectation that the output contains a marker.

param: int $choice which choice.
param: bool $infinite whether there are infinitely many of that choice.
return: \question_contains_tag_with_attributes the expectation.

get_contains_hidden_expectation($choiceno, $value = null)   X-Ref
Get an expectation that the output contains a hidden input with certain name and optionally value.

Like the parent method, but make it more specific to this question type.

param: string $choiceno hidden field name.
param: string|null $value if passed, this value will also be asserted.
return: \question_contains_tag_with_attributes the expectation.

test_interactive_behaviour()   X-Ref
No description

test_deferred_feedback()   X-Ref
No description

test_deferred_feedback_unanswered()   X-Ref
No description

test_deferred_feedback_partial_answer()   X-Ref
No description

test_interactive_grading()   X-Ref
No description

test_interactive_correct_no_submit()   X-Ref
No description

test_interactive_partial_no_submit()   X-Ref
No description

test_interactive_no_right_clears()   X-Ref
No description

test_display_of_right_answer_when_shuffled()   X-Ref
No description

test_interactive_state_which_incorrect()   X-Ref
No description