Replace attempted with interacted

pull/1/head
Svein-Tore Griff With 2015-07-10 13:15:37 +02:00
parent b9d8321c3e
commit cce3af6078
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ H5P.QuestionSet = function (options, contentId) {
question.attach($('.question-container:eq(' + i + ')', $myDom));
question.on('xAPI', function (event) {
if (event.getVerb() === 'attempted') {
if (event.getVerb() === 'interacted') {
$('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered');
_updateButtons();
}