Replies: 1 comment
-
But |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a project using jsPsych, and I'm facing an issue with a conditional function within a timeline. Here's a simplified version of my code:
In this setup, BlinkAllItems is intended to be a timeline where BlinkOneItem is repeated until nBlinkingItems is reached. However, the conditional function is behaving unexpectedly. It seems to be called only once, and subsequent checks are not being executed as expected. The value of currentBlinkingItem is supposed to be incremented within the condition, but it seems like the condition is evaluated only once.
The same code works in jsPsych 6.1. Any insights or suggestions on why the conditional function is not being called multiple times within the timeline would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions