PennController for IBEX › Forums › Support › Two-screen trials? › Reply To: Two-screen trials?
April 8, 2020 at 12:26 pm
#5023
Keymaster
Yes, just decouple the printing of the TextInput from its wait command, like this:
newTextInput("inputanswer").print().log()
,
newText("Validate by pressing Enter").italic().print()
,
getTextInput("inputanswer").wait()
Jeremy