Missing the Submit button
Submitted by BV52 on Fri, 10/05/2018 - 06:52
Forums:
When I create a Documentation Tool project (in Moodle), the Submit button is not available on the page that appears after clicking "Create document." Your example shows Submit, Export text and Select all text along with the X for exiting. How do we get the submit button to appear? And, if we have the submit button, what is the function of that button?
Content types:
BV52
Fri, 10/05/2018 - 06:59
Permalink
Hi sfielder,Please provide
Hi sfielder,
Please provide the following information:
The submit button sends 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
ManuelGarcia
Sat, 03/21/2020 - 09:41
Permalink
submission of results
Hello, I'm relatively new.
I created an interactive video with several activities und want to submit the results. I embedded the video in a textfield in moodle.
After testing the video, I'm asked to send the results, but how do I get the results? In an E-Mail or how? Are the results personalized by my pupils if they login in moodle?
As I said: I'm new.
So sorry.
Regards
Manuel
BV52
Mon, 03/23/2020 - 20:00
Permalink
Hi Manuel,H5P emits data in
Hi Manuel,
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
-BV