Skip to content
Discussion options

You must be logged in to vote

Hi @rmtham, based on the code block you posted, it looks like you're trying to access the trial data in the main level of the experiment script. All of the code that sets up your experiment timeline etc. will run when the page first loads, which means that at that point, there's no data (because the experiment hasn't started yet). So if you want to access the data during the experiment, then that code will need to go inside a function that runs at a particular point during the experiment. Typically this is done inside event-related callback functions, which are functions that you create that will run after certain events take place during the experiment.

In your case, if you want to check…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@becky-gilbert
Comment options

@SimonStephan31
Comment options

@becky-gilbert
Comment options

@becky-gilbert
Comment options

@SimonStephan31
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