NIPO ODIN Version 5.17

*STOPRANDOM

Purpose

Stops randomization of answer codes.

Syntax

*STOPRANDOM

Description

This command is always used after a code definition and must be specified after this code on the same line. If the answer codes are displayed in random order by means of *RANDOM *ROT or *INV then this code and all following codes are not randomized but displayed in regular order.

Note:
*NOCON has a matching result.

Example

*QUESTION 1 *CODES 61L11 *MULTI *RANDOM
Which of the following brands do you know?

1:Aiwa
2:Denon
3:Kenwood
4:Marantz
5:Philips
6:Pioneer
7:Samsung
8:Sharp
9:Sony

10:Other, specify ... *OPEN *STOPRANDOM
11:Don't know *NMUL

In this example codes 1-9 are displayed in random order, while codes 10 and 11 are always displayed at the bottom of the code list.

See Also