Tracking results without LMS

Dear community platform

First the best wishes fo 2020.

I have a question. We don't have an LMS and I want to create quizzes and trace and track user scores.

I can launch them in an iframe in a page of our social intranet.

 

QUESTION 1 can I do trace and tracking when the quizzes are hosted on the H5P server and I do not have an LMS?

QUESTION 2 if Yes? How?

I cannot find documentation or a description in the community platform

thanks a lot

Jean In het Panhuis

 

BV52's picture

Hi Jean,

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-an-answers

 

-BV

Hi BV

Thanks a lot for your reply.

I understand that I would need an API to communicate between the hosted H5P.com environment and the page in the website where I put the quiz in an IFRAME.

I thought there is an extra service in that hosted environment H5P.org as I found in the following article. DRILL DOWN REPORTS

https://documentation.h5p.com/content/1290700531837530558

Learner accounts on H5P.com are for customers who wish to have more information about what their learners are doing. They are not needed for the content to be available for the learners, only to enable additional reporting. See picture below

Question: I can't find the documentation how to capture the results of the user in the Drill down reports in H5P.com

Do you know if it exists? or is this report automatically created when you have an API connection?

thanks and regards

Jean

 

Normal 0 21 false false false NL X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standaardtabel; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;}

Hi BV thanks a lot for your answer.I understand that I would need a plugin or API so the page where I embed the quiz communicates with the H5P.com environment.I saw an article Additional H5P.com feature about Drill-down ReportsLearner accounts on H5P.com are for customers who wish to have more information about what their learners are doing. https://documentation.h5p.com/content/1290700531837530558Question: do you know if these reports are created automatically when you have a plugin / api?These kind of reports would be enough for us.e kind of reports would be enough for us.

Hi BV thanks a lot for your answer.I understand that I would need a plugin or API so the page where I embed the quiz communicates with the H5P.com environment.I saw an articleAdditional H5P.com feature about Drill-down Reports Learner accounts on H5P.com are for customers who wish to have more information about what their learners are doing. https://documentation.h5p.com/content/1290700531837530558Question: do you know if these reports are created automatically when you have a plugin / api?These kind of reports would be enough for us.

BV52's picture

Hi Jean,

The drill down reports is an additional subscription on top of the 'regular' subscription for H5P.com if you are checking the results there directly or if you are using an LMS. The data is generated but it needs to be captured by another pluginan LRS for example and it depends on the capability of the LRS on how much information it can provide. The drill down reports is a custom code created by the developers of H5P.com to handle this.

-BV