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