Content creation

Discussions related to "the good and proper use" of H5P as a content creation tool

Global Politics H5P Interactive Maps

gmount's picture

Hi all,

I have returned from #H5PCon2018 where I presented a working paper on the first day. 

Thanks for your feedback!

As mentioned at the end of my talk, I am keen to collaborate with anyone who is interested in creating interactive global maps using H5P tools.

There are so many possibilities.  I would like to start with ideas for representing geospatial peace and conflict data and temporal trends over time.

Regards,

Gavin

Creation of a 1-10 rating system in interactive video

Hi Im trying to create an interactive video usecase for Rap Battles on youtube - I want to create a interaction so that at any point in the video a viewer can rate the Bar that was just said between 1-10. Viewers can rate/vote an unlimited amount of times throughout the video & the winner of the battle is decided by which rapper recieved the most amount of ratings.

Drag the Words

Hi, 

I`am trying to use Drag the Words content type. My purpose of using this plugin is to create code trainer. For example, I want my users can drag code snippets to appropriate boxes with right sequence like this:

def fact(n):

    if n<=1:

          return 1

    else: 

          return n*fact(n-1)

fact(5)

120

Pages