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