Essay - Where can I see users' actual, open-text responses

Hi,

For content type of essay questions, where in the dashboard can I see users' sub missions of actual responses? The purpose is for faculty to review the open-text responses instead of machine review and scoring.

Thanks

Chloe

Content types: 
BV52's picture

Hi Chloe,

Which platform are you using?

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

Hi,

We use H5P in a Wordpress portal and we do have Tin Canny Reporting in place to show the tracking of xAPI statements. My question is about where to see users' actual responses? e.g., if it is a MCQ question, I can see statements of attempted, completed, scores, etc; but where to see which answer the user exactly chooses? if it is an Essay question, I can see the statements based on if the user hits keywords or not; but where to see the exact sentences or paragraph the user has submitted?

Thanks

Chloe  

otacke's picture

Hi Chloe!

I don't know what your reporting looks like, but Essay provides the answer given in the same xAPI statement as the score (statement->result->response). It should be retrievable in your Learning Record Store.

Cheers,
Oliver

Hi otake,

I've seen your contributions, great work. I will be looking to become a patreon for you. I am just wondering, does your H5P xAPIkachu plugin shows results for your essay feature? I gave it a go and it was blank. (I don't have H5P xAPI  configured if this is useful information). As I say, love your work just need a bit of help

Thanks

D

otacke's picture

Hi Dominic!

Yes, the results are passed using xAPI (slightly improved in the upcoming version of Essay). Did you check it in the backend? Results are not stored then, of course, because that would mess with statistcs. You'll have to use it in a post in the frontend.

If that's not the problem: Does the JavaScript console (usually opened by pressing F12) reveal anything? Are there errors in the PHP error log?

Best,

Oliver