Forum Discussion
Articulate Storyline: Export to Google Drive
Hi Elo,
you need to have the long key within “ “ and that should fix it.
Var KEY = “text here”
hopefully that will help.
Yes, that worked. Thanks very much.
You wouldn't know the answer to this question. I need to add some
javascript triggers but it doesn't say specifically where to locate them.
Where should I put them?
[image: Untitled.png]
- aaronkapala-97b6 years agoCommunity Member
Hi Elo,
It does depend on how your course is set up, so if you are creating a quiz you could set those triggers up on the Results slide. The important thing is making sure there is time for the triggers to work.
You could add them to a button and the user has to click on it to submit their data or you could have them when the timeline starts.
For example, I used this function for an assessment to be taken on a mobile before an interview and I created a blank slide which just had a calculating results slide which added all the points up. From there they then are automatically sent to a results page after a second or two and thats where I had the triggers send over the data to Google. They could then move on for some more information before exiting the assessment.
I hope that helps.
- ELOUPEI6 years agoCommunity Member
Okay...let’s see if I understand...I want to collect the user’s name and an email at the very start, so the slide that I do that on is where I should also put the JavaScript triggers?
- aaronkapala-97b6 years agoCommunity Member
If you are collecting more data than just the name and email address I would suggest adding the triggers at the end of the module so it then pulls all the data across at one time otherwise you may end up not having all data relating to that person on one row.
Have you got a file to share and I can have a look at it and assist more?