Reply To: sendResults() message

PennController for IBEX Forums Support sendResults() message Reply To: sendResults() message

#8563
Jeremy
Keymaster

Hi,

This message only remains on the page if there’s nothing after SendResults(). If you have a trial coming after it, then the experiment moves on to that trial as soon as the results have been sent

You can remove the message altogether by setting completionMessage to "":

completionMessage = ""

newTrial( newButton("Hello World").print().wait() )

SendResults()

Jeremy