Skip to main content
Brad Lawryk
Legend
May 13, 2017
Answered

Saving results to database?

  • May 13, 2017
  • 1 reply
  • 394 views

Can test results be stored into a MySQL database?

    This topic has been closed for replies.
    Correct answer RodWard

    Probably the easiest way is to set the module up for SCORM standard and then just intercept the SCORM calls to plug the same information into your database.  The SCORM standard API and all the JavaScript calls are all well documented on the web.  You just need to code something that pretends to be the LMS.

    1 reply

    RodWard
    Community Expert
    Community Expert
    May 13, 2017

    Sure.  But not by default with Captivate's out of the box functionality.  You'd need custom coding.

    Brad Lawryk
    Legend
    May 13, 2017

    Custom coding is fine. As long as someone can point me in the right direction such as where to do the custom coding. ;-)

    RodWard
    Community Expert
    RodWardCommunity ExpertCorrect answer
    Community Expert
    May 13, 2017

    Probably the easiest way is to set the module up for SCORM standard and then just intercept the SCORM calls to plug the same information into your database.  The SCORM standard API and all the JavaScript calls are all well documented on the web.  You just need to code something that pretends to be the LMS.