mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-62610 mod_quiz: fix CiBoT issues
This commit is contained in:
parent
0ce3fef70a
commit
73aefa6bfc
3 changed files with 12 additions and 2 deletions
|
@ -702,8 +702,8 @@ class behat_mod_quiz extends behat_question_base {
|
|||
* to force either which random question was chose, or which random variant
|
||||
* was used, as for {@link user_has_attempted_with_responses()} above.
|
||||
*
|
||||
* @param string $quizname the name of the quiz the user will attempt.
|
||||
* @param string $username the username of the user that will attempt.
|
||||
* @param string $quizname the name of the quiz the user will attempt.
|
||||
* @param TableNode $attemptinfo information about the questions to add, as above.
|
||||
* @Given /^user "([^"]*)" has started an attempt at quiz "([^"]*) randomised as follows:"$/
|
||||
*/
|
||||
|
@ -773,8 +773,8 @@ class behat_mod_quiz extends behat_question_base {
|
|||
* There is no need to supply answers to all questions. If so, other questions will be
|
||||
* left unanswered.
|
||||
*
|
||||
* @param string $quizname the name of the quiz the user will attempt.
|
||||
* @param string $username the username of the user that will attempt.
|
||||
* @param string $quizname the name of the quiz the user will attempt.
|
||||
* @param TableNode $attemptinfo information about the questions to add, as above.
|
||||
* @throws \Behat\Mink\Exception\ExpectationException
|
||||
* @Given /^user "([^"]*)" has checked answers in their attempt at quiz "([^"]*)":$/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue