Interactive Content – H5P icon

Interactive Content – H5P

Create and add rich content inside your LMS for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.
Price option: Free

Supports Moodle 2.5-4.5 See all versions
Latest release: 1 month ago
Installations: 27643
Downloads (last 90 days): 6809

Frankenstyle name: mod_hvp
Activities
Gamification

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

I agree, that would be amazing smile There are no plans for adding this yet as far as I know. We accept pull requests at github: https://github.com/h5p/h5p-moodle-plugin, and feature requests at: https://h5p.org/forum/16. The most popular feature requests gets priority when introducing new features.
Works great in Moodle 3.3.x.
Question: Is there a plan to put in a due date for the activity? Would be nice for it to show up in the calendar..
Has anyone successfully worked with h5p content in Mobile Moodle?
Hello Thomas, thank you for the quick responde, i actually was able to solve it uninstalling both and installing first H5P then Moove.
Hi Miguel,
I just tested H5P with the "Moove" theme, and it looks like normal H5Ps works just fine, could you be more specific about what is failing, and create an issue for it in the H5P.org forums: https://h5p.org/forum/11, which is better suited for handling support requests then this comment field. H5P should be built to be compatible with most themes.
Thanks, Thomas
Hello Thomas, i installed H5P and everything worked perfectly, the problem was when i tried to use a theme called "Moove", the CSS dissappeared completely, i wonder how do i fix this or if theres any compatible theme that works with H5P. Thanks!
Hi,
At first glance it seems reasonable that the groupby should contain the same fields as the select, however I'd like to have a closer look at this to see if the details makes sense.
Could you please make a pull request for this at the github page for the H5P Moodle plugin ( https://github.com/h5p/h5p-moodle-plugin ), or post in our bug request forum (on h5p.org) which is a more suitable medium for resolving the issue than this comment field. I'll make an issue for reviewing and fixing this when it is into the system.
The results are stored using the Gradebook, so they must be accessed from there as well. Is there a particular reason why you would not want to go through the gradebook ?
Thanks for reporting this, and best regards, Thomas.
Hello,
Infrastructure:
- Moodle 3.4.1
- php-7.1
- oracle 11g
- H5P (mod_hvp_moodle34_2018012200.zip)
We found an error at the time of performing the SQL query to show the results: Error: ORA-00979 (http://www.dba-oracle.com/t_ora_00979_not_a_group_by_expression.htm)
And we have modified the following lines: /hvp/classes/results.php
> IN LINE 194:
// parser $fields
$fieldsgroup = preg_replace("/AS [a-zA-Z_]*\, /", ", " ,$fields);
> IN LINE 199
//$groupby = ' GROUP BY g.id, u.id, i.iteminstance, x.id';
$groupby = ' GROUP BY g.id, '. $fieldsgroup .' g.rawgrade, g.rawgrademax, g.timemodified, x.id, i.iteminstance';
> IN LINE 212
x.id as xapiid,
i.iteminstance
The modifications would look like this:
--
// parser $fields
$fieldsgroup = preg_replace("/AS [a-zA-Z_]*\, /", ", " ,$fields);
// Join on xAPI results.
$join .= ' LEFT JOIN {hvp_xapi_results} x ON i.iteminstance = x.content_id AND g.userid = x.user_id';
//$groupby = ' GROUP BY g.id, u.id, i.iteminstance, x.id';
$groupby = ' GROUP BY g.id, '. $fieldsgroup .' g.rawgrade, g.rawgrademax, g.timemodified, x.id, i.iteminstance';
// Get from statement.
$from = $this->get_from_sql();
// Execute query and get results.
return $this->get_sql_results("
SELECT g.id,
{$fields}
g.rawgrade,
g.rawgrademax,
g.timemodified,
x.id as xapiid,
i.iteminstance
{$from}
{$join}
{$where}
{$groupby}
{$orderby}
", $args,
$this->offset,
$this->limit);
}
--
We would like the H5P team to review the code, confirm that the modification is correct (if there is another more optimal query, we would appreciate being told) and that it will be applied for future versions.
Thank you so much for everything.
Sincerely,
Iván Sibillà
P.S. Is there any way to access the results without having to go through the "Gradebook"?
Hi Dinis, this depends on what you're translating. You can find all info on contributing translations in our contribution guide: https://h5p.org/contributing
How can i upload PT european translation? Can i send it by email?
Hi Gary, You can try the following https://h5p.org/comment/8829#comment-8829, it should give you a direct path/URL to the video so you can avoid direct upload to Moodle. What video format is the video you're using ? I know some users have added a "helper"/hint so H5P can understand what kind of video format it is, see https://github.com/h5p/h5p-interactive-video/issues/8#issuecomment-157645739 for instance, where it is suggested to add #.mp4 at the end of the url. Hope this helps. If you run into more trouble please post a message on the H5P.org forums where it is more likely that you'll get help quicker, rather than in this comment field. Best of luck, Thomas
Thanks Thomas.
Here is our senario.. We use vimeo (pro) account.. we hide our videos on our account and allow access only to our moodle site url. When we paste the vimeo direct url the plugin comes back with Unknown Video format. We are trying to avoid direct upload to our moodle instance. checked the link you provide (thank you) but not very helpful. Can our senario work?
Hi Gary, H5P supports all directly linked videos or streams. You can get this from Vimeo pro. Last time we checked the Vimeo APIs does not support getting access to the source, so we can't currently support it due to their interface. For more info see the H5P forums: https://h5p.org/node/14258
Hi
Will H5P support vimeo links in the future or just Youtube?
Hello, I am having trouble editing Slide Titles in Course Presentation. Either the editing button (pencil icon) does nothing, or the edit I make to, for example, Slide 6, applies to all slides. Editing one at a time, saving and exiting, then returning to edit seems to help but only a little. Also, very time consuming. Any suggestions? Latest download, running on Moodle 3.3.