* @package taoQTI */ class Img extends Element { /** * the QTI tag name as defined in QTI standard * * @access protected * @var string */ protected static $qtiTagName = 'img'; //remark: Longdesc attribute not supported public function getUsedAttributes() { return [ 'oat\\taoQtiItem\\model\\qti\\attribute\\Src', 'oat\\taoQtiItem\\model\\qti\\attribute\\Alt', 'oat\\taoQtiItem\\model\\qti\\attribute\\Width', 'oat\\taoQtiItem\\model\\qti\\attribute\\Height' ]; } }