Editing eLearning Brothers' Highscore table?
What I tried to edit: How to Create a Leaderboard for eLearning with Google (Part 2) » eLearning Brothers
I am trying to modify the javascript used by captivate and the google script for the google sheet to fit my liking, but I'm not being successful.
What I'd like to do is have three data variables saved and displayed; myRank, id and score.
Here are my javascript: Javascript pastebin
and the google script: Google script pastebin
I took out the date/time and want to just display the top 10 people's ranks, id and scores in order from 1-10 going down the screen.
Also, I believe they are being saved in non-ordered fashion in the google sheet. I would like them ordered in the google sheet, or would this be too slow/unfeasible in a google sheet with 500+ records?
If anyone could please help me, that would be great. I'm new to Javascript and the whole google script thing is making things even more complicated for me.
Thank you in advance.
