Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 310] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 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_base.php
 lib/behat/behat_field_manager.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')