-
Hello, I'm making an experiment that has 2 sections in it, and I would like to have the progress bar increment until full for the first half, then reset to empty during the break, then increment until full for the second half. I have it incrementing until full, but can't get it to reset, and it just stays full for the whole second half. Any ideas? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ebjacino ! You'll probably need to set the progress bar manually to do this. Have you seen the docs for this? I'm guessing that if you've got it to fill all the way for the first half you've figured this part out. Are you finding that the progress bar isn't resetting to 0 with something like |
Beta Was this translation helpful? Give feedback.
Hi @ebjacino !
You'll probably need to set the progress bar manually to do this. Have you seen the docs for this? I'm guessing that if you've got it to fill all the way for the first half you've figured this part out. Are you finding that the progress bar isn't resetting to 0 with something like
jsPsych.setProgressBar(0)
?