Forum Discussion
BastiaanTimmer
10 years agoPartner
Articulate Storyline: Export to Google Drive
PREVIEW | SOURCE
On the Articulate user days in Utrecht (2015), we held a session about exporting Articulate Storyline variables to Google Drive (Spreadsheet). This export is achieved via...
EswarkumarKanth
Community Member
Hi Anderson Rumuy thank you for sharing. I want to do a small modification.
--------------------------------------------------------------------------------------------
There is a line like below in "first JS when time line start:" section.
script.src = '//code.jquery.com/jquery-1.11.0.min.js';
The edited line like below.
script.src = 'http://code.jquery.com/jquery-1.11.0.min.js';
--------------------------------------------------------------------------------------------
I just added "http:" in the above line. Please give me your valuable replay on this.
KengHweeWee
5 years agoCommunity Member
I follow your suggestion and it works. Thanks