Replace attempted with interacted
parent
b9d8321c3e
commit
cce3af6078
|
@ -364,7 +364,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
|
|
||||||
question.attach($('.question-container:eq(' + i + ')', $myDom));
|
question.attach($('.question-container:eq(' + i + ')', $myDom));
|
||||||
question.on('xAPI', function (event) {
|
question.on('xAPI', function (event) {
|
||||||
if (event.getVerb() === 'attempted') {
|
if (event.getVerb() === 'interacted') {
|
||||||
$('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered');
|
$('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered');
|
||||||
_updateButtons();
|
_updateButtons();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue