芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/behaviour/adaptive/behaviourtype.php
. /** * Question behaviour type for adaptive behaviour. * * @package qbehaviour_adaptive * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Question behaviour type information for adaptive behaviour. * * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class qbehaviour_adaptive_type extends question_behaviour_type { public function is_archetypal() { return true; } public function allows_multiple_submitted_responses() { return true; } }