Quiz Question help

Hello,

I installed H5P on Drupal and it works fine. I would like to know how to send Quiz Question result to admin email? and how can I remove retry button on end of quiz?

 

Thank you and waiting your help

B R

George

BV52's picture

Hi George,

For the score results, 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. It will depend entirely on the LRS if it is capable of sending an email of the score.

I highly recommend looking through these documentation:

 

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

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

 

For the retry button the easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.

-BV52

 

 

A1CLICK's picture

I working in blogger and for me only is possible to embed the video on my site.

How is possible to read the replies of the users?

Thanks for your time and congrats about this tool.

BV52's picture

Hi A1CLICK,

Embedding H5P contents will not generate any data. 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

 

-BV52