scoring of multiple tests in one title
July 15, 2009 12:00 AM
This is easy. There is a variable attached to each test once it is processed with a Submit/Process Test/Survey action. That variable is the name of the test followed by _Score. A test called Unit1 would have Unit1_Score.
Now all you have to do is take a working variable (say "temp") and perform actions like these.
Action: Modify Variable; Target: temp; Value: Var(Unit1_Score); Mod type: Set
Action: Modify Variable; Target: temp; Value: Var(Unit2_Score); Mod type: Add
Action: Modify Variable; Target: temp; Value: Var(Unit3_Score); Mod type: Add
Action: Modify Variable; Target: temp; Value: 3; Mod type: Divide
Discussions have been disabled for this post