General discussion

Which content implement this showcase ?

Here is my showcase :

[Audio 1]Listen to each word. Which word has the short a sound? (Question title)

[Audio 2] Photo 1, Photo 2 (Image Answers)

Student click Audio 1 ,listen audio question title.

Click Audio 2, listen to each word, then select image Answer

The Audio for Questions and Answers is more useful for learning language.

Bcz student need to practice listening skills,not only text reading, right ?

 

 

Thanks so much !

Help with Getting the API Score for Drag and Drop

Hi. I am trying to get the score from my Drag and Drop to interact with some javascript function.

I followed one of the previous posts and added the following code to my (wordpress) theme's functions.php file.

 

function h5pmods_alter_scripts(&$scripts, $libraries, $embed_type) {

  if (isset($libraries['H5P.DragQuestion'])) {

    $scripts[] = (object) array(

      // Path can be relative to wp-content/uploads/h5p or absolute.

      'path' => 'score-tracking.js',

Pages