Replies: 1 comment
-
Thanks for flagging this. This makes sense to me. I'll work on a patch. |
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
-
Thanks to everyone involved in development of jsPsych!
I'm developing a psychophysics plugin.
One of the users of my plugin had set a property as follows:
But he forgot to define the circle_start_time.
In this case, the timelineVariable function did not return an error and the response_start_time property was set to its default value of 0.
I think this behavior makes the bug harder to notice and concerns the use of jsPsych beyond my plugin.
If possible, the timelineVariable function should return an error when a value which is not in timeline_variables is specified.
Best regards,
Daiichiro
Beta Was this translation helpful? Give feedback.
All reactions