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);

Fullscreen / Discovered Fontawesome issue - Course presentation

stopbit's picture

Hi there,

I'm using wordpress (updated today using the latest libraries from 16/02/2016).

Full screen button not displaying in mobile devices - work around?

I was just doing some checks as I noticed the symbols to go full screen button does not show on certain mobile devices; at least when embedding as an iframe - this is my use case. As I was checking this issue with the button not displaying, seeing if I can put a piece of code on the first presentation slide, so there is a full screen button, to get around this issue.

Pages