Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

File Size: 49 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 question/tests/behat/behat_core_question.php

Defines 1 class

behat_theme_classic_behat_core_question:: (1 method):
  i_add_a_question_filling_the_form_with()


Class: behat_theme_classic_behat_core_question  - X-Ref

Step definitions related to blocks overrides for the Classic theme.

i_add_a_question_filling_the_form_with($questiontypename, TableNode $questiondata)   X-Ref
Creates a question in the current course questions bank with the provided data.
This step can only be used when creating question types composed by a single form.

param: string $questiontypename The question type name
param: TableNode $questiondata The data to fill the question type form.