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.wav
randomintuple
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.
screen Random stimuli in a row
stimulus 1.wav 2.wav 5.wav 7.wav
randomintuple
test NumberedStimuli
randomintuple
screen Unrandomised stimuli
stimulus 1.wav
stimulus 2.wav
stimulus 5.wav
stimulus 7.wav

It is therefore possible to create 2 groups. Each group will have a mixed oder but the groups will not be mixed at random.
screen More stimuli, random columns (12) (57)
stimulus 1.wav 2.wav
stimulus 5.wav 7.wav
randomintuple

TODO: not functional as of yet
test numbered stimuli
randomstimuli
screen More stimuli at random
stimulus 1.wav
stimulus 2.wav
stimulus 5.wav
stimulus 7.wav
Last updated