Exclude

This argument determines if the target pictures can be used for filling empty positions in case it is included in the set definition:

 

          0          Target picture may be used when filling empty position

          1          Target picture is excluded from set and not used for filling positions (default)

 

 Example for filling empty screen locations


PICTURE A  N
PICTURE 1  N
PICTURE 2  N
PICTURE 3  N
PICTURE 4  N
PICTURE 5  N

SET  Digits  V
1  2  3  4  5

Position Circle  C
0  0  500  0  8


; This trial definition displays 'A' among randomly placed digits


TRIAL  Positive
CS 2000          ; Clear screen and wait for 2000 ms
RK ResKeys          ; Record response
FP  A  Circle  1  2000  Digits          ; Load 'A' fill with digits and wait for 2000 ms

; This trial definition only displays randomly placed digits


TRIAL  Negative
CS 2000          ; Clear screen and wait for 2000 ms
RK ResKeys          ; Record response
FP  -  Circle  1  2000  Digits          ; Fill with digits and wait for 2000 ms
 



Copyright 2023 - BeriSoft Inc.
All rights reserved