Quiz

VitalEnglishCanada's picture

Hi, when a student completes a Quiz, they receive a point. Is it possible to link several quizzes, and have the points accummulate to a total?

Thanks

Thomas

0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
BV52's picture

Hi VitalEnglishCanada,

This should be possible. 

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 this documentation first:

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

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

-BV52