. /** * 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(dirname(__FILE__) . '/../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 { }