. /** * Strings for component 'workshopallocation_random', language 'en', branch 'MOODLE_20_STABLE' * * @package workshopallocation * @subpackage random * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addselfassessment'] = 'Add self-assessments'; $string['allocationaddeddetail'] = 'New assessment to be done: {$a->reviewername} is reviewer of {$a->authorname}'; $string['allocationdeallocategraded'] = 'Unable to deallocate already graded assessment: reviewer {$a->reviewername}, submission author: {$a->authorname}'; $string['allocationreuseddetail'] = 'Reused assessment: {$a->reviewername} kept as reviewer of {$a->authorname}'; $string['allocationsettings'] = 'Allocation settings'; $string['assessmentdeleteddetail'] = 'Assessment deallocated: {$a->reviewername} is no longer reviewer of {$a->authorname}'; $string['assesswosubmission'] = 'Participants can assess without having submitted anything'; $string['confignumofreviews'] = 'Default number of submissions to be randomly allocated'; $string['excludesamegroup'] = 'Prevent reviews by peers from the same group'; $string['noallocationtoadd'] = 'No allocations to add'; $string['nogroupusers'] = '

Warning: If the workshop is in \'visible groups\' mode or \'separate groups\' mode, then users MUST be part of at least one group to have peer-assessments allocated to them by this tool. Non-grouped users can still be given new self-assessments or have existing assessments removed.

These users are currently not in a group: {$a}

'; $string['numofdeallocatedassessment'] = 'Deallocating {$a} assessment(s)'; $string['numofrandomlyallocatedsubmissions'] = 'Randomly assigning {$a} allocations'; $string['numofreviews'] = 'Number of reviews'; $string['numofselfallocatedsubmissions'] = 'Self-allocating {$a} submission(s)'; $string['numperauthor'] = 'per submission'; $string['numperreviewer'] = 'per reviewer'; $string['pluginname'] = 'Random allocation'; $string['randomallocationdone'] = 'Random allocation done'; $string['resultnomorepeers'] = 'No more peers available'; $string['resultnomorepeersingroup'] = 'No more peers available in this separate group'; $string['resultnotenoughpeers'] = 'Not enough peers available'; $string['resultnumperauthor'] = 'Trying to allocate {$a} review(s) per author'; $string['resultnumperreviewer'] = 'Trying to allocate {$a} review(s) per reviewer'; $string['removecurrentallocations'] = 'Remove current allocations'; $string['stats'] = 'Current allocation statistics';