parent
f28036ca0e
commit
b4949c0d83
|
@ -1637,7 +1637,7 @@ H5P.shuffleArray = function (array) {
|
|||
* Reported time consumption/usage
|
||||
*/
|
||||
H5P.setFinished = function (contentId, score, maxScore, time) {
|
||||
if (H5PIntegration.postUserStatistics === true) {
|
||||
if (score && H5PIntegration.postUserStatistics === true) {
|
||||
/**
|
||||
* Return unix timestamp for the given JS Date.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue