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.

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

   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   * Strings for component 'quiz_grading', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   quiz_grading
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['alldoneredirecting'] = 'All selected attempts have been graded. Returning to the list of questions.';
  26  $string['alreadygraded'] = 'Already graded';
  27  $string['alsoshowautomaticallygraded'] = 'Also show questions that have been graded automatically';
  28  $string['attemptstograde'] = 'Attempts to grade';
  29  $string['automaticallygraded'] = 'Automatically graded';
  30  $string['backtothelistofquestions'] = 'Back to the list of questions';
  31  $string['bydate'] = 'By date';
  32  $string['bystudentidnumber'] = 'By student ID number';
  33  $string['bystudentfirstname'] = 'By student first name';
  34  $string['bystudentlastname'] = 'By student last name';
  35  $string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information';
  36  $string['cannotgradethisattempt'] = 'Cannot grade this attempt.';
  37  $string['changeoptions'] = 'Change options';
  38  $string['essayonly'] = 'The following questions need to be graded manually';
  39  $string['invalidquestionid'] = 'Gradable question with ID {$a} not found';
  40  $string['invalidattemptid'] = 'No such attempt ID exists';
  41  $string['grade'] = 'grade';
  42  $string['gradeall'] = 'grade all';
  43  $string['gradeattemptsall'] = 'All ({$a})';
  44  $string['gradeattemptsautograded'] = 'Those that have been graded automatically ({$a})';
  45  $string['gradeattemptsmanuallygraded'] = 'Those that have previously been graded manually ({$a})';
  46  $string['gradeattemptsneedsgrading'] = 'Those that need grading ({$a})';
  47  $string['graded'] = '(graded)';
  48  $string['gradenextungraded'] = 'Grade next {$a} ungraded attempts';
  49  $string['gradeungraded'] = 'Grade all {$a} ungraded attempts';
  50  $string['grading'] = 'Manual grading';
  51  $string['grading:viewidnumber'] = 'See student ID numbers while grading';
  52  $string['grading:viewstudentnames'] = 'See student names while grading';
  53  $string['gradingall'] = 'All {$a} attempts on this question.';
  54  $string['gradingattempt'] = 'Attempt number {$a->attempt} for {$a->fullname}';
  55  $string['gradingattemptwithidnumber'] = 'Attempt number {$a->attempt} for {$a->fullname} ({$a->idnumber})';
  56  $string['gradingattemptsxtoyofz'] = 'Grading attempts {$a->from} to {$a->to} of {$a->of}';
  57  $string['gradingnextungraded'] = 'Next {$a} ungraded attempts';
  58  $string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
  59  $string['gradingquestionx'] = 'Grading question {$a->number}: {$a->questionname}';
  60  $string['gradingreport'] = 'Manual grading report';
  61  $string['gradinguser'] = 'Attempts for {$a}';
  62  $string['gradingungraded'] = '{$a} ungraded attempts';
  63  $string['hideautomaticallygraded'] = 'Hide questions that have been graded automatically';
  64  $string['inprogress'] = 'In progress';
  65  $string['noquestionsfound'] = 'No manually graded questions found';
  66  $string['nothingfound'] = 'Nothing to display';
  67  $string['options'] = 'Options';
  68  $string['orderattempts'] = 'Order attempts';
  69  $string['pluginname'] = 'Manual grading';
  70  $string['privacy:preference:order'] = 'What order to show the attempts that need grading.';
  71  $string['privacy:preference:pagesize'] = 'How many attempts to show on each page of the grading interface.';
  72  $string['qno'] = 'Q #';
  73  $string['questionname'] = 'Question name';
  74  $string['questionsperpage'] = 'Questions per page';
  75  $string['questionsthatneedgrading'] = 'Questions that need grading';
  76  $string['questiontitle'] = 'Question {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} attempts {$a->openspan}graded{$a->closespan}).';
  77  $string['randomly'] = 'Randomly';
  78  $string['saveandnext'] = 'Save and go to next page';
  79  $string['showstudentnames'] = 'Show student names';
  80  $string['tograde'] = 'To grade';
  81  $string['total'] = 'Total';
  82  $string['unknownquestion'] = 'Unknown question';
  83  $string['updategrade'] = 'update grades';