Loading...
 
Skip to main content

History: H5P

Source of version: 20 (current)

Copy to clipboard
            ! {{page}}
{DIV(class="lead")}H5P enables the creation, sharing and reusing of interactive HTML5 content in your browser. New in ((Tiki17)), this feature has the ability to display H5P objects, as well as an editor to create or modify them.{DIV}

!!# Introduction
|| {youtube movie="1W7NlAfTZU4"} | {youtube movie="jAnkWFBXW_o"} ||

!!!# Features
* https://h5p.org/content-types-and-applications
* https://h5p.org/backgrounds-branching-moodle-and-lots-more
* https://h5p.org/january-2016-release-notes
* https://h5p.org/highlights-from-2015-and-a-look-into-2016
* https://h5p.org/impressive-presentation-blog-post
* https://h5p.org/oct-2016-interactive-video-improvements


!!!# Vision / community
* http://joubel.com/#casestudy
* https://h5p.org/global-movement
* https://h5p.org/share-our-dream
* https://opensource.com/article/16/11/creating-html5-content-h5p
* http://theelearningcoach.com/media/creating-interactive-content-h5p/
{youtube movie="j3brK0S1bzE"}

!!!# For authors
{youtube movie="6GabVmHXn2Y"}

For more information, see this for the time being:
https://dev.tiki.org/H5P

!!# H5P in Tiki
The ((File Gallery|file galleries)) can be configured to detect and process H5P files when they are uploaded, and then they can be embedded in ((Using Wiki Pages|wiki pages)) using the new ((PluginH5P|H5P Plugin)).

To do this go to the File Gallery Control Panel ''Enhancements'' tab and enable the feature (you will need to select "advanced" in the filter at the top of the page first), and you can pick a default gallery for them if you like. Then go to a file gallery and upload an h5p file and it will be processed and will be available for use in the plugin.

Note: So far, till Tiki 19.1, you needed to add H5P content types by uploading H5P project files before you can create new ones. You can download the types you need from [https://h5p.org/content-types-and-applications|here].

!!!#Known Issues

!!!!-# Fixed Issues
* --As of Tiki 17.1, the button "Create H5P content" and "Edit" under the ((PluginH5P|H5P Plugin)) does not work properly if you do not have ((SEFURLs)) enabled.-- (Fixed for 19.1) 
* --H5P files are required to be stored in a directory. If your ((File Gallery)) is set to store files in the database, H5P files cannot be created or displayed correctly.-- Tested in 19.x and it works just fine with "Store in database". {sign user="luci" datetime="2019-01-25T11:55:48+00:00"}

!!!# Notes for Tiki 19.1 (2019 Fixes)
''And possibly 18.4 when all backported'' %%%
The H5P project is continually updated and often changes in minor upgrades broke the integration in Tiki. I think {sign user="jonnybradley" datetime="2019-01-25T11:09:36+00:00"} that we are now in sync and up to date so hopefully ((Tiki19|19.1)) will have a stable H5P feature.

There are various things our testing has uncovered that may make it not work for you, they might be:
* Missing CURL and Zip php extensions (possibly others?)
* Composer and maybe file perms not up to date on an svn checkout (needed to run -+setup.sh+- or -+doc/devtools/svnup.php+-)
* Database not up to date (needed -+console.php database:update+-)
* Old H5P cache files in -+storage/public+-
** Note: H5P storage has moved from the root of -+storage/public+- to -+storage/public/h5p+- to keep things tidy
* Old data in the -+tiki_h5p_*+- tables
** I found I needed to delete all my H5P files (projects) and then empty all these tables, I commited a script [https://sourceforge.net/p/tikiwiki/code/HEAD/tree/branches/19.x/doc/devtools/h5p_reset_all_data.sql|h5p_reset_all_data.sql] to do that (keep backups of your projects obviously) -- jonny
* Clear Tiki ''and your browser'' caches!

Please add to this list if you find any other issues, thanks.

!!# Brief How-to:  how to start with my first H5P element in Tiki

# Create a file gallery, name it H5P, use settings as usual for ordinary images + rebuild the search index!
# Activate H5P on -+tiki-admin.php?page=fgal+- under the "Enhancements" tab and set H5P as its default file gallery.
# Go to https://h5p.org/content-types-and-applications , browse, click on them to review and choose one content type. Since Tiki 19.1 you can also use the types offered directly while creating new H5P content in the File gallery thanks to the H5P Hub integration so you can skip the next 2 steps!
+ {img src="display1631" link="display1631" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"}
# Find the very small download link at the bottom left corner of the H5P element, click it, and download the file.
# Upload the downloaded -+.h5p+- file to the file gallery H5P in Tiki (mind: no code needs to be downloaded from Github. All is integrated in Tiki already; you only need the .h5p files!)
# In the File gallery at the files "wrench" icon, click on "Display".
# Have fun. %%%%%%
# Now this content type is available for new custom H5P elements - the timeline is a good place to start.
# After step 2, a new button will appear for creating a new H5P file without the available content type. After the first imported file, you can use the button -> every new different example imported by simple upload to the file gallery adds a new type to Tiki.
# To use the H5P files / content elements on a wiki page instead of doing it from within the file gallery, use the ((PluginH5P)): -+~np~{h5p fileId="XYZ"}~/np~+-

__That's how easy it is. __

-=Related pages=-
((PluginH5P))