@oat-sa/pci-sdk
Version:
PCI Software Development Kit
12 lines (11 loc) • 434 B
text/troff
to: <%=pciPath%>/<%=typeIdentifier%>/creator/widget/states/states.js
define([
'taoQtiItem/qtiCreator/widgets/states/factory',
'taoQtiItem/qtiCreator/widgets/interactions/customInteraction/states/states',
'<%=typeIdentifier%>/creator/widget/states/Question'
], function (factory, states, QuestionState) {
'use strict';
return factory.createBundle(states, [QuestionState], ['answer', 'correct', 'map']);
});