Oliver Tacke
Oliver Tacke
@Urpokarhu1 The latter sounds like a recent problem in editor H5P core (not in the plugin) and was fixed already in https://github.com/h5p/h5p-editor-php-library/commit/f712ee5963c2904eba6c993bc8c430c327f0d07f. The other one most likely is also not...
@Urpokarhu1 Or: it's actually the same issue that was fixed with the other fix (If you mean 1. copy a course presentation from within the H5P Hub, 2. immediately afterwards...
@Urpokarhu1 I don't know. I am not a member of the H5P core team.
@ehsan42 Already fixed in https://github.com/h5p/h5p-editor-php-library/pull/144 but obviously not released yet.
@Urpokarhu1 The first one might in fact not be related to any content type but caused by H5P core's [3 second delay](https://github.com/h5p/h5p-php-library/blob/master/js/h5p.js#L246-L249) that it takes after an xAPI `completed` or...
@Jarvil You'll have to ask the H5P core team. I'm sure that delay was set for a reason.
If admins have set the `saveContentState` option, H5P is supposed to store the current content's state for the user - every `saveFreq` seconds (the interval that you have set in...
@Urpokarhu1 As I said, it's a bug in Summary. What you see on screen and what the `getScore` function returns to Course Presentation are two different things.
@Urpokarhu1 Yes, because you didn't go to a different slide, and thus no xAPI `progressed` statement was triggered by Course Presentation. There's a [pull request that would also react to...
@Urpokarhu1 With a three second delay.