Reply To: Two-screen trials?

PennController for IBEX Forums Support Two-screen trials? Reply To: Two-screen trials?

#5023
Jeremy
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