Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/workshop/allocation/random/lang/en/workshopallocation_random.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['addselfassessment'] = 'Add self-assessments';
00028 $string['allocationaddeddetail'] = 'New assessment to be done: <strong>{$a->reviewername}</strong> is reviewer of <strong>{$a->authorname}</strong>';
00029 $string['allocationdeallocategraded'] = 'Unable to deallocate already graded assessment: reviewer <strong>{$a->reviewername}</strong>, submission author: <strong>{$a->authorname}</strong>';
00030 $string['allocationreuseddetail'] = 'Reused assessment: <strong>{$a->reviewername}</strong> kept as reviewer of <strong>{$a->authorname}</strong>';
00031 $string['allocationsettings'] = 'Allocation settings';
00032 $string['assessmentdeleteddetail'] = 'Assessment deallocated: <strong>{$a->reviewername}</strong> is no longer reviewer of <strong>{$a->authorname}</strong>';
00033 $string['assesswosubmission'] = 'Participants can assess without having submitted anything';
00034 $string['confignumofreviews'] = 'Default number of submissions to be randomly allocated';
00035 $string['excludesamegroup'] = 'Prevent reviews by peers from the same group';
00036 $string['noallocationtoadd'] = 'No allocations to add';
00037 $string['nogroupusers'] = '<p>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.</p>
00038 <p>These users are currently not in a group: {$a}</p>';
00039 $string['numofdeallocatedassessment'] = 'Deallocating {$a} assessment(s)';
00040 $string['numofrandomlyallocatedsubmissions'] = 'Randomly allocating {$a} submissions';
00041 $string['numofreviews'] = 'Number of reviews';
00042 $string['numofselfallocatedsubmissions'] = 'Self-allocating {$a} submission(s)';
00043 $string['numperauthor'] = 'per submission';
00044 $string['numperreviewer'] = 'per reviewer';
00045 $string['pluginname'] = 'Random allocation';
00046 $string['randomallocationdone'] = 'Random allocation done';
00047 $string['resultnomorepeers'] = 'No more peers available';
00048 $string['resultnomorepeersingroup'] = 'No more peers available in this separate group';
00049 $string['resultnotenoughpeers'] = 'Not enough peers available';
00050 $string['resultnumperauthor'] = 'Trying to allocate {$a} review(s) per author';
00051 $string['resultnumperreviewer'] = 'Trying to allocate {$a} review(s) per reviewer';
00052 $string['removecurrentallocations'] = 'Remove current allocations';
00053 $string['stats'] = 'Current allocation statistics';
 All Data Structures Namespaces Files Functions Variables Enumerations