芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/type/calculatedsimple/db/upgradelib.php
. /** * Upgrade library code for the simple calculated question type. * * @package qtype * @subpackage calculatedsimple * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); require_once($CFG->dirroot . '/question/type/calculated/db/upgradelib.php'); /** * Class for converting attempt data for simple calculated questions when upgrading * attempts to the new question engine. * * This class is used by the code in question/engine/upgrade/upgradelib.php. * * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class qtype_calculatedsimple_qe2_attempt_updater extends qtype_calculated_qe2_attempt_updater { }