PennController for IBEX › Forums › Support › Progress bar › Reply To: Progress bar
August 4, 2020 at 7:07 pm
#5886
snederve
Participant
Hi Jeremy,
This question is also related to the progress bar: I’m trying to delete the progress bar in all html forms but not in the test trials. I keep failing to do it properly. The only code that did seem to work somewhat was this:
var defaults = [ "PennController",{hideProgressBar: true}
] ;
Unfortunately, using this piece of code deleted hides the progress bar from all trials too, and I just want to keep it out of the consent and debrief forms. Is there a way of doing this? I can give some more code as to how the forms are introduced too.
Sander