Bugs in content types

Report and discuss bugs related to specific H5P content types

2 notes about "Summary" and "Drag text" activities [SOLVED]

Hello !

First of all, thank you for developping such a great content creator ! These activities are going to make my teaching a lot more effective.

I am testing H5P as a wordpress plugin to see if I can make it work the way I'd like for my students. I've created some activities and embedded them in WP posts. Here are a few troubles that I've experienced. Sorry for my english, I'm french and not confortable with technical terms :

Memory Card Game - xAPI Completed (Improvement)

Excellent job on adding xAPI, however I'm sure you are aware that the score is currently hard coded here is a quick fix.

Counter.js

Adding this below the increment function. Simply return current score.

self.count = function(){ return current; };

Timer.js

Adding this below the stop function. Simply return total time.

self.totalTime = function(){

var currentTime = (new Date().getTime() - started);

Pages