How do i make it add up?

You could create a counta variable and every time your user gets a question correctly just add to the counta variable. It takes a bit of time but once you get going you'll whiz through.So the action for each question (probably best on the next button of each question page) would be:On Click - Modify Variable - [variable name]- 1 - add to variable.Condition (if) - [question variable] - is correct.This way you don't need all your questions within a test. On your last page have a action to change the contents of a text box to equal the variable counta.Hope this helps.

Discussions have been disabled for this post