Flash Knowledge Assessment

Nov 13, 2013

Can Storyline track the results of a knowledge assessment made from flash? 

fyi: After completing the assessment (which is a board game), it produces a pass or fail score.

4 Replies
Seth Ozen

Carolene,

You can accomplish this using two lines of JS code.

import flash.external.ExternalInterface;

ExternalInterface.call('GetPlayer().SetVar','storygameScore',flashscore);

p.s: "flashscore" must be a variable in your Flash file or whatever the variable is that reports the score. "storygamescore" is what'll be passed to Storyline, so just type %storygameScore% in a text box where you want to display this.

Hope it helps.

Seth

This discussion is closed. You can start a new discussion or contact Articulate Support.