|
Hidden (Free Format Variable)
|
|
| 1. Add a Free Format question to your survey, and a variable (e.g. myvar1_rand) of type hidden.
|
| 2. Edit the HTML (using the "pencil" icon |
|
|
| <input name="myvar1_rand" type="hidden">
|
|
|
| Then, edit that text to assign the value equal to the function RandNum(53):
|
|
|
| <input name="myvar1_rand" type="hidden" value="[%RandNum(53)%]">
|
|
|
| 1. Add a Free Format question to your survey, and a variable (myvar1_sum) of type hidden.
|
| 2. Edit the HTML (using the "pencil" icon |
|
|
| <input name="myvar1_sum" type="hidden" value="[%Q1+Q2%]">
|
|
|