Forum Discussion
DorothyStark
12 years agoCommunity Member
exporting variables to be read in a Google docs spreadsheet
I've seen Tom's helpful screencast on how to embed a Google docs form into a Storyline project. However, what I want to do is a little different. I'd like to be able to export the values of about...
JedidiahEsposit
11 years agoCommunity Member
Thanks for this! I was able to get it working after a little fussing.
To anyone having trouble, make sure you add the jQuery library to your story.html after the <head> tag.
It should look something like this:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
Also, you'll have to throw it online somewhere before anything actually feeds into the google form.