Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

Steps definitions related to workshopallocation_manual.

Copyright: 2014 Marina Glancy
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 121 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 2 files
 lib/behat/behat_field_manager.php
 lib/behat/behat_base.php

Defines 1 class

behat_workshopallocation_manual:: (2 methods):
  i_add_a_reviewer_for_workshop_participant()
  i_allocate_submissions_in_workshop_as()


Class: behat_workshopallocation_manual  - X-Ref

Steps definitions related to workshopallocation_manual.

i_add_a_reviewer_for_workshop_participant($reviewername, $participantname)   X-Ref
Manually adds a reviewer for workshop participant.

This step should start on manual allocation page.

param: string $reviewername
param: string $participantname

i_allocate_submissions_in_workshop_as($workshopname, TableNode $table)   X-Ref
Manually allocates multiple reviewers in workshop.

param: string $workshopname
param: TableNode $table should have one column with title 'Reviewer' and another with title 'Participant' (or 'Reviewee')