Merge branch 'master' of github.com:h5p/h5p-php-library
commit
06e9508eda
|
@ -1609,8 +1609,7 @@ H5P.setFinished = function (contentId, score, maxScore, time) {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Post the results
|
// Post the results
|
||||||
// TODO: Should we use a variable with the complete path?
|
H5P.jQuery.post(H5PIntegration.ajax.setFinished, {
|
||||||
H5P.jQuery.post(H5PIntegration.ajaxPath + 'setFinished', {
|
|
||||||
contentId: contentId,
|
contentId: contentId,
|
||||||
score: score,
|
score: score,
|
||||||
maxScore: maxScore,
|
maxScore: maxScore,
|
||||||
|
|
Loading…
Reference in New Issue