* @package taoQTI * @see http://www.imsglobal.org/question/qtiv2p1/imsqti_infov2p1.html#element10428 */ class ModalFeedback extends Feedback { /** * the QTI tag name as defined in QTI standard * * @access protected * @var string */ protected static $qtiTagName = 'modalFeedback'; protected function getUsedAttributes() { return array_merge( parent::getUsedAttributes(), [TitleOptional::class] ); } }