Copy link to clipboard
Copied
Hi
Please can anyone help.
I am creating a curriculum that consists of several separate Captivate 8 modules. Within these modules I have inserted a short answer survey question. The answers that the delegate puts in are reporting in a Moodle LMS (SCORM 1.2) under cmi.interactions.
I want to pull the delegate responses from the LMS into another Captivate 8 module.
I've created two variables in the module where I want the text to pull to, and then be displayed.
On entry to the slide I run Advanced action as an execute JavaScript and this is what I have entered.
var text3 = LMSGetValue(9641, cmi.interactions_0.student_response);
var text4 = LMSGetValue(7525, cmi.interactions_0.student_response);
In the GetValue string the number is the unique ID number for that survey question.
However - this is not pulling any information through at all.
Please help?!
Thanks
Have something to add?