Skip to content
Snippets Groups Projects
Select Git revision
  • 2850e0d6af503fc8602d80340a0557f6f14affd2
  • master default protected
  • hsh-2025073100
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
11 results

rtest_assessment_simpfalse.mac

Blame
  • lifecycletrigger_sitecourse.php 1.09 KiB
    <?php
    // This file is part of Moodle - http://moodle.org/
    //
    // Moodle is free software: you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // Moodle is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.
    //
    // You should have received a copy of the GNU General Public License
    // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
    
    /**
     * Lang strings for site course trigger
     *
     * @package    lifecycletrigger_sitecourse
     * @copyright  2017 Tobias Reischmann WWU
     * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
    
    $string['pluginname'] = 'Exclude site course trigger';
    $string['privacy:metadata'] = 'This subplugin does not store any personal data.';
    
    $string['delay'] = 'This module will exclude the site course from processing';