Millisecond Forums

n-Back-Task

https://forums.millisecond.com/Topic11023.aspx

By jpr - 7/29/2013

Hello,



I want to change the NBack Task (letter stimuli) from your archives so that it displays the different n's in a given sequence: Three times 0-back, three times 1-back, three times 2-back, three times 3-back.



I tried changing this part:


list.nlevel
<list Nlevel>
/items = (0,0,0,1,1,1,2,2,2,3,3,3)
/ replace = false
</list>



I tried inserting (one at a time of course)


/select = sequence (just as the code above it says...)


/selectionmode = sequence


/select = sequence (1,2,3,4,...)



I don't really know how else I could get that working?


Thanks in advance,


jpr

By Dave - 7/30/2013

<list Nlevel>
/ items = (0,0,0,1,1,1,2,2,2,3,3,3)
/ selectionmode = sequence
/ resetinterval = 0

</list>


should be what you want.