Results

I would like to see the results, including the answer that was provided by the quiz taker. Is it possiblee to review the quiz and see the correct and incorrect answers?

fnoks's picture

In the current version of H5P there are different functionality related to this:

  • H5P saves the score for each logged in user (but not which answer was provided)
  • H5P support xAPI. E.g for a mutichoice question we send a completed statement when the user clicks check. This contains info on both scoring and which answer(s) was selected. To utilize these statements, someone would have to create logic for receiving, saving and displaying them somewhere.
  • H5P has a resume function, which saves the current state for an H5P. This data is utilized to resume the H5P from the user's last session. This data could potentially be relevant for this question, but again it would demand coding.

To sum up: there is not currently any out-of-the-box functionality to do what you want, but I think the feature would be a nice addition to H5P.

Hi, is this resume function available in Course Presentations? We're using these on our site at the moment and everytime that a logged in visitor revisits the Course Presentation it loads up fresh, rather than with their saved previous answers/results. How do we enable the resume function? Thanks

falcon's picture

Hi,

It is available for Course Presentations as well. You enable this for all H5Ps in H5P settings. It is off by default, and there are some problems there in the current release that will be fixed in the november release.

When you"create logic for receiving etc.." are you refering to an LRS?

fnoks's picture

Yes, it could absolutely be an LRS. Btw, more info on H5P and xAPI is found here

Great thank you!

Hi, 

It would have disonible a soon version where we would can see the interaction video quiz questions? 

Thanks a lot, 

Juan

falcon's picture

I'm sorry, I didn't get the question. Are you looking for question set inside interactive video?

Sorry, 

I wanted to say "answers", is it possible to know and get the respondants answer in the interactive video?

Thanks in advance ;)

Juan

falcon's picture

Hi again, The answers of multichoice and fill in the blanks are made available via xAPI. If you've connected H5P with a LRS the students answers will be stored in the LRS. We will add support for more content types in the time to come.