Forum Discussion
Articulate Storyline: Export to Google Drive
Hello Bastiaan,
Hope you're still out there...
I'm using your template and following the steps and got stopped with this error message:
Help...please...
Hi Elo,
you need to have the long key within “ “ and that should fix it.
Var KEY = “text here”
hopefully that will help.
- ELOUPEI6 years agoCommunity Member
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?