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 310 and 311] [Versions 39 and 311]

   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 the advanced grading methods subsystem
  19   *
  20   * @package    core_grading
  21   * @subpackage grading
  22   * @copyright  2011 David Mudrak <david@moodle.com>
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  defined('MOODLE_INTERNAL') || die();
  27  
  28  $string['activemethodinfo'] = '\'{$a->method}\' is selected as the active grading method for the \'{$a->area}\' area';
  29  $string['activemethodinfonone'] = 'There is no advanced grading method selected for the \'{$a->area}\' area. Simple direct grading will be used.';
  30  $string['changeactivemethod'] = 'Change active grading method to';
  31  $string['clicktoclose'] = 'click to close';
  32  $string['exc_gradingformelement'] = 'Unable to instantiate grading form element';
  33  $string['formnotavailable'] = 'An advanced grading method was selected but the grading form still needs to be defined.';
  34  $string['gradingformunavailable'] = 'Please note: the advanced grading form is not ready at the moment. Simple grading method will be used until the form has a valid status.';
  35  $string['gradingmanagement'] = 'Advanced grading';
  36  $string['gradingmanagementtitle'] = 'Advanced grading: {$a->component} ({$a->area})';
  37  $string['gradingmethod'] = 'Grading method';
  38  $string['gradingmethod_help'] = 'Choose the advanced grading method that should be used for calculating grades in the given context.
  39  
  40  To disable advanced grading and switch back to the default grading mechanism, choose \'Simple direct grading\'.';
  41  $string['gradingmethodnone'] = 'Simple direct grading';
  42  $string['gradingmethods'] = 'Grading methods';
  43  $string['manageactionclone'] = 'Create new grading form from a template';
  44  $string['manageactiondelete'] = 'Delete the currently defined form';
  45  $string['manageactiondeleteconfirm'] = 'You are going to delete the grading form \'{$a->formname}\' and all the associated information from \'{$a->component} ({$a->area})\'. Please make sure you understand the following consequences:
  46  
  47  * There is no way to undo this operation.
  48  * You can switch to another grading method including the \'Simple direct grading\' without deleting this form.
  49  * All the information about how the grading forms are filled will be lost.
  50  * The calculated result grades stored in the gradebook will not be affected. However the explanation of how they were calculated will not be available.
  51  * This operation does not affect eventual copies of this form in other activities.';
  52  $string['manageactiondeletedone'] = 'The form was successfully deleted';
  53  $string['manageactionedit'] = 'Edit the current form definition';
  54  $string['manageactionnew'] = 'Define new grading form from scratch';
  55  $string['manageactionshare'] = 'Publish the form as a new template';
  56  $string['manageactionshareconfirm'] = 'You are going to save a copy of the grading form \'{$a}\' as a new public template. Other users at your site will be able to create new grading forms in their activities from that template.';
  57  $string['manageactionsharedone'] = 'The form was successfully saved as a template';
  58  $string['noitemid'] = 'Grading not possible. The graded item does not exist.';
  59  $string['nosharedformfound'] = 'No template found';
  60  $string['privacy:metadata:gradingformpluginsummary'] = 'Data for the grading method.';
  61  $string['privacy:metadata:grading_definitions'] = 'Basic information about an advanced grading form defined in a gradable area.';
  62  $string['privacy:metadata:grading_definitions:areaid'] = 'The area ID where the advanced grading form is defined.';
  63  $string['privacy:metadata:grading_definitions:copiedfromid'] = 'The grading definition ID from where this was copied.';
  64  $string['privacy:metadata:grading_definitions:description'] = 'The description of the advanced grading method.';
  65  $string['privacy:metadata:grading_definitions:method'] = 'The grading method which is responsible for the definition.';
  66  $string['privacy:metadata:grading_definitions:name'] = 'The name of the advanced grading definition.';
  67  $string['privacy:metadata:grading_definitions:options'] = 'Some settings of this grading definition.';
  68  $string['privacy:metadata:grading_definitions:status'] = 'The status of this advanced grading definition.';
  69  $string['privacy:metadata:grading_definitions:timecopied'] = 'The time when the grading definition was copied.';
  70  $string['privacy:metadata:grading_definitions:timecreated'] = 'The time when the grading definition was created.';
  71  $string['privacy:metadata:grading_definitions:timemodified'] = 'The time when the grading definition was last modified.';
  72  $string['privacy:metadata:grading_definitions:usercreated'] = 'The ID of the user who created the grading definition.';
  73  $string['privacy:metadata:grading_definitions:usermodified'] = 'The ID of the user who last modified the grading definition.';
  74  $string['privacy:metadata:grading_instances'] = 'Assessment record for one gradable item assessed by one rater.';
  75  $string['privacy:metadata:grading_instances:feedback'] = 'The feedback given by the user.';
  76  $string['privacy:metadata:grading_instances:feedbackformat'] = 'The text format of the feedback given by the user.';
  77  $string['privacy:metadata:grading_instances:raterid'] = 'The ID of the user who rated the grading instance.';
  78  $string['privacy:metadata:grading_instances:rawgrade'] = 'The grade for the grading instance.';
  79  $string['privacy:metadata:grading_instances:status'] = 'The status of this grading instance.';
  80  $string['privacy:metadata:grading_instances:timemodified'] = 'The time when the grading instance was last modified.';
  81  $string['searchtemplate'] = 'Grading forms search';
  82  $string['searchtemplate_help'] = 'You can search for a grading form and use it as a template for the new grading form here. Simply type words that should appear somewhere in the form name, its description or the form body itself. To search for a phrase, wrap the whole query in double quotes.
  83  
  84  By default, only the grading forms that have been saved as shared templates are included in the search results. You can also include all your own grading forms in the search results. This way, you can simply re-use your grading forms without sharing them. Only forms marked as \'Ready for use\' can be re-used this way.';
  85  $string['searchownforms'] = 'include my own forms';
  86  $string['statusdraft'] = 'Draft';
  87  $string['statusready'] = 'Ready for use';
  88  $string['templatedelete'] = 'Delete';
  89  $string['templatedeleteconfirm'] = 'You are going to delete the shared template \'{$a}\'. Deleting a template does not affect existing forms that were created from it.';
  90  $string['templateedit'] = 'Edit';
  91  $string['templatepick'] = 'Use this template';
  92  $string['templatepickconfirm'] = 'Do you want to use the grading form \'{$a->formname}\' as a template for the new grading form in \'{$a->component} ({$a->area})\'?';
  93  $string['templatepickownform'] = 'Use this form as a template';
  94  $string['templatetypeown'] = 'Own form';
  95  $string['templatetypeshared'] = 'Shared template';
  96  $string['templatesource'] = 'Location: {$a->component} ({$a->area})';
  97  $string['error:notinrange'] = 'Invalid grade \'{$a->grade}\' provided. Grades must be between 0 and {$a->maxgrade}.';
  98  $string['error:gradingunavailable'] = 'The advanced grading method is not correctly set. Please check the whole forum grading options in the forum settings.';