iqLIB.loadModel( 'test' );
iqLIB.addQuestion(
new Question( { 'jsLoadModel' : 'test',
'version' : '3.0',
'model' : 'Test',
'filename' : '',
'vars' : {
'var' : {
'key' : '',
'value' : ''
}
},
'data' : {
'question' : 'Hierna zien jullie een aantal voltmeters die in een stroomkring, zoals op de foto hierboven, zijn aangesloten. Ze geven steeds een andere waarde aan. Hoe groot is de spanning die je op de voltmeters kunt aflezen?',
'image' : '',
'imageCredits' : '',
'feedback' : '{if $global.currentTest.correct == $global.currentTest.total}MEGAGOED!{else}Redelijk oke hoor{/if}
gemaakt aantal vragen: {$global.currentTest.total}
goed: {$global.currentTest.correct},
fout: {$global.currentTest.wrong}',
'imagePosition' : 'in_question_right',
'items' : [
{
'item' : '256.js'
},
{
'item' : '257.js'
}
],
'actions' : {
'action' : {
'type' : '',
'event' : '',
'args' : ''
}
}
},
'filename' : '252.js' } )
);