* @package taoQTI */ class Autostart extends Attribute { protected static $name = 'autostart'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\QtiBoolean'; protected static $defaultValue = null; protected static $required = true; protected static $taoDefaultValue = 1; }