increasing the number of variables in each sequence
in OpenSesame
Hi,
I'm trying to make a working memory test with OpenSesame.
the goal is to present several letters and numbers to the participants and ask them to remind the letters.
I need to increase the number of letters in each sequence to make it more difficult. I also want to change the position of the letters and numbers in each sequence.
I don't know how to make this happen in just one loop and need your opinions.
Is it possible to have all of these variables in a loop?! does it require inline scripting?
I really appreciate your comments on this.
Thanks in advance ![]()
Comments
Hello Kian,
So you want series like this?
Trial 1: Letter -> Number --> Letter -> Number -> Letter
Trial 2: Letter -> Number --> Letter -> Number -> Letter -> Number -> Letter
Trial 3: Letter -> Number --> Letter -> Number -> Letter -> Number -> Letter -> Number -> Letter
?
Probably this can be done without inline_scripting too.
But here is a way to do it with inline_scripting.
All the best
Stephan
Hi @Sylvain ,
Actually, I was thinking of having all the numbers and letters in one page spread.
Thanks