Combining variables

You can create a variable that combines the values of other variables. (I'm assuming that each radio button has its own variable.) First, create the variable that will contain the sum. Then, add a series of actions that addes to that variable. To add the value of a variable, you need to use the VAR macro. 


Action: Modify Variable


Target: Your sum variable


Value: VAR(Option_Variable_Name)


Modification Type: Add to Variable


You would need one of these actions for each of the radio buttons. Then, an action that changes the contents of the text box that displays the score to the user.


Without knowing your full requirements, that hopefully will get you pointed in the right directly. Feel free to clarify if this isn't quite what you are looking for.


 

Discussions have been disabled for this post