Skip to main content
March 21, 2016
Answered

Handling variables between Moodle and Captivate?

  • March 21, 2016
  • 1 reply
  • 546 views

What I want:

- A highscore table that gets saved in the SCORM package that I've uploaded to Moodle.

- It sets and gets the variables to and from Moodle (the picture below).

Problem:
- It currently saves the highscore table and is there when I close and reopen the game.

- Every person has a different highscore table. Everyone needs to see the same highscore table.

Note:

- I use JavaScript to manage the highscore table (set() and get() variables).

If you know how I could do this, that would be a great help, because I can't find anything on SCORM outside of quizzes.

Thank you in advance.

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    There is no way to do this with SCORM. You'll need to do something like the eLearning Brothers:

    How to Create a Leaderboard for eLearning with Google (Part 2) » eLearning Brothers

    1 reply

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    March 21, 2016

    There is no way to do this with SCORM. You'll need to do something like the eLearning Brothers:

    How to Create a Leaderboard for eLearning with Google (Part 2) » eLearning Brothers

    March 21, 2016

    That gets the job done.

    Thank you.