Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.
   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Language file for plugin gradingform_rubric
  19   *
  20   * @package    gradingform_rubric
  21   * @copyright  2011 David Mudrak <david@moodle.com>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  defined('MOODLE_INTERNAL') || die();
  26  
  27  $string['addcriterion'] = 'Add criterion';
  28  $string['additionalfeedback'] = 'Additional feedback';
  29  $string['alwaysshowdefinition'] = 'Allow users to preview rubric (otherwise it will only be displayed after grading)';
  30  $string['backtoediting'] = 'Back to editing';
  31  $string['confirmdeletecriterion'] = 'Are you sure you want to delete this criterion?';
  32  $string['confirmdeletelevel'] = 'Are you sure you want to delete this level?';
  33  $string['criterion'] = 'Criterion {$a}';
  34  $string['criterionaddlevel'] = 'Add level';
  35  $string['criteriondelete'] = 'Delete criterion';
  36  $string['criterionduplicate'] = 'Duplicate criterion';
  37  $string['criterionempty'] = 'Click to edit criterion';
  38  $string['criterionmovedown'] = 'Move down';
  39  $string['criterionmoveup'] = 'Move up';
  40  $string['criterionremark'] = 'Remark for criterion {$a->description}: {$a->remark}';
  41  $string['definerubric'] = 'Define rubric';
  42  $string['description'] = 'Description';
  43  $string['enableremarks'] = 'Allow grader to add text remarks for each criterion';
  44  $string['err_mintwolevels'] = 'Each criterion must have at least two levels';
  45  $string['err_nocriteria'] = 'Rubric must contain at least one criterion';
  46  $string['err_nodefinition'] = 'Level definition can not be empty';
  47  $string['err_nodescription'] = 'Criterion description can not be empty';
  48  $string['err_novariations'] = 'Criterion levels cannot all be worth the same number of points';
  49  $string['err_scoreformat'] = 'Number of points for each level must be a valid number';
  50  $string['err_totalscore'] = 'Maximum number of points possible when graded by the rubric must be more than zero';
  51  $string['gradingof'] = '{$a} grading';
  52  $string['level'] = 'Level {$a->definition}, {$a->score} points.';
  53  $string['leveldelete'] = 'Delete level {$a}';
  54  $string['leveldefinition'] = 'Level {$a} definition';
  55  $string['levelempty'] = 'Click to edit level';
  56  $string['levelsgroup'] = 'Levels group';
  57  $string['lockzeropoints'] = 'Calculate grade having a minimum score of the minimum achievable grade for the rubric';
  58  $string['lockzeropoints_help'] = 'This setting only applies if the sum of the minimum number of points for each criterion is greater than 0. If ticked, the minimum score of the activity will be the minimum achievable grade for the rubric. If unticked, the minimum possible score for the rubric will be mapped to the minimum grade available for the activity (which is 0 unless a scale is used).';
  59  $string['name'] = 'Name';
  60  $string['needregrademessage'] = 'The rubric definition was changed after this student had been graded. The student can not see this rubric until you check the rubric and update the grade.';
  61  $string['notset'] = 'Not set';
  62  $string['pluginname'] = 'Rubric';
  63  $string['pointsvalue'] = '{$a} points';
  64  $string['previewrubric'] = 'Preview rubric';
  65  $string['privacy:metadata:criterionid'] = 'An identifier for a specific criterion being graded.';
  66  $string['privacy:metadata:fillingssummary'] = 'Stores information about the user\'s grade created by the rubric.';
  67  $string['privacy:metadata:instanceid'] = 'An identifier relating to a grade in an activity.';
  68  $string['privacy:metadata:levelid'] = 'The level obtained in the rubric.';
  69  $string['privacy:metadata:remark'] = 'Remarks related to the rubric criterion being assessed.';
  70  $string['regrademessage1'] = 'You are about to save changes to a rubric that has already been used for grading. Please indicate if existing grades need to be reviewed. If you set this then the rubric will be hidden from students until their item is regraded.';
  71  $string['regrademessage5'] = 'You are about to save significant changes to a rubric that has already been used for grading. The gradebook value will be unchanged, but the rubric will be hidden from students until their item is regraded.';
  72  $string['regradeoption0'] = 'Do not mark for regrade';
  73  $string['regradeoption1'] = 'Mark for regrade';
  74  $string['restoredfromdraft'] = 'NOTE: The last attempt to grade this person was not saved properly so draft grades have been restored. If you want to cancel these changes use the \'Cancel\' button below.';
  75  $string['rubric'] = 'Rubric';
  76  $string['rubricmapping'] = 'Score to grade mapping rules';
  77  $string['rubricmappingexplained'] = 'The minimum possible score for this rubric is <b>{$a->minscore} points</b>. It will be converted to the minimum grade available for the activity (which is 0 unless a scale is used). The maximum score of <b>{$a->maxscore} points</b> will be converted to the maximum grade. Intermediate scores will be converted respectively.
  78  
  79  If a scale is used for grading, the score will be rounded and converted to the scale elements as if they were consecutive integers.
  80  
  81  This grade calculation may be changed by editing the form and ticking the box \'Calculate grade having a minimum score of the minimum achievable grade for the rubric\'.';
  82  $string['rubricnotcompleted'] = 'Please choose something for each criterion';
  83  $string['rubricoptions'] = 'Rubric options';
  84  $string['rubricstatus'] = 'Current rubric status';
  85  $string['save'] = 'Save';
  86  $string['saverubric'] = 'Save rubric and make it ready';
  87  $string['saverubricdraft'] = 'Save as draft';
  88  $string['scoreinputforlevel'] = 'Score input for level {$a}';
  89  $string['scorepostfix'] = '{$a}points';
  90  $string['showdescriptionstudent'] = 'Display rubric description to those being graded';
  91  $string['showdescriptionteacher'] = 'Display rubric description during evaluation';
  92  $string['showremarksstudent'] = 'Show remarks to those being graded';
  93  $string['showscorestudent'] = 'Display points for each level to those being graded';
  94  $string['showscoreteacher'] = 'Display points for each level during evaluation';
  95  $string['sortlevelsasc'] = 'Sort order for levels:';
  96  $string['sortlevelsasc0'] = 'Descending by number of points';
  97  $string['sortlevelsasc1'] = 'Ascending by number of points';
  98  $string['zerolevelsabsent'] = 'Warning: The minimum possible score for this rubric is not 0; this can result in unexpected grades for the activity. To avoid this, each criterion should have a level with 0 points.<br>
  99  This warning may be ignored if a scale is used for grading, and the minimum levels in the rubric correspond to the minimum value of the scale.';