Skip to main content
Participating Frequently
February 6, 2017
Question

Captivate projects passing data

  • February 6, 2017
  • 1 reply
  • 138 views

Hi,

I am not a captivate expert by any means, but was wondering if it possible to get the following information/data to be passed from the project to be used by a website.

- Final scores

- Amount of time spent on the course

I know if you use captivate in an LMS environment, this is relatively easy. However, I would like to create courses to upload onto a non-LMS site, but still would like to save data such as final scores and amount of time spent on the course.

Thanks

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    February 6, 2017

    Final score is stored in a system variable cpQuizInfoPointsscored. You'll have to transfer that variable.

    Same with cpInfoElapsedTimeMS, another system variable which stores the time spent in the movie, in milliseconds.

    You'll need someone with programming skills for the transfer. Captivate accepts JS scripts.