Progress Bar Visibility per Trial #1320
-
Hi all, I'm looking for some guidance on whether or not it is possible to set the visibility of the progress bar per trial rather than for the entire experiment. I wanted to use the progress_bar as an indication of how much time there was left, but obviously that makes no sense for certain phases such as the informed consent / instruction trials. I tried the following which did not work:
Note; I added the My initialisation looks like this:
Any help would be appreciated! Even if it means letting go of the progress-bar all together ;) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Answering my own question because I was thinking way too complicated. I have now opted for simply hiding the progress bar from view for those trials where I don't need it. It should be noted that this may not be an optimal solution for everyone as the centering of the other elements is still dependent on that element existing - even though it is not visible. Replace the
|
Beta Was this translation helpful? Give feedback.
-
For reference, I managed to hide it for some parts of the experiment and show it again by using:
and
in an |
Beta Was this translation helpful? Give feedback.
Answering my own question because I was thinking way too complicated. I have now opted for simply hiding the progress bar from view for those trials where I don't need it. It should be noted that this may not be an optimal solution for everyone as the centering of the other elements is still dependent on that element existing - even though it is not visible.
Replace the
on_load
code with the following: