results.scorepercent

Jun 26, 2012

Inigo Montoya: You keep using that word. I do not think it means what you think it means. 

That's my problem. I thought the variable results.scorepercent would return the current score at any part during a quiz, but I'm not seeing that happen. I put %results.scorepercent% in the final slide of my quiz, and after publishing, if I answer all the questions correct, on the final slide I see the value is 0. what am I missing?

5 Replies
Larry Ober

Thanks for that help. I have a quiz, and my intent is that when the user gets to the results slide (blank version with layers), it checks to see if the user passed the quiz - then shows layer A of the results slide, if not, the results slide shows layer B.

I need a variable that can be read to trigger this. I had triggers set on the results slide for If results.scorepercent = 100, the sow Layer A, if results.scorepercent

When published, it always shows layer B, even if the user has gotten every question correct. Any thoughts?

Bryan Tregunna

HI Stephen. I am unsure what you mean, but this may help:

You set the score for each graded question and also identify which results slide will use that score.  Then, on that results slide you can then display the Results.ScorePercent as text or use the same variable to display what you want, for example Results.ScorePercent = 100, show Layer A, Results.ScorePercent < 100, show layer B and so on.

I hope that helps.