Timeline without requiring a year
Submitted by ashley.lawson on Thu, 04/20/2017 - 11:39
Forums:
Hi,
Would it be possible to create a timeline without having to add a year? I would really like to create one using just months or periods.
Thanks,
Ashley
Summary:
Timeline without year
Content types:
Issue Status:
KDChronos
Thu, 04/27/2017 - 17:02
Permalink
--
--
tomaj
Fri, 04/21/2017 - 07:00
Permalink
Should be possible to make
It's not possible right now.
But it should be possible to make. It would be something like on this page right?
- Tom
ashley.lawson
Fri, 04/21/2017 - 09:12
Permalink
Yeah that's exactly the sort
Yeah that's exactly the sort of thing I'm looking for.
Ashley
dgmorrow
Wed, 05/24/2017 - 21:10
Permalink
Timeline - without time
It would also be neat to be able to use the Timeline tool to build interactive sequences that aren't time-based, but "scale" or "series" based:
Or a new tool - called "Sequences"?
Thanks for a great tool! H5P is a great addition to our K-12 Moodle site.
David
BV52
Thu, 05/25/2017 - 06:45
Permalink
Nice Idea
Wow this is a great idea dgmorrow.
-BV52
dgmorrow
Thu, 05/25/2017 - 15:52
Permalink
Nice Idea
Thank you, BV52! The problem is that I don't know how to make that happen. But I hope someone more knowledgeable can have a go at it. Decent name, at least - "Sequences".
David
thomasmars
Fri, 05/26/2017 - 10:32
Permalink
Have you tried the new H5P
Have you tried the new H5P from Otack, Agamotto ? I think it might fit your needs.
dgmorrow
Fri, 05/26/2017 - 20:26
Permalink
I saw it recently and really
I saw it recently and really liked it. And I only just now downloaded it and uploaded to our Moodle site to see the editing options. It looks great - really nice effect and easy to build. I was thinking more along the lines of the timeline experience - with a labeled slider (degrees, days of the week, atomic number, altitude, etc) and the ability to add images, text, and video in the slide.
Thanks,
David
tomaj
Fri, 05/26/2017 - 07:45
Permalink
Similar to Image Sequencing?
There is actually a community member (jithin), who is developing a module named Image Sequencing.
Was it something similar to this you had imagined?
- Tom
dgmorrow
Fri, 05/26/2017 - 20:35
Permalink
Similar to Image Sequencing?
Tomaj,
Thank you for pointing me to Image Sequencing. I was not able to upload it to my Moodle site ("Could not validate H5P file."), but the screenshot in the forum looks like it allows for dragging and dropping images to place them in order. I really like that! If that is the case, it seems to be more of an assessment of the kind of information that would be presented (and interacted with) using the Timeline or a similar tool. Which I really like, but is not quite what I'm talking about.
Thanks!
David
tomaj
Mon, 05/29/2017 - 08:54
Permalink
Work in progress
Image Sequencing is something a community member is still working on, so I wouldn't say it's ready for production quite yet. (but it's getting there)
- Tom
vyname
Fri, 07/07/2017 - 07:27
Permalink
Start Date = current date, End Date = current date+n days
Hi
I am so grateful to the authors of H5P for such a wonderful content-authoring suite of tools.
I have just about started to use these tools. I am stuck with Timeline somewhat...
The Timeline content type does not allow php code or HTML5 tags to be able to call "todays" date into START date and +n days for END date, which feature is something that we need for a particular project. Is there a way I could do so? I tried out appending some php code or html 5 tags that i found on web search... field validation immediately rejects it.
Is there a way around? Thanks for pointing me in the right direction.
Vy
tomaj
Mon, 07/10/2017 - 08:36
Permalink
Change before it's rendered
Hi,
The only way I can think if, is to change the data, after it leavs the database, but before it hits your users browsers.
There is a PHP hook for that params_alter which you can leverage.
See the documentation for more info on how to do this.
- Tom