Random ordering of sounds
Last updated
Last updated
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.
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
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.
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