February release note
Submitted by falcon on Thu, 02/19/2015 - 01:09
Go to our upgrade page to find instructions about how to upgrade your H5P content types. Remember to first upgrade you Drupal module or Wordpress plugin.
Feel free to share your thoughts about the february release below.
New to H5P? Read the installation guide to get H5P on your own site.
Comments
jessie586
Thu, 02/19/2015 - 04:13
Permalink
xAPI end point setup
Hi, Do you have a UI to let authors set up the LRS endpoint, account and secret? Thanks.
falcon
Thu, 02/19/2015 - 10:14
Permalink
Hi, H5P can't communicate
kev
Thu, 02/19/2015 - 08:50
Permalink
External video URLs.
Awesome updates!
On slide 5 there's a mention of external URLs for videos on QuestionSet. i just grabbed the most recent H5P.QuestionSet-1.2 from github and i don't see the ability to add videos by URL, only upload. Am i missing something? I'm pretty new to this library.
I also checked at http://h5p.org/node/add/h5p-content,where i see the new video widget for the other mentioned content types, but i don't see QuestionSet there. Thanks.
falcon
Thu, 02/19/2015 - 10:26
Permalink
Thanks!If you get questionset
Thanks!
If you get questionset from the questionset page you'll get that ability. The new version of QuestionSet uses a new version of the video library and also requires the new H5P core. The new video ability is in the video library and in the core.
farrisimin
Thu, 02/19/2015 - 08:51
Permalink
Wow congrats work well done.
Wow congrats work well done... outstanding achievement. ..
falcon
Thu, 02/19/2015 - 10:26
Permalink
Thanks! :)
chpappis
Thu, 02/19/2015 - 11:20
Permalink
Great work
Great release !
Keep up the good work
eozkeskin
Thu, 02/19/2015 - 15:28
Permalink
Great work, congrats
Bravo! It's a very promising initiative!
hosais
Fri, 02/20/2015 - 20:45
Permalink
Great! I see an amazing potential of the future apps
Fantasitic job! I see an amazing potential of the future apps. Well done!
May I know where the h5p will save/output the statements in Drupal installation? Or there are some brief document somewhere.
Thank you for the great work!
falcon
Mon, 02/23/2015 - 09:24
Permalink
Thanks a lot!Currently the
Thanks a lot!
Currently the statements are made available via javascript, so you may add the following to see the statements:
H5P.externalDispatcher.on('xAPI', function(event) {console.log(event.data.statement)});