General discussion

Blank Page when Adding User or Updating a User Password

We are on Moodle 3.3, with H5P 1.5. We've had some issues with H5P so we uninstalled, updated Moodle to 3.3 from 3.2, and then reinstalled H5P and now it works well except for two things.

When an instructor adds a new user or updates a user's password, she gets blank page. However, when she checks to see if the new user is there, or if the new password works, they are fine. She just isn't seeing any confirmation message or page - just that blank page. 

Everything else in H5P seems to be working fine.

Any suggestions welcome.

Detect if last question reached

Hello,

I'm currently developing a quiz app with H5P and I need a way to see if the question that I'm currently on is the last question in the set. For instance, I would like to display a special message when the user reaches the final question in the set but I can't find a way to differentiate the last question from any other question.

Using  "H5P.externalDispatcher.on('xAPI', function (event) {

  console.log(event.data.statement);

});"

I can't find anything that would identify a question as the last one. Is there a way to do this?

Pages