Create a test with customised results

The problem with using "On Change/Select," like Xithis (Greg) suggests, is that, if the user selects one choice, then changes her mind and selects a different one, there's no easy way to subtract the "1" that was added when the user first selected that option. (So, basically, both of the user's choices for that item will be counted.)Ben's approach should avoid that issue, or you could have actions that tests the status of the radio buttons (and increments the related variables appropriately) upon clicking some kind of "Done" button.Laura

Discussions have been disabled for this post