芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/behaviour/adaptivenopenalty/behaviourtype.php
. /** * Question behaviour type for adaptive behaviour, without penalties. * * @package qbehaviour_adaptivenopenalty * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); require_once(__DIR__ . '/../adaptive/behaviourtype.php'); /** * Question behaviour type information for adaptive behaviour, without penalties. * * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class qbehaviour_adaptivenopenalty_type extends qbehaviour_adaptive_type { }