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