Javascript Libraries: Charts and other visualisations in Storyline2

Apr 18, 2016

Hi all,

I see from here  and here that Storyline 2 supports Javascript but most examples I've seen have been about writing data to a file, sending an email or storing the data in a google sheet.

I'm wondering how I could use something like chartjs.org or other visualization/charting libraries to visualize the scores or results from articulate quizzes.

Where would the chart be displayed and can I control where on a slide the chart would appear  

6 Replies
Christie Pollick

Hi, Michael -- Many thanks for your question! And while we are not able to provide support for JS coding, many here in the community are well-versed in all things JavaScript, so hopefully someone will be able to offer additional insights to assist with your question. 

And you would also be welcome to post your query over in our Building Better Courses forum, as well! :)

Michael O'Brien

In case its useful to others I ended up using javascript and sessionStorage.setItem(key,value) to store the values in the browser session of the visiting user and add the relevant getItem(key) javascript to the html page I embed as a web object and pass the values to the Chartjs javascript included in the embedded page.

This has more details about session storage here http://www.geekchamp.com/html5-tutorials/18-html5-session-storage

This discussion is closed. You can start a new discussion or contact Articulate Support.