Thomas

Results 71 comments of Thomas

@dnutzz Yes, it seems likely that this is a timing issue. Do you have a public URL where this can be reproduced, the steps to reproduce it and the browsers...

@dnutzz As Otacke is saying, you seem to be using a custom iframe solution, the H5P embed code is wrapped within a "iframeplayer": ``` ``` That iframe is limiting the...

Thanks for the example. I've been digging a bit into this and narrowed the issue down to a racing condition. There are two functions, both relying on when the document...

I'm not sure what your issue is. What is wrong or unexpected behavior ? This is the code that sends the message: https://github.com/h5p/moodle-mod_hvp/commit/fee78147dffddecd110d1202f0a6853374a0ab7f#diff-3494b45596f0f648d894a5f22070eaae01f3e0ea664be0430b8d23eb7d93e35aR609

Thanks for reporting this, I can see how this would be useful. Feel free to submit a pull request for this.

Yes, when score is overridden it gets overwritten, do you think we should keep the original score in case the teacher wants to revert their override ?

Hi, which database are you using ? When are you seeing this error ? I suggest looking up the error message for your database, should be possible to solve by...

The problem is that the object name for the "attempted" event is different from the object name for answered, mastered and passed events ?

@otacke Thanks. Created https://h5ptechnology.atlassian.net/browse/HFP-3316

So, the change is that this no longer streams the request content to a file, it keeps the whole archive in memory until it can write it to file?