- Copy the Script1 function into the first Storyline JS trigger on the page you wish to display results
- Repeat for Scripts 2 and 3
- Tweak as necessary to get different results
- Create a Storyline variable to hold the results
- Just called “storylineVar” in the example
- Insert a “reference” to this variable on the screen (%storylineVar%)
- Publish
- Doesn’t have to be “TinCan” publish since we’re handling it ourselves
- Add the “tincan.js” library to the root folder of your published output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Google Form > xAPI | |
## xAPI Party 2017 (Maker Space Project) | |
### General purpose form to capture various activity types into a Learning Record Store (LRS) | |
See live example here: http://bit.ly/xapi-party | |
The file `xapi-send.gs` is a Google Apps Script (https://developers.google.com/apps-script/overview). It's essentially JavaScript with some Google-specific API methods. | |
It, and the form, are connected to a Google Sheet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// placeholder |