Skip to content

Commit 1e0e400

Browse files
committed
Change xAPI verb from 'completed' to 'answered'
1 parent 2b9712b commit 1e0e400

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
@@ -389,7 +389,7 @@ H5P.Flashcards = (function ($, XapiGenerator) {
389389
}
390390

391391
if (done) {
392-
that.triggerXAPICompleted(that.getScore(), that.getMaxScore());
392+
that.triggerXAPIScored(that.getScore(), that.getMaxScore(), 'answered', true);
393393
that.trigger('resize');
394394
}
395395
};

0 commit comments

Comments
 (0)