Test output
Submitted by Elor on Sat, 03/30/2019 - 20:30
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
Sun, 03/31/2019 - 07:33
Permalink
Hi Elor!Have you already
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
Elor
Mon, 04/01/2019 - 01:40
Permalink
Hi Oliver!I already checked
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
Mon, 04/01/2019 - 03:01
Permalink
Hi Elor!What is wrong with
Hi Elor!
What is wrong with extracting the results from the xAPI statements? They are nothing but a Javascript object.
Best,
Oliver
Elor
Tue, 04/23/2019 - 19:58
Permalink
Hi,I think i miss something
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
Wed, 04/24/2019 - 07:53
Permalink
Hi Elor!xAPI is short for
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
Elor
Tue, 04/23/2019 - 19:56
Permalink
I think i miss something.each
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
Wed, 04/24/2019 - 05:20
Permalink
Hi Elor,The xAPI statements
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