Pass variable from Captivate to Lectora
April 2, 2009 12:00 AM
I am using the latest version of Lectora and Captivate 2.0. I want to ensure the learner is completing the simulation in Captivate prior to moving forward in the course. I added the following JS to a button in Captivate: SimCreateIsComplete(); I also created an External HTML object in Lectora w/ the following:
function SimCreateIsComplete(){
varsimCreateReqComplete.set(1);
return;
}
I set a condition on the Next button in the course that is tied to the CreateReqComplete variable.
This seems so logical, but it is not working...
Any suggestions?
I am using the latest version of Lectora and Captivate 2.0. I want to ensure the learner is completing the simulation in Captivate prior to moving forward in the course. I added the following JS to a button in Captivate: SimCreateIsComplete(); I also created an External HTML object in Lectora w/ the following:
function SimCreateIsComplete(){
varsimCreateReqComplete.set(1);
return;
}
I set a condition on the Next button in the course that is tied to the CreateReqComplete variable.
This seems so logical, but it is not working...
Any suggestions?
Discussions have been disabled for this post