Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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   * Strings for component 'ltiservice_gradebookservices', language 'en'
  19   *
  20   * @package    ltiservice_gradebookservices
  21   * @copyright  2017 Cengage Learning http://www.cengage.com
  22   * @author     Dirk Singels, Diego del Blanco, Claude Vervoort
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['alwaysgs'] = 'Use this service for grade sync and column management ';
  27  $string['grade_synchronization'] = 'IMS LTI Assignment and Grade Services';
  28  $string['grade_synchronization_help'] = 'Whether to use the IMS LTI Assignment and Grade Services to synchronise grades instead of the Basic Outcomes service.
  29  
  30  * **Do not use this service** -  Basic Outcomes features and configuration will be used
  31  * **Use this service for grade sync only** - The service will populate the grades in an already existing gradebook column, but it will not be able to create new columns
  32  * **Use this service for grade sync and column management** -  The service will be able to create and update gradebook columns and manage the grades.';
  33  $string['ltiservice_gradebookservices'] = 'IMS LTI Assignment and Grade Services';
  34  $string['modulename'] = 'LTI Grades';
  35  $string['nevergs'] = 'Do not use this service';
  36  $string['partialgs'] = 'Use this service for grade sync only';
  37  $string['pluginname'] = 'LTI Assignment and Grade Services';
  38  $string['privacy:metadata:externalpurpose'] = 'This information is sent to an external LTI provider.';
  39  $string['privacy:metadata:feedback'] = 'The feedback the user received for this LTI activity.';
  40  $string['privacy:metadata:grade'] = 'The grade the user received in Moodle for this LTI activity.';
  41  $string['privacy:metadata:maxgrade'] = 'The max grade that can be achieved for this LTI activity.';
  42  $string['privacy:metadata:timemodified'] = 'The last time the grade was updated';
  43  $string['privacy:metadata:userid'] = 'The ID of the user using the LTI consumer.';
  44  $string['taskcleanup'] = 'LTI Assignment and Grade Services table cleanup';