Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Not displaying the score after multiple questions

Forums: 

Hello, 

I am wondering if it is possible to create multiple-choice questions where the user does not see how they score (no green checkmark and no red x and no gold star at the end). If this isn't possible with multiple-choice questions, is there a function that would allow me to ask questions without displaying feedback at the end of the question?

 

Thank you!

Connect moodle interactive video to the outer world

Forums: 

Hello,

I am using the interactive video plugin of Moodle (inside a docker), my final aim is to send all user actions to an outer server (using xAPi).

I downloaded this moodle-plugin: https://moodle.org/plugins/mod_hvp

and, I tried to use this exemple to edit it: https://github.com/h5p/h5pmods-moodle-plugin.:

 

So, in details, I modified the method hvp_alter_scripts in the file renderer.php file, in the moodle plugin, by adding: 

Pages