H5P Course presentation - skipping slide and seeing final answers

What is the best way to ensure that a student will click through each slide of the H5P presentation? Our concern is that someone may mark it as complete or may skip the slides in the H5P course presentation because they click on the next lesson button.

 

Also, will teachers be able to see the final answers from a student who has completed the questions within a H5P course presentation? This visibility will tell teachers how seriously a student was when completing the course.

 

BV52's picture

Hi Marcia,

I would think that the best way to do this is have some sort of knowledge check for each slide.

H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in. 

I highly recommend looking through these documentation:

 

https://h5p.org/documentation/x-api

 

https://h5p.org/documentation/for-authors/analyzing-results-and-answers

 

-BV