break down report in interactive book

If there are multiple questions in the intertactive book, the submitted response report only shows the total score. Can the break down report for each question be made available?

Content types: 
BV52's picture

Hi,

I'm not sure where you are checking the scores but in Moodle's Gradebook there is a breakdown of what the student answered (screenshot attached).

-BV

Attachments: 

Thanks BV! Is this in the gradebook for Interative Book or a standalone MCQ? Regarless our uni is using moodle3.9, but the gradebook view is different than yours. I usually just click "submitted" as attached. If in Moodle gradebook, I can only see the final score as attached. I'll ask the moodle team in my uni.

BV52's picture

Hi,

This is Interactive Book, I just didn't add any other contents. By the way are you using the H5P integration in the Moodle core or are you using the H5P plugin? If you are using the Moodle core version that might be the issue as it is not a full integration.

-BV

Thanks BV! We have to use Moodle core... Thanks a lot!

Hi BV, I got a follow-up question regarding the summary in the interactive book - for find the hot spot question type, although the score is recorded, it still marks 0 interactions completed as highlightedin the attachment. Any idea? Thanks!

BV52's picture

Hi wwwlabwy,

Sorry for the late response I thought I already updated this thread. Anyway I think it is best to check with the Moodle community through the dedicated H5P forum.

-BV 

Will do. Thanks!

otacke's picture

Hi BV!

It's a bug in Find the Hotspot. The "getAnswerGiven" function is not implemented properly (among other things). There's already a pull request to fix that issue (among other things). A quick patch for just this issue would be to fix https://github.com/h5p/h5p-image-hotspot-question/blob/master/image-hotspot-question.js#L321 by changing it to

return this.hotspotFeedback.hotspotChosen;

Best,
Oliver

BV52's picture

Hi Oliver,

Thank you for checking this.

-BV

Hi BV,

Was this issue ever officially reported as a bug in the content type? If so, could you please let me know if it has been fixed in a later version. If not would it be possible to report it?

Thanks!

Phil.

BV52's picture

Hi Phil,

The PR that Oliver filed counts as an official bug report. All updates are logged on this page and you check from time to time if the fix has been released.

-BV