Forum Discussion
AlexSheldon
12 months agoCommunity Member
Accessing the data from questions - Newbie question
Hello all
I'm looking to design a e-learning product as part of a research degree. It will be a pretty simple e-learning product with a couple of videos and then the participant will be asked ...
MathNotermans-9
12 months agoCommunity Member
LMS's not perse fancy. Moodle is a free good one. However if you go pure webbased... Link a google sheet is not the correct term ;-) You can write and read data with Javascript.
On the forum here several posts on how to get that done.
This is by far the most complete post on this subject on the forum.
https://community.articulate.com/discussions/articulate-storyline/articulate-storyline-export-to-google-drive
Still works although there might be small differences on both Storyline as Google side.
In fact i have created a few Google Cloud functions that have all functionality in it. createSheet,deleteRow,formatRow,formatSheet,readSheet,updateSheet,writeSheet,sendMail. All Google Cloud functions that just do whats needed. Quick and clean.