Skip to content
Discussion options

You must be logged in to vote

Hi Jodeleeuw,

you gave me the essential cue for the problem! <3

the following part of the code:
var my_stimuli = test[subject_ID];

interferred with the variable:
var test = {
timeline: [trial_option_2],
repetitions: 11 };
timeline.push(test);

Therefore the program did not know which "test" I meant. I changed the name of 'var test' to 'var test_1' and now it works.

Should I close this discussion now or can I leave it open for further question in the near future?

Thanks alot!
OberSchmetteBennett

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@jodeleeuw
Comment options

@OberSchmetteBennett
Comment options

@jodeleeuw
Comment options

@OberSchmetteBennett
Comment options

Answer selected by jodeleeuw
Comment options

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

@OberSchmetteBennett
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants