SINGLE SELECTION screen type

For a SINGLE SELECTION screen, the body consists of results from a previous test that had run, and asking the user if the results are accurate.

The User selects a response, normally YES or NO, from a given list. In the following example, lines 4 through 9 consist of the information about the test. Lines 13 and 14 consist of the SELECTION lines. Line 11 is the INSTRUCTION LINE, and is added automatically by the diag_resource_screen function.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 TESTING          ADVANCED MODE                                            935025
 2 fd0              00-00-0D-00
 3
 4 Diskette Select and Deselect Test
 5
 6 OBSERVE........the in-use light on the diskette drive (fd0).
 7
 8 Was the in-use light on for approximately 5 seconds and
 9 then did it turn off?
10
11 Make selection, use Enter to continue.
12
13   YES
14   NO
15
16
17
18
19
20
21
22
23
24 F3=Cancel           F10=Exit            Enter
   --------------------------------------------------------------------------------