PennController for IBEX › Forums › Support › html pages not showing › Reply To: html pages not showing
October 28, 2021 at 4:11 pm
#7451
Jeremy
Keymaster
Hi Val,
All three HTML pages you include using newHtml
(in the two trials labeled “demographics” and in the one labeled “exit_screen”) do show up in your experiment, but you have a wait
command on the Button element only in the first trial, so the experiment rushes through the other two
You can tell that all are included by looking at the Sequence tab of the debugger (once you reactivate it—it should only be turned off when you’re actively collecting data)
Jeremy