completed default value depends on verb
parent
e7fe53c235
commit
cc6521c4a1
|
@ -42,7 +42,7 @@ H5P.XAPIEvent.prototype.setScoredResult = function (score, maxScore, instance, c
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof completion === 'undefined') {
|
if (typeof completion === 'undefined') {
|
||||||
this.data.statement.result.completion = true;
|
this.data.statement.result.completion = (this.getVerb() === 'completed' || this.getVerb() === 'answered');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.data.statement.result.completion = completion;
|
this.data.statement.result.completion = completion;
|
||||||
|
|
Loading…
Reference in New Issue