Summing test section totals
May 18, 2007 12:00 AM
Well, first questions is what happens if the learner changes an answer on the page before leaving the page. Sounds like it will bump the counter when you don't want it to.Better choice is to create one page where you clear a counter to 0 and then add 1 for each correct answer by testing the question variables for correct.Do you need section totals? If not, just use the above. If so, create a button with the following Modify Variable actions:Action 1: Target: Total, Value: Var(section 1 variable) Type Set.2: Target: Total, Value: Var(section 2 variable) Type add.3: Target: Total, Value: Var(section 3 variable) Type add.etc.
Discussions have been disabled for this post