Displaying username in SCORM created in Captivate 5.5

Displaying username in SCORM created in Captivate 5.5

by Ray Green -
Number of replies: 1

I would like to personalise my modules and display the Moodle Username within the SCORM module.

I use Captivate 5.5 to create the SCORMs.

Is this possible?

Thanks.

Average of ratings: -
In reply to Ray Green

Re: Displaying username in SCORM created in Captivate 5.5

by Amy Groshek -
SCORM provides username values to you, but you will have to run a get script through the API, which means you will have to add custom actionscript to the Captivate package. The value you want to get is "cmi.core.student_name" in SCORM 1.2 and "cmi.learner_name" in SCORM 2004.

To make the calls for this data, have a look at Captivate's Advanced Actions. http://help.adobe.com/en_US/captivate/cp/using/WS3B206DF2-DDB9-4da6-BC55-C21858128651.html Your scorm api will already be initialized when you make this call, so you'll have to learn how to use that existing api to get the data. Read through your scorm packages's javascript and see how to hook into it.