6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
|
define(['tpl!taoQtiItem/qtiXmlRenderer/tpl/interactions/hottextInteraction'], function(tpl){
|
||
|
return {
|
||
|
qtiClass : 'hottextInteraction',
|
||
|
template : tpl
|
||
|
};
|
||
|
});
|