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