diff --git a/js/h5p-x-api-event.js b/js/h5p-x-api-event.js index 1653b0c..c5ce2e3 100644 --- a/js/h5p-x-api-event.js +++ b/js/h5p-x-api-event.js @@ -42,7 +42,7 @@ H5P.XAPIEvent.prototype.setScoredResult = function (score, maxScore, instance, c } if (typeof completion === 'undefined') { - this.data.statement.result.completion = true; + this.data.statement.result.completion = (this.getVerb() === 'completed' || this.getVerb() === 'answered'); } else { this.data.statement.result.completion = completion;