Running Experiment Intermittently
in OpenSesame
Dear OpenSesame comuunity,
I have an experimental challenge and I'll be thankful for your help.
I have a memory task that I am running in 2 sessions, each one in different day.
I have one words list of 100 words, which I would like to split randomly for each participant to the two sessions.
That is, to present 50 words in each session, while every participant sees different list in every session. Overall, all the participants will see all the 100 words.
I hope I'm clear enough,
Do anyone have any idea what code or loops i need to create?
I'll be grateful for any idea.
Comments
Hi S_H,
You will have to do some programming. Below is proof-of-concept example with a list 6 instead of 100 items. It saves the second part of the list that you could use for the second session.
Best,
Jarik
This is exactly what I looked for, Thank you so much!!