I'm attempting to set up a test where I need the user-input answers to be checked/compared against existing variables. I'm able to do this just fine not using the test setup and just using form fields. However, I need to convert this over to a test and the same syntax does not work when I setup the test question.
IE:
randomVariable = 320
I need for Question001 (input) answer to be checked to see if it's equal to randomVariable.
I'm thinking that this may be a limitation of the test setup, but I was concerned about a simple syntax issue to which documentation does not seem to speak.
Thanks in advance.