Skip to content
Discussion options

You must be logged in to vote

Hi! Here is my understanding of the problem:

jsPsych will evaluate all parameter values as soon as the experiment loads, even if those parameters are for trials that occur at the end of the experiment. It assumes that the programmer (you) has set the content of each experimental trial to be the same for every study participant, so the parameters of every trial become permanent as soon as the experiment starts and will not respond to data that the participant produces during the experiment.

You can get around this obstacle by setting the parameter values to be functions (dynamic parameters). jsPsych only evaluates functions when it comes time to use their outputs, so if a parameter is equa…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@CarineA
Comment options

@CarineA
Comment options

Answer selected by Kedersha
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants