more versatile accordion
Submitted by otacke on Tue, 06/27/2017 - 18:07
Forums:
This is an idea/wish from a session that was held at OERcamp17 in Hamburg, Germany on June 24.
Currently, H5P's accordion only allows to include text.
- As a content creator, I want to be able to add more media (images, sounds, videos) to an accordion in order to be more flexible.
- As a content creator, I want to be able to place a content type within an accordion panel in order to be even more flexible.
This feature has already been requested, cmp. https://h5p.org/node/75414.
Content types:
tomaj
Fri, 07/07/2017 - 08:13
Permalink
Thanks!
Hi,
Thanks for the feedback. Good suggestions. :)
- Tom
loccoli
Wed, 02/21/2018 - 00:07
Permalink
On top of this, being able to
On top of this, being able to have accordions within accordions would allow to present extra information more dynamically
BV52
Wed, 02/21/2018 - 06:10
Permalink
Hi Ioccoli,Thank you for your
Hi Ioccoli,
Thank you for your input.
-BV52
rcstout
Fri, 02/05/2021 - 12:07
Permalink
Images or videos into accordian
Another vote for images or videos being able to be input into accordian.
Only having text is too limiting!
otacke
Fri, 02/05/2021 - 17:35
Permalink
Hi!Get it while it's hot!
Hi!
Get it while it's hot! https://github.com/h5p/h5p-accordion/pull/41 The code is there, but the H5P core team currently does not have time to review it.
Cheers,
Oliver
glaubitz
Sat, 04/16/2022 - 12:39
Permalink
Tried to get it, but not successfully - what did I miss?
Hi, I followed the instructions from here and downloaded from your repository here. Indeed I ended up with a local copy which I successfully processed with the h5p pack command. Then I uploaded the processed .h5p file to my h5p-libraries - but nothing showed up. I tried the same with your highlight-the-words-library, but this time with success. What did I miss with your h5p-accordion library?
Best
Michael
otacke
Mon, 04/18/2022 - 10:05
Permalink
Hi!You probably did not
Hi!
You probably did not switch to the correct branch (add-h5p-column) but built the master branch which is the same (or rather an old version of the original code).
Please also read the pull request's description at https://github.com/h5p/h5p-accordion/pull/41
And note that you're installing something that has not been reviewed before and may never find its way into the official version. You may create content with it that will most likely break if the H5P core team releases a 1.1 version that doesn't use my code.
Best,
Oliver
glaubitz
Sat, 04/16/2022 - 21:59
Permalink
Tried to install it, but without success - what did I miss?
Hi, I downloaded your repository from https://github.com/otacke/h5p-accordion with git clone and applied h5p pack upon it (following the instructions from https://peter.baumgartner.name/2021/04/12/h5p-library-installation/ ). This gave me an h5p file which I uploaded to the h5p library in my site. Alas, it did not show up in the library list. It could not be opened with LUMI either. What did I miss?
Best
Michael
otacke
Mon, 04/18/2022 - 10:07
Permalink
Hi!You probably missed to
Hi!
You probably missed to also build, pack and install the new editor dependency as described in the pull request description.
Best,
Oliver