-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Points lost at logout in Moodle! #442
Comments
The first one might in fact not be related to any content type but caused by H5P core's 3 second delay that it takes after an xAPI The second one seems to be a problem with "Summary" not computing the score correctly when resuming. |
Hello, |
@Jarvil You'll have to ask the H5P core team. I'm sure that delay was set for a reason. |
Hello, ok. Should savestate save the points even if I don't reach summary-page? |
If admins have set the
|
@Urpokarhu1 As I said, it's a bug in Summary. What you see on screen and what the |
Hello, |
Hello, I tested with drag'n'drop question in course presentation -> gave the answers -> click check-button -> got 3/3 correct -> waited at least 10 seconds -> log out -> log in -> nothing is saved, it doesn't display 3/3 correct. See attached video. Does this mean saving is only triggered in course presentation on summary slide / total score page? missing.mp4 |
@Urpokarhu1 Yes, because you didn't go to a different slide, and thus no xAPI There's a pull request that would also react to the |
So is it a reliable way to tell end users that after answering any type of question (expect summary-question) their progress is saved after proceeding to the next slide? Advancing to next slide always triggers progressed-statement and points are saved? |
@Urpokarhu1 With a three second delay. |
Hello, I tested again with that same course presentation that has Drag'n'Drop question but added second page to that course presentation -> answered to the question and got 3/3 -> proceeded to the next page -> waited at least 10 seconds on it -> log out -> log in -> 3/3 score was not saved. Didn't you say that progressed-statement should have trigged on page change? missing3.mp4 |
@Urpokarhu1 Everything seems to work as expected. "Drag and Drop" has stored the answers that were given, but it doesn't store and re-create the complete "view" state that it was in (e.g. showing results, showing solutions) - only very few content types do. |
Thanks for the information. What about a situtation where I have course presentation with 10 pages and I have question on page 2 and question on page 8. Do H5P save score from the question on page 2 even if I keep on going to page 5,6,7,8,9,10 ? Or do you need to stop on page 3 for 4 seconds for it to save? |
@Urpokarhu1 The position does not matter. The state is always stored for the whole Course Presentation including all the subcontents. |
Hello,
There seems to be a bug in at least in two question types
if you logout after completing the activity you lose points you have gained from these question types. It seems like savestate-option doesn't always save point data.
See attached video, original h5p is also attached for testing purposes.
template-592.zip
drag.zip
Tested on
drag.mp4
scorelost.mp4
The text was updated successfully, but these errors were encountered: