Missing the Submit button

BV52's picture
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's picture

Hi sfielder,

Please provide the following information:

  1. Detailed steps to reproduce the issue (exactly how and when did it happen)
  2. Platform and version number. E.g. Drupal, Wordpress, Moodle.
  3. Mobile or Desktop
  4. Browser: Chrome, Firefox, Safari etc
  5. Screenshots if it's a visual problem

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's picture

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's picture

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