Test output

Forums: 

Hi,

while i'm creating a new visual test(video), there is an option to get the answers(and the time the answer marked, according to the vidoe) after the video ends? like json file or something else?

Thanks!

otacke's picture

Hi Elor!

Have you already checked out the documentation ath ttps://h5p.org/documentation/for-authors/analyzing-results-and-answers or https://h5p.org/documentation/x-api ? 

Best,

Oliver 

Hi Oliver!

I already checked out them but i didnt see an option to export the test's results by Json(or similar, that i can analize the results by my app).

there is an option to do that?

Thanks!

otacke's picture

Hi Elor!

What is wrong with extracting the results from the xAPI statements? They are nothing but a Javascript object.

Best,

Oliver 

Hi,

I think i miss something.

each xAPI request return all the results of test, or a result per user?

There is a way to make xAPI's calls with wordpress?

Thanks!

otacke's picture

Hi Elor!

xAPI is short for experienceAPI, not testAPI :-) You're correct, it's returning results (and much more) per user and you'd have to record that.

If you're just interested in an aggregated score per content type, you could also have a look at the h5p_results table within the database of WordPress. It will only contain results for users that are logged in, however.

Cheers,

Oliver

I think i miss something.

each xAPI request return all the results of test, or a result per user?

There is a way to make xAPI's calls with wordpress?

Thanks!

BV52's picture

Hi Elor,

The xAPI statements provides results for each user. You need the use an LRS to capture these results. The documentation below provides some suggested LRS you can use in WP:

https://h5p.org/documentation/for-authors/analyzing-results-and-answers

H5PxAPIkatchu was created by Oliver BTW.

-BV52