-
Hello, I'm trying to add a feedback trial based on the previous response. I am not able to skip the no feedback screen when the answer is correct. ( There is an empty screen displayed when the answer correct )
I tried to put Is it possible to skip? I tried to make an if statement outside of the 'trials.push()' and create another 'trials.push()' inside of the if statement , but didn't work. I also tried this below.
This is the code I've got so far.
=> I got a screen with "undefined" for the trial_duration when the answer is correct. (The fixation screen appeared properly after the "undefined" screen) Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jackkk23 , I think what you are looking for is a conditional function on a timeline. |
Beta Was this translation helpful? Give feedback.
Hi @jackkk23 ,
I think what you are looking for is a conditional function on a timeline.