Interactive Video

Interactive Video Free Text Grading in Moodle

Hello.

I am unable to grade an Interactive Video Free text - type question in Moodle. When I review a student's Report, I see their answer and can give them a score. However, the "Submit grade" button remains grayed out (see attached image) and my score does not save. 

Please help.

 

How do I add a class to interactive video links?

Forums: 

I am using the H5P Wordpress plugin and am trying to add a class to all H5P interactive video links.
This is what I have so far:

H5P.jQuery(document).ready(function () {

  // Listening for interactive video element 
  
   if(H5P.jQuery('.h5p-interactive-video').length > 0)
      H5P.jQuery('.h5p-link a').addClass("modal-link");

});

How do I listen for the video to be loaded? My current script can't find the links because they don't exist yet.

Difference between h5p.org demo and Wordpress?

Hi all,

EDIT: Never mind. I didn't look properly. This behaviour is consistent across platforms. I just find it strange behavior. Why would you show the correct answer immediately upon submitting a wrong one? What use for a "show solution" button then? This happens on the 'Single Choice Set' interaction, byt not on the 'Multiple Choice' one. Strange... Apologies for posting without proper testing/investigation! :-/

Just started experimenting with H5P (preparing online course because of Corona school closure...). I'm enthousiastic.

Pages