Random ordering of sounds
The order of sounds on the buttons is defined by their order in the test code. It is possible to change the order of the sounds by using the randomstimuli a randomintuple keywords.
Random order of the sounds in a group defined by a row
The stimuli on a single row in the test code can be randomised using the randomintuple command either at the beginning of the test code or as part of the screen for the stimuli and task definition
test CiselneStimuli
randomintuple
screen Random stimuli in a row
stimulus 1.wav 2.wav 5.wav 7.wavrandomintuple at the test onset will randomise all following screens. The test will appear this way to the end user:

randomintuple in the course of the test will cause the particular screen and all screens that follow to have a random order of the stimuli and rows. The randomintuple should be stated at the end of the screen.

It is therefore possible to create 2 groups. Each group will have a mixed oder but the groups will not be mixed at random.

TODO: not functional as of yet
Last updated