You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this with the latest release (1.11.9). The problem has become apparent when, in Moodle, after finishing a single choice set, the attempt is not counted as "completed" and it is also not shown whether the attempt was successful. This is the requestjson which was sent in the POST request after finishing the single choice set:
Evidently, result.success and result.completion are missing. I don't know why it wasn't fixed by da4cbae, but I double checked that my H5P-package contains the code of that commit, and it does.
The text was updated successfully, but these errors were encountered:
dthies
added a commit
to dthies/h5p-single-choice-set
that referenced
this issue
Aug 6, 2021
I have tried this with the latest release (1.11.9). The problem has become apparent when, in Moodle, after finishing a single choice set, the attempt is not counted as "completed" and it is also not shown whether the attempt was successful. This is the
requestjson
which was sent in the POST request after finishing the single choice set:Evidently,
result.success
andresult.completion
are missing. I don't know why it wasn't fixed by da4cbae, but I double checked that my H5P-package contains the code of that commit, and it does.The text was updated successfully, but these errors were encountered: