Analyzing results and answers
Storing basic results
The H5P plugins for Drupal, Wordpress and Moodle store basic results such as the start and stop times, scores and max scores per user per H5P Content Type.
- In the Drupal module, the views module must be enabled in order to display these results.
- In Wordpress these results are available with only the H5P plugin installed.
- In Moodle, the scores are stored via the Gradebook API.
If you're just embedding H5P, you will not be able to store your learners' results.
Storing detailed results
You will need two things:
1. A plugin to capture H5P's xAPI statements
xAPI is a specification that defines how results from learning tasks should be formatted. H5P generates xAPI statements from learners' interactions. These statements contain information such as:
- Which answers their learners selected
- How often the 'next' button was pressed
- The 'raw' score of the question
- Whether a question was completed
You will need to install a plugin to capture these statements in addition to the H5P plugin. Most of these plugins we know of are work in progress at the time of writing:
2. An account with a Learning Record Store
Learning Record Stores (LRS's) are systems which serve as a repository for learning records, such as xAPI statements. Here are a few examples:
The LRS's will store the xAPI statements generated by H5P and handle the presentation of the data.
To sum up: H5P generates xAPI statements which are captured by a plugin that sends them to an LRS.
Comments
MatthieuP
Mon, 12/19/2016 - 00:20
Permalink
Interactive survey (no quizz)
Dear H5P team,
I discovered this wonderful package today. Great design, very nice integration on WordPress. I now have to deal with the xAPI to grab data from my future users.
I try to find a solution to propose interactive surveys in order to analyze viewers' satisfaction and feelings while watching a new video programme.
Do you think possible - if yes, how - to allow a survey use-case to the actual quizz modules embedded in the video player? I just need to ask open/closed questions to my future viewers, without any need for scores and true/false references. But for sure I need to catch their answers!
I think my need would mean less effort than the video interactive quizz module you successfully developed.
Thanks in advance for your feedback.
regards,
Matthieu
tomaj
Mon, 12/19/2016 - 07:15
Permalink
See link
Answered here.
castelmager
Fri, 01/06/2017 - 16:52
Permalink
xAPI for moodle
Hi,
I have installed the plugin of h5p for moodle, and work perfectly to create the content, but for analyze the result is not so clear. Moodle offer the result details, but I want more info, Maybe xAPI could be the solution ?
Also, where I can find all the table details, cause I can create my own queries to retrieve the complete information of the results.
Best Regards,
icc
Mon, 01/09/2017 - 10:40
Permalink
Hi! By default, the H5P
Hi! By default, the H5P plugin in Moodle uses the Gradebook API to store results. So analyzing the result would be the same as for any other activity in Moodle. However, reports where you can view a detailed report(like for quizzes in Moodle), is not yet available. If you want great detail I recommend attaching a Learning Record Store to the xAPI events that the H5P Content provide. This can be really powerful and gives you a lot of insight into what the users do. Examples of LRS systems are Watershed or Grassblade.
castelmager
Sun, 05/21/2017 - 23:10
Permalink
support to send statements
Since you are really focused in improve moodle and h5p interaction ... are you planing to create a plugin to moodle in order to send statement to an endpoint of LRS, like the wordpress plugin ?
I'm trying adding some js with xapi wrapper to send the statements, but sitll not working, the statements are created ok, but I have problem to comunicate with the lrs ...
icc
Mon, 05/22/2017 - 09:35
Permalink
For now, at least, we're
For now, at least, we're focusing on content and only generating the events – Leaving the LRS communication up for other plugins to handle to avoid favoring specific systems. But I sympathize with you, it should be easier to connect the different parts.
castelmager
Mon, 05/22/2017 - 16:15
Permalink
Would be great
It would be great if you decide to do that :)
This is the only place where I found info regarding send the h5p xapi statement to a LRS : http://juliandavis.com/connecting-h5p-interactive-activity-in-moodle-to-... , it's a link that you provided here.
Could you facilitate another place to follow instructions ? Cause already followed all the tutorial, and Is not working for me ... The statements are generated and printed in the console ... but I'm receiving an authorization error when I try to send statements to the LRS ( POST http://test.gblrs.com/xAPI/statements 400 (Bad Request) ) the config of the endpoint , user and password is ok, since I can send statements to the LRS from moodle.
Could you give me a hand with in this ?
I can post here the json statement if you want .
Thanks!
Best regards,
Sebastian.
peterward
Thu, 06/22/2017 - 11:08
Permalink
h5P xAPI
Hey Sebastian,
I'm struggling through the very same problem you have described above.
Did you manage to solve the problem of driving H5P statements from moodle into your LRS?
If so are you willing to share the solution?
Cheers
Peter.
castelmager
Tue, 07/25/2017 - 23:27
Permalink
h5p xAPI
Hey peter,
Still didn't resolve the problem...
What about you ?
castelmager
Sat, 05/20/2017 - 19:34
Permalink
Perfect!
Great, I'm trying to configure moodle plugin to Grassblade ...
Plugins for moodle like Logstore xAPI or xAPI Launch Link, send h5p statment to the lrs ? , that's not clear to me ... Best Regards,falcon
Tue, 05/23/2017 - 12:50
Permalink
I don't think there are any
I don't think there are any plugins in Moodle capable of sending xAPI statements from H5P to an LRS yet :/
danielspanjaard
Wed, 12/06/2017 - 17:51
Permalink
Hi I would like to do this; -
Hi I would like to do this;
- See which answers are answered false and which correct per student, or the average of all students.
- Also, is it possible to have the same video for each class, but see the results of each class apart from the other?
- Also, is it possible to let others create with the H5P app, or is this purely something the admin can do with the plugin? On the site it's possible ofcourse, but I would like to use it within the school website.
Thanks in advance!
Daniel
tim
Thu, 12/07/2017 - 13:34
Permalink
Hi Daniel, this is definitely
Hi Daniel, this is definitely possible. In fact, many universities and schools are already collecting results from their students' interaction with H5P.
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
danielspanjaard
Sat, 12/09/2017 - 00:05
Permalink
One more question
Thanks! Is it possible to view students results per question? I havent found this yet...Only score 5/10 for example.
But how does it show which 5 questions were answered false? And can I see a mean score on which answers scored the best or the worst?
tim
Tue, 12/12/2017 - 13:04
Permalink
Yes, you can link user id's
Yes, you can link user id's to responses. The implementation will vary depending on which platform you're on.
Which content type are you looking at?
danielspanjaard
Wed, 01/10/2018 - 00:03
Permalink
Wordpress
I'm using wordpress. I would like to do exactly the following:
1. Set up a premium access website where schools can see content I created with h5p. It will be a few different courses. For example: Basketball , with lesson 1, 2, 3, 4.
2. This content should be used with different classes from different schools, and it should allow teachers to see the results of their own students, from for example basketball lesson 1 from group 1A, 1B, 1C. I want to give teachers the rights view only the results of the groups they belong to.
3. Each answer should be visible for the teacher of that specific group.
4. Do you recommond other plugins to use with H5p? Like buddypress? To controll the groups and functions?
tim
Fri, 01/12/2018 - 12:45
Permalink
I would use the https:/
I would use the https://wordpress.org/plugins/wp-h5p-xapi/ plugin and an LRS to store the data. You will be able to group the results depending on the username. As for showing the specific results to the teachers of that group, you may need to create a custom solution.
Mohawk Media
Tue, 03/31/2020 - 06:16
Permalink
Alternative to wp-h5p-xapi ?
Is there an alternative to this plugin now it has been closed, apart from SNORDIAN's H5PxAPIkatchu?
bretweinraub
Tue, 03/31/2020 - 18:43
Permalink
Im using SNORDIAN's H5PxAPIkatchu
SNORDIAN's H5PxAPIkatchu
BV52
Tue, 03/31/2020 - 18:54
Permalink
Hi Mohawk Media,There are
Hi Mohawk Media,
There are other WP plugins that captures, stores and lets you analize xAPI statements. The only reason why wp-h5p-xapi and H5PxAPIkatchu were recommended is that these were created by developers that have been using H5P as well.
-BV
papi Jo
Fri, 01/05/2018 - 23:31
Permalink
How to reset user results?
Using Drupal 7 with latest H5P version and the Views plugin installed. All works OK but, for testing purposes I would like to reset the user results. How can I do this?
papi Jo
Sat, 01/13/2018 - 18:15
Permalink
Answering my own question. I
Answering my own question. I realize that the Views plugin can only READ data from the database, not write to it or delete data!
BV52
Mon, 01/15/2018 - 05:19
Permalink
Hi papi Jo,I'm glad that you
Hi papi Jo,
I'm glad that you found this and thank you for sharing the information.
-BV52
r0drunner
Sun, 02/04/2018 - 14:28
Permalink
H5P and LMS
Is there any way to develop a plugin for Edmodo?
BV52
Mon, 02/05/2018 - 08:34
Permalink
Hi r0drunner,There are
Hi r0drunner,
There are several platforms that H5P currently does not support, but that soon will be supported through H5P.com. H5P.com will also integrate third party software to offer support for large videos, math, analytics and storing results in the LMSs.
You can go to H5P.com to learn more and sign up for updates.
-BV52
digitalxxl
Thu, 03/22/2018 - 11:52
Permalink
Hi all you h5p-profis,I'am
Hi all you h5p-profis,
I'am very much interested in a way a user can subscribe to an email-list at the end of a quiz or something else.
Is there a way to implement a subscription form?
digitalxxl
BV52
Thu, 03/22/2018 - 14:48
Permalink
Hi digitalxxl,This is not
Hi digitalxxl,
This is not possible as of the moment but I think that is a great idea and thanks a lot for contributing your ideas on how to make H5P better! We’re now working on something called the H5P supporter program allowing the H5P community to vote for and fund the top voted H5P features. Also there are developers in the community who every now and then works on a feature they find interesting or useful. In order for your feature request to attract as much interest as possible make sure it follows the below guidelines:
It is clear from every perspective how the feature will work. We recommend describing the feature with one or more user stories, for instance “As an author I want it to be possible to pick between different effects for the check answer animation so that the learners will see a variety of effects and also I can adapt the effects to my target audience(I’ll be using pink unicorns which works really well for both my target audience which are 4 year old girls and venture capitalists)”
If the feature can be illustrated with images or videos it always helps
Make it clear what content types this is relevant for, and or if this is a new content type
Make sure you post the feature in the Feature Request forum.
-BV52
naveen73
Tue, 04/17/2018 - 23:41
Permalink
hide results
hi all,
I am new to this and found the quizez amazing. Just wanted to know if it is possible to NOT show the results after people submit their answer. Basically, we want to keep the results away from the people and have it send it in a report after the full quiz / question is filled in.
The platform I am using is Wordpress.
Thanks,
Naveen
BV52
Wed, 04/18/2018 - 09:12
Permalink
Hi Naveen,Thank you for the
Hi Naveen,
Thank you for the kind words.
For your question yes this is possible but not on all content types. I'm sorry I don't have a list but one content that has this option is Quiz (Question Set). This content combines several quiz type contents so it covers what you need if those contents doesn't have the option.
-BV52
naveen73
Wed, 04/18/2018 - 21:36
Permalink
thanks!
Dear BV52,
That is great. That is the set I just needed. Please could you guide me by referring me to a link on the webpage?
thanks,
Naveen
BV52
Thu, 04/19/2018 - 04:48
Permalink
Hi Naveen,I'm not sure what
Hi Naveen,
I'm not sure what you mean.
-BV52
vinodrenu
Mon, 01/21/2019 - 19:21
Permalink
Where to see basic results
I am using H5P on a Drupal 8 website. Views plugin is integral part of Drupal 8 and it is enabled.
Where can I find the basic results of the H5P content?
Regards,
Vinod
BV52
Tue, 01/22/2019 - 06:24
Permalink
Hi Vinod,Afaik views does not
Hi Vinod,
Afaik views does not capture xAPI statements. You will need LRS plugin to capture the data that H5P contents emit.
-BV52
estelleadmin
Wed, 10/09/2019 - 09:30
Permalink
H5P in Blackboard - Calculation of marks
Good day. I love this H5P tool :-) We are testing it with Blackboard.
I created an In video assessment - two MCQ's and a Summary - each counts 1 point. Therefore the total score should be out of 3. But in Blackboard the total score for all H5P created assessment columns display out of 10.
How does the scoring work?
Thanks for your advise in advance.
Estelle
estelleadmin
Wed, 10/09/2019 - 09:44
Permalink
H5P in Blackboard - Reports and reset attempts
Another question: When does it push results? We figured out that when the student submits, the score is send to Blackboard.
When the Instructor looks at a student's report, with multiple attempts, if I delete one of the attempts, then the next best score should be displayed in the Grade Center in Blackboard, but that does not seem to change? What are we missing here?
Thanks
Estelle
BV52
Fri, 10/11/2019 - 18:31
Permalink
Hi Estelle,Sending of scores
Hi Estelle,
Sending of scores are triggered when the student interacts with the content. In your case deleting the score will not automatically trigger sending a grade to Blackboard.
-BV52
ksolis
Wed, 10/23/2019 - 23:04
Permalink
H5P in Drupal 7 Results View
First, we love that we found H5P and have begun to use it on our website.
Question, is there a way or method to update the Results page to pull/display anonymous user information instead of authenicated users only? Our site is open to the public and users do not need to create and have a login to access the interactive content. We would love to be able to share data (number of visits, average time, and something related to scores) to our funder. So far, none of the updates to the view have rendered anonymous information.
Any help/support/guidance you can provide us is greatly appreciated.
BV52
Thu, 10/24/2019 - 19:46
Permalink
Hi ksolis,Afaik this is
Hi ksolis,
Afaik this is possible but it is up to the LRS to capture the data. Everytime you use an H5P content it generates xAPI statements. In terms on how to implement this we would need help from someone in the community that has more coding experience than me.
-BV52
bretweinraub
Sun, 02/23/2020 - 18:40
Permalink
wp-h5p-xapi has been removed from wordpress.com
The stated reason is "This plugin has been closed as of October 31, 2019 and is not available for download. Reason: Guideline Violation."
BV52
Mon, 02/24/2020 - 17:49
Permalink
Hi bretweinraub,It is a
Hi bretweinraub,
It is a community contributed plugin so I think the core may not be able to do anything about it but we will still look into it.
-BV
arico6
Tue, 05/05/2020 - 16:49
Permalink
RESPUESTA POR PARTE DEL ALUMNO
Hola:
Mi pregunta es la siguiente he creado una actividad de audio donde los alumnos deben enviarme algo (ya sea una frase, palabra, canción, etc) con el programa AUDIO. y no se donde puedo ver lo que me envían en el caso que se grabaran.
Gracias.
BV52
Tue, 05/05/2020 - 19:44
Permalink
Hi arico6,The Audio Recorder
Hi arico6,
The Audio Recorder content type does not send any results. It can only record and download the recorded audio, If you need these recording, I'm afraid your students need to manually send them to you through e-mail or any file sharing service.
-BV
Titus Jabalen A...
Wed, 11/17/2021 - 07:13
Permalink
Can someone help me to
Can someone help me to connect with thi html more
yuriyarin
Thu, 05/25/2023 - 14:03
Permalink
Is this being worked on?
As a content creator, this is a pressing matter. I would like to know where things stand? Do I need to hire a developer to get this resolved? Would the IT team at my institution likely have the resources? The last comment I see is from 2021... it would be nice to know where things stand.
BV52
Fri, 05/26/2023 - 00:29
Permalink
Hi yuriyarin,We do not have
Hi yuriyarin,
We do not have plans in the near future to add this feature. You can check with your Institutions IT if they have the skills to develop such a feature and if not getting in touch with a developer is the next step.
-BV
Kalumusa
Wed, 10/18/2023 - 15:58
Permalink
way to get H5P
BV52
Wed, 10/18/2023 - 18:33
Permalink
Hi Kalumusa.Can you please
Hi Kalumusa.
Can you please post your question in the forums. When posting please provide more details on the issue that you are experiencing. Additionally there are guides that can help you get started.
-BV