Quiz Question help
Submitted by georgetawfik on Sun, 11/11/2018 - 15:58
Forums:
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
Mon, 11/12/2018 - 04:58
Permalink
Hi George,For the score
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
Thu, 11/22/2018 - 09:16
Permalink
blogger and the answers
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
Fri, 11/23/2018 - 03:34
Permalink
Hi A1CLICK,Embedding H5P
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