Track answers in branching questions without scores

Hi, 

I am trying to find the easiest way to track what each user answered in all of the branching questions, without having to score each question, as there is no right or wrong answer. Optimally the data would be sent to a spreadsheet automatically. 

Any advice on achieving this would be greatly apreciated. 

BV52's picture

Hi smartshaker,

There are actually 2 things that needs to be taken care of:

1. Not showing the score to the users which can be achieved by using a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.

2. Tracking the answers and sending them into a spreadsheet. 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

Thank you so much BV