UNPKG

@oat-sa/tao-item-runner-qti

Version:
6 lines (5 loc) 224 B
import Element from 'taoQtiItem/qtiItem/core/Element'; import Container from 'taoQtiItem/qtiItem/mixin/ContainerInline'; var Prompt = Element.extend({ qtiClass: 'prompt' }); Container.augment(Prompt); export default Prompt;