Setting Question Var to correct w/ Flash not changing test score

Hi!


I've been trying to set up my files so that when the learner completes a flash simulation it sets a question variable (ex VarQuestion0005) to correct.


I can tell that this is now sort of working because I am able to press the submit button and continue on to the next question without it prompting me to select an answer. However, the feedback does not show up as it does for other standard question types. This is not a big deal because I don't really need the feedback to work but just wondering why it responds in a different way.


The bigger issue is that when I complete the test, the questions that have flash setting the question variable to correct do not effect the final score. I'm currently testing this after publishing to html on my hard drive, so I wonder if it would work correctly once in Scorm format and on an LMS or if there is another variable or function I need to use?


An example of what I have so far code wise in flash is:


ExternalInterface.call("VarQuestion_0005.set", "correct");

ExternalInterface.call("button327.actionShow");[/CODE]

Any help will be greatly appreciated!

aj[CODE]ExternalInterface.call("VarQuestion_0005.set", "correct");

ExternalInterface.call("button327.actionShow");[/CODE]


Any help will be greatly appreciated!


aj

Discussions have been disabled for this post