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