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...
BastiaanTimmer
10 years agoPartner
Hi Elizabeth,
If you follow the steps carefully then the spreadsheet will populating the results. Did you use multiple variables?
storyline =
{
"date" : new Date().toJSON().slice(0,10), //STORE DATE
"name" : player.GetVar("name"),
"email" : player.GetVar("email"),
"message" : player.GetVar("message")
}
If you use multiple variables as described above, please take a look at the comma after each variable line. Only the last row can't have a comma.
You can use this setup for SCORM, AICC but also for WEB publication. The example I use in this topic is also a WEB publication on our web server.
Best regards!