Interactive book and saving the results of quizes

Dears

we are having a platform for courses

I am using the interactive books for the course pages but the problem is the results are not getting saved and we are unable to see the results of the quizes attended by the students how to solve this issue?

Regards

Basheer 

Summary: 
http://dlp.edulabplus.com/test-page-4/
Content types: 
otacke's picture

Hi!

Please make sure to check the "Enable LRS dependent content types" option in WordPress' settings, otherwise Interactive Book does not show the submit button.

Best,
Oliver

p. s.: Your right-click prevention and F12 prevention are not really hindering anyone from opening development tools and accessing your content, you know that, right?

I .am unable to get the option in WordPress

Also could you guide me where this option availableIn my case the submit button is visible but nothing happens when I submit and results are not stored as well 

I .am unable to get the option in WordPress

 Also could you guide me where this option available In my case the submit button is visible but nothing happens when I submit and results are not stored as well 
BV52's picture

Hi,

You need to enable the LRS dependent contents to do this go to settings -> H5P -> Put a check on “Enable LRS dependent content types".

screenshot

For the results 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

otacke's picture

Hi!

There's only one page with H5P settings to be navigated to: Settings -> H5P, and that's where the "Enable LRS dependent content types" option is.

On your page I do not see a submit button on the summary page (because the "reportingIsEnabled" is set to false as expected), there's just a "Summary & submit" button that will take you to the summary page. I assume you're clicking that one, otherwise I cannot make sense from your report.

Best,
Oliver

Thank you both BV52 and Oliver I have did so the setting s however still my result seems to be not saved in the database and also when i click on this interactive book result it says no results found.

http://dlp.edulabplus.com/test-page-4/

otacke's picture

Hi!

You will need to be a little more precise here. What do you mean by 'in the database'? What table are you referring to? What's showing up when you click on the "Results" at the top of the page when viewing your content in the backend? Are there JavaScript or PHP errors? ...

In the summary page and its showing submit button and the result is showing in the admin panel but the issue is the details of the quizes and its answer break up is not there for each of my users who is attending the quizes for the evaluation purpose.. 

What happens here is only one line as total score is displayed per user. We would need the details of each question vs. their results if the user scored or not.

so that we can evaulate the individual performance on what their understanding and learning performance. 

otacke's picture

Hi!

Yes, the H5P plugin for WordPress does not store more information than very basic score results, duration etc. WordPress is not a learning management system like moodle which has a dedicated gradebook.

You will

  • either need an extra plugin to store more information in WordPress directly - not sure what all the LMS plugins for WordPress allow in combination with H5P,
  • or you will need to catch the xAPI statements that H5P content types emit in general and send them to a Learning Record Store (LRS) - hence the option in the settings. Please see https://h5p.org/documentation/for-authors/analyzing-results-and-answers for more details.

Best,
Oliver

Hi, Thank you for your reply however we are using LearnPress LMS and I believe which has a grade book/course module, but not sure how to make use of that to store these results of interactive book in details there. please guide on this

otacke's picture

I am sorry, but I don't know LearnPress and you would need to reach out to them in order to learn what options you have in combination with H5P.

I have attached a reference

Attachments: 

Hi

We are using LearnPress LMS, which does have a grade book i think could you please guide from there?