Randomly selects without replacement if an incorrect response is given and with replacement if a correct response is given
<global>
value
Name | Type | Description |
---|---|---|
args | array | An array of elements or values. |
Randomly selects from a set of values without replacement if an incorrect response is given and with replacement if a correct response is given:
noreplaceerror(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
noreplaceerror(0, 2.5, 5, 7.5, 10)