inter-subject conditions
in OpenSesame
hello there.
I started creating my first experiment and ran into a problem I cannot solve.
I have two conditions, each condition has three options, and I need each subject to go through two counter-options, one of each condition on seperate occasions. It envolves mainly different music played and different lists of words.
Is there an option to write one experiment with all these requests? or do I need to create different experiments for different conditions?
any advise will be helpfull.
thanks :)
Comments
That is possible. I think the easiest would be to have an excel or csv file in which all the conditions, balancing,etc. is happening. This file you can then read into Opensesame with Python coding, and choose the relevant items depending on the relevant settings. To load the file, check out Python Pandas
https://pandas.pydata.org/pandas-docs/stable/getting_started/index.html
Good luck,
Eduard