I want to bring the score from the leaderboard googlesheet back in to the storyline presentation and show a learner the total points earned so far
I have created a Cluelabs leaderboard that tracks points earned across a storyline session. I have multiple modules for people to complete, and I want to show learners the total points earned so far. These points go towards rewards, so I want learners to see the total points to date. How do I bring their specific points (based on an entered username) back into the module from the googlesheet?
Reply
Posted on 1/23/2025
Please type your reply.
@support
It sounds like you confused the two products. Sheets and Leaderboard are two completely different products.
Sheets allow to write a lookup formula with the function SheetsSet() and then read the calculated value with SheetsGet() which can be used to find the user by the username. Leaderboard does not have this feature.