Skip to content

Commit 6e1cf61

Browse files
committed
Change xAPI verb from 'completed' to 'answered'
1 parent 656a470 commit 6e1cf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/flashcards.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ H5P.Flashcards = (function ($, XapiGenerator) {
350350
}
351351

352352
if (done) {
353-
that.triggerXAPICompleted(that.getScore(), that.getMaxScore());
353+
that.triggerXAPIScored(that.getScore(), that.getMaxScore(), 'answered', true);
354354
that.trigger('resize');
355355
}
356356
};

0 commit comments

Comments
 (0)