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