Shapes in Course Presentation
Submitted by matthewt on Wed, 08/10/2016 - 12:35
Forums:
It would be so amazing to be able to draw very simple shapes in Course Presentation. Circles and arrows as an example to highlight something on the screen.
thomasmars
Thu, 08/11/2016 - 10:04
Permalink
Thanks,
This is a great suggestion, I would love that functionality too. Can you create an issue for this on github ? If you're a developer a pull request would be even better :)
matthewt
Fri, 08/12/2016 - 10:56
Permalink
Thanks,
Will create an issue on github and will start with tests locally... to see how far I can go. Doing some research now. I will probably start doing a front end interface and the actual drawing part using js... and see where it will bring me =)
thomasmars
Mon, 08/15/2016 - 08:59
Permalink
Cool,
That's awesome. Let me know how it works out and don't hesitate to ask questions or for help in the issue
matthewt
Mon, 10/10/2016 - 11:21
Permalink
Shapes in Interactive Videos are super cool
Guys, last update to interactive video is amazing! Shapes work great, and I love the glowing effect that hints to click them. I will be trying to see how easy is to move shapes to the Interactive Presentation, with pretty much the same interaction to move to another slide when clicked, or just highlight slide areas... I guess it will be a bit easier now, when there is a working example in one of the libraries!
fnoks
Tue, 10/11/2016 - 09:46
Permalink
Glad to hear you like the
Glad to hear you like the latest IV updates :)
To get the shapes into CP, you should be able to reuse much of the code here: https://github.com/h5p/h5p-iv-hotspot
Good luck!