Populating a Variable from Text Entry
How do I populate a Variable with info entered by the student in the Text Entry Box? I have created a Variable titled Var_EmpNo as a "container" to hold that information. Following the instruction to "Enter your employee number here -->" I have included a Text Entry Box using standard toolbar functionality, the name is Text_Entry_Box1. I have tried several approaches including:
Approach 1 Tested and Failed: Setting the On Success Action on the Text Entry Box to "Assign", selecting Var_EmpNo from the assign dropdown and entering in the "With" field the free form text "Text_Entry_Box1". This does not appear to populate the variable with the info entered in the text entry box, rather I suspect it is populating the variance with the words Text_Entry_Box1.
Can someone point me to the correct approach?
Thank you,
Steve