Forum Discussion
Ensuring a Random Number is not Re-picked
Scott and Owen - thanks so much for all your help. In the end I went for Scott's Base64 Solution although really liked Owen's idea (if you get the code working would love to take a look!)
Combining Scott's solution with the Google Sheet data export (see: https://community.articulate.com/discussions/articulate-storyline/articulate-storyline-export-to-google-drive ) means I can now automatically track a very sophisticated assessment using a SCORM 1.2 LMS (for Pass/Fail & Overall Score) and (simultaneously) store additional assessment data in a Google Sheet (see attached image)
The bonus is that there is a script available within Google Sheets that enables me to reverse the Base64 to Ascii (see:https://www.reddit.com/r/googlesheets/comments/4y2ebb/help_decoding_column_of_base64_data/) - so all in all a neat solution that enables me to "hide" user names (albeit not enough to stop an uber tracker but sufficient for my purposes) and I can easily unencrypt the Base64 by just copying the data into a sheet that has been setup with the Base64 reverse script.
Once again - thanks!