tao-test/app/taoQtiItem/views/js/qtiXmlRenderer/renderers/interactions/HotspotInteraction.js

6 lines
178 B
JavaScript
Raw Normal View History

2022-08-29 20:14:13 +02:00
define(['tpl!taoQtiItem/qtiXmlRenderer/tpl/interactions/blockInteraction'], function(tpl){
return {
qtiClass : 'hotspotInteraction',
template : tpl
};
});