Can i get a breakdown of the results of multiple choice questions_Moodle

If a student completes a multiple choice question within an H5P interactive video, in Moodle, can i get a breakdown of their choices if they do not get 100%?

How can i give feedback without knowing how they answered the question?

Many thanks

Michael

BV52's picture

Hi Michael,

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