Replies: 1 comment
-
Hi @jwylie21, It looks like you are trying to use timeline variables to get the data attached to the trial but you haven't created a timeline object with the If you haven't done so already, it might be helpful to look at the part of the tutorial that covers timeline variables and the documentation for them as well. I think this will give you a clear overview of what generally needs to change in the script. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have an issue that I'm not sure how to resolve. I have an experiment that looks like was is copy pasted below (shortened for brevity). And basically, I'm struggling to get the data side to have all of the features that I would like for the trail . Currently, the data just gives me the test_part from the part of the code that is annotated with "REAL TRIALS". But within my individual stimuli list, I have associated them with the stimulus type and the correct response, which are both pieces of information I would like to have preserved in the exported data file. I'm guessing it has something to do with haveing the .randomization.shuffle done to the actual stimulus list, but am not really sure where to go to keep the logic how I want but also extract "type" and "correct_response" from the stimuli. Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions