Presumably you could just rearrange the code
I tried this in various places, but couldn't get it working.
If I add the following code in the form
<tr><td><INPUT type=\"radio\" name=\"Vantwoord\" value=\"4\">$Vantwoord</td></tr>
And then the variable is then visible together with the other variables, so technically it has run through the define stage, but once submitted by the form it is lost.
I could include it in the form, but for a kind of quiz to have the answer visible isn't very handy. Any ideas?