Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 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_overview', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   quiz_overview
  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['allattempts'] = 'Show all attempts';
  26  $string['allattemptscontributetograde'] = 'All attempts contribute to final grade for user.';
  27  $string['allstudents'] = 'Show all {$a}';
  28  $string['attemptsonly'] = 'Show {$a} with attempts only';
  29  $string['attemptsprepage'] = 'Attempts shown per page';
  30  $string['deleteselected'] = 'Delete selected attempts';
  31  $string['done'] = 'Done';
  32  $string['err_failedtodeleteregrades'] = 'Failed to delete calculated attempt grades';
  33  $string['err_failedtorecalculateattemptgrades'] = 'Failed to recalculate attempt grades';
  34  $string['highlightinggraded'] = 'The user attempt that contributes to final grade is highlighted.';
  35  $string['needed'] = 'Needed';
  36  $string['noattemptsonly'] = 'Show / download {$a} with no attempts only';
  37  $string['noattemptstoregrade'] = 'No attempts need regrading';
  38  $string['nogradepermission'] = 'You don\'t have permission to grade this quiz.';
  39  $string['onlyoneattemptallowed'] = 'Only one attempt per user allowed on this quiz.';
  40  $string['optallattempts'] = 'all attempts';
  41  $string['optallstudents'] = 'all {$a} who have or have not attempted the quiz';
  42  $string['optattemptsonly'] = '{$a} who have attempted the quiz';
  43  $string['optnoattemptsonly'] = '{$a} who have not attempted the quiz';
  44  $string['optonlyregradedattempts'] = 'that have been regraded / are marked as needing regrading';
  45  $string['overview'] = 'Grades';
  46  $string['overviewdownload'] = 'Overview download';
  47  $string['overviewfilename'] = 'grades';
  48  $string['overviewreport'] = 'Grades report';
  49  $string['overviewreportgraph'] = 'Overall number of students achieving grade ranges';
  50  $string['overviewreportgraphgroup'] = 'Number of students in group \'{$a}\' achieving grade ranges';
  51  $string['pagesize'] = 'Page size';
  52  $string['pluginname'] = 'Grades';
  53  $string['preferencespage'] = 'Preferences just for this page';
  54  $string['preferencessave'] = 'Show report';
  55  $string['preferencesuser'] = 'Your preferences for this report';
  56  $string['privacy:metadata:preference:quiz_overview_slotmarks'] = 'Whether to show marks for each question slot.';
  57  $string['privacy:preference:slotmarks:yes'] = 'Marks are shown alongside the question slot.';
  58  $string['privacy:preference:slotmarks:no'] = 'Marks are not shown alongside the question slot.';
  59  $string['regrade'] = 'Regrade';
  60  $string['regradeall'] = 'Regrade all';
  61  $string['regradealldry'] = 'Dry run a full regrade';
  62  $string['regradealldrydo'] = 'Regrade attempts marked as needing regrading ({$a})';
  63  $string['regradealldrydogroup'] = 'Regrade attempts ({$a->countregradeneeded}) marked as needing regrading in group \'{$a->groupname}\'';
  64  $string['regradealldrygroup'] = 'Dry run a full regrade for group \'{$a->groupname}\'';
  65  $string['regradeallgroup'] = 'Full regrade for group \'{$a->groupname}\'';
  66  $string['regradecomplete'] = 'Regrade completed successfully';
  67  $string['regradedsuccessfullyxofy'] = 'Successfully regraded ({$a->done}/{$a->count})';
  68  $string['regradeheader'] = 'Regrading';
  69  $string['regradeselected'] = 'Regrade selected attempts';
  70  $string['regradingattemptxofy'] = 'Regrading attempt ({$a->done}/{$a->count})';
  71  $string['regradingattemptxofywithdetails'] = 'Regrading attempt ({$a->done}/{$a->count}) - Attempt {$a->attemptnum} by {$a->name} (id {$a->attemptid})';
  72  $string['show'] = 'Show / download';
  73  $string['showattempts'] = 'Only show / download attempts';
  74  $string['showdetailedmarks'] = 'Marks for each question';
  75  $string['showinggraded'] = 'Showing only the attempt graded for each user.';
  76  $string['showinggradedandungraded'] = 'Showing graded and ungraded attempts for each user. The one attempt for each user that is graded is highlighted. The grading method for this quiz is {$a}.';
  77  $string['studentingroup'] = '\'{$a->coursestudent}\' in group \'{$a->groupname}\'';
  78  $string['studentingrouplong'] = '\'{$a->coursestudent}\' in this group';