Home » Archimedes archive » Acorn User » AU 1997-05 A.adf » Survey » !Questor/History

!Questor/History

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-05 A.adf » Survey
Filename: !Questor/History
Read OK:
File size: 0D6C bytes
Load address: 0000
Exec address: 0000
File contents
1.00    First released version

1.10    Permits a limit to be set on the number of options a user may
        select in a multiple answer question,  via an optional extra
        parameter to the question data in the Questions file (so that
        #2 becomes eg #2,3 for a limit of no more than three choices).

1.20    Will allow user to reload an Ansor file. Useful to user being
        surveyed, as can edit a previously stored response. Useful to
        surveyor, as can use Questor to view individual choices in a
        single Ansor file. NB !Ansor 1.20 allows export of individual
        Ansor files from a survey database.

1.30    Added a type '4' question format.
        This allows "order of preference" questions, with appearance as
        for a grid question. Each row corresponds to one item, with a
        button being set in the column corresponding to the user's
        choice of preference for that item.
        Thus only one button may be set per row, as no item can be given
        two preferences, & only one button may be set per column, as no
        two items can have the same preference. ESG takes care of the '1
        per row' restriction.

        If an attempt is made to violate '1 per column', the new choice
        will be made, however the item which previously had that preference
        will be given the former preference of the user changed item.

        Notice, that as with other question types, a question or part of
        a question may be left blank.

        This is to prevent false responses due to the default setting
        being analysed when the user actually ignored that question. It
        also handles the case where the wording of a question is such
        that a particular user cannot be guaranteed to be able to answer
        a question with a positive response (eg 'How many others read your
        copy of AC: 1, 2 or more than 2?', when the correct answer is 0).

        NB1 In Questions file, text is as for a grid question, but with
        the line of column texts omitted. Where required, column texts
        are automatically inserted with #cols set to #rows.
        NB2 This means #rows is restricted to the max #cols = 5.

        Ansor 1.30 supports type '4' questions.

1.31    Modification to ensure question window title text is prefixed by
        template title text for window Quest, rather than by text embeded
        in program. This permits distributor to alter initial part of
        title from 'Acorn Computing' to eg 'Acorn User', by editing
        template.

1.32    22/03/95   Middling sized modification to support an extra page
        type, page_end called "Ender". This carries a 'thank you' message
        as a final page to the survey. The address input page may be used
        with this - it will then appear as the penultimate page;
        alternatively, Ender may be used instead of this (simply omit the
        #A segment).

        Ender is made active by inclusion of a #E segment in the Questions
        text file: This should be followed by between 0 & 10 lines of text,
        each of upto 40 characters, with the final line marked by following
        it by a line beginning with a '*' character.

        This implies none of the lines of text may themselves begin with a
        '*'.

        If fewer than 10 lines of text are supplied, the ender window
        extent will be reduced accordingly.

00000000  0a 31 2e 30 30 20 20 20  20 46 69 72 73 74 20 72  |.1.00    First r|
00000010  65 6c 65 61 73 65 64 20  76 65 72 73 69 6f 6e 0a  |eleased version.|
00000020  0a 31 2e 31 30 20 20 20  20 50 65 72 6d 69 74 73  |.1.10    Permits|
00000030  20 61 20 6c 69 6d 69 74  20 74 6f 20 62 65 20 73  | a limit to be s|
00000040  65 74 20 6f 6e 20 74 68  65 20 6e 75 6d 62 65 72  |et on the number|
00000050  20 6f 66 20 6f 70 74 69  6f 6e 73 20 61 20 75 73  | of options a us|
00000060  65 72 20 6d 61 79 0a 20  20 20 20 20 20 20 20 73  |er may.        s|
00000070  65 6c 65 63 74 20 69 6e  20 61 20 6d 75 6c 74 69  |elect in a multi|
00000080  70 6c 65 20 61 6e 73 77  65 72 20 71 75 65 73 74  |ple answer quest|
00000090  69 6f 6e 2c 20 20 76 69  61 20 61 6e 20 6f 70 74  |ion,  via an opt|
000000a0  69 6f 6e 61 6c 20 65 78  74 72 61 0a 20 20 20 20  |ional extra.    |
000000b0  20 20 20 20 70 61 72 61  6d 65 74 65 72 20 74 6f  |    parameter to|
000000c0  20 74 68 65 20 71 75 65  73 74 69 6f 6e 20 64 61  | the question da|
000000d0  74 61 20 69 6e 20 74 68  65 20 51 75 65 73 74 69  |ta in the Questi|
000000e0  6f 6e 73 20 66 69 6c 65  20 28 73 6f 20 74 68 61  |ons file (so tha|
000000f0  74 0a 20 20 20 20 20 20  20 20 23 32 20 62 65 63  |t.        #2 bec|
00000100  6f 6d 65 73 20 65 67 20  23 32 2c 33 20 66 6f 72  |omes eg #2,3 for|
00000110  20 61 20 6c 69 6d 69 74  20 6f 66 20 6e 6f 20 6d  | a limit of no m|
00000120  6f 72 65 20 74 68 61 6e  20 74 68 72 65 65 20 63  |ore than three c|
00000130  68 6f 69 63 65 73 29 2e  0a 0a 31 2e 32 30 20 20  |hoices)...1.20  |
00000140  20 20 57 69 6c 6c 20 61  6c 6c 6f 77 20 75 73 65  |  Will allow use|
00000150  72 20 74 6f 20 72 65 6c  6f 61 64 20 61 6e 20 41  |r to reload an A|
00000160  6e 73 6f 72 20 66 69 6c  65 2e 20 55 73 65 66 75  |nsor file. Usefu|
00000170  6c 20 74 6f 20 75 73 65  72 20 62 65 69 6e 67 0a  |l to user being.|
00000180  20 20 20 20 20 20 20 20  73 75 72 76 65 79 65 64  |        surveyed|
00000190  2c 20 61 73 20 63 61 6e  20 65 64 69 74 20 61 20  |, as can edit a |
000001a0  70 72 65 76 69 6f 75 73  6c 79 20 73 74 6f 72 65  |previously store|
000001b0  64 20 72 65 73 70 6f 6e  73 65 2e 20 55 73 65 66  |d response. Usef|
000001c0  75 6c 20 74 6f 0a 20 20  20 20 20 20 20 20 73 75  |ul to.        su|
000001d0  72 76 65 79 6f 72 2c 20  61 73 20 63 61 6e 20 75  |rveyor, as can u|
000001e0  73 65 20 51 75 65 73 74  6f 72 20 74 6f 20 76 69  |se Questor to vi|
000001f0  65 77 20 69 6e 64 69 76  69 64 75 61 6c 20 63 68  |ew individual ch|
00000200  6f 69 63 65 73 20 69 6e  20 61 0a 20 20 20 20 20  |oices in a.     |
00000210  20 20 20 73 69 6e 67 6c  65 20 41 6e 73 6f 72 20  |   single Ansor |
00000220  66 69 6c 65 2e 20 4e 42  20 21 41 6e 73 6f 72 20  |file. NB !Ansor |
00000230  31 2e 32 30 20 61 6c 6c  6f 77 73 20 65 78 70 6f  |1.20 allows expo|
00000240  72 74 20 6f 66 20 69 6e  64 69 76 69 64 75 61 6c  |rt of individual|
00000250  0a 20 20 20 20 20 20 20  20 41 6e 73 6f 72 20 66  |.        Ansor f|
00000260  69 6c 65 73 20 66 72 6f  6d 20 61 20 73 75 72 76  |iles from a surv|
00000270  65 79 20 64 61 74 61 62  61 73 65 2e 0a 0a 31 2e  |ey database...1.|
00000280  33 30 20 20 20 20 41 64  64 65 64 20 61 20 74 79  |30    Added a ty|
00000290  70 65 20 27 34 27 20 71  75 65 73 74 69 6f 6e 20  |pe '4' question |
000002a0  66 6f 72 6d 61 74 2e 0a  20 20 20 20 20 20 20 20  |format..        |
000002b0  54 68 69 73 20 61 6c 6c  6f 77 73 20 22 6f 72 64  |This allows "ord|
000002c0  65 72 20 6f 66 20 70 72  65 66 65 72 65 6e 63 65  |er of preference|
000002d0  22 20 71 75 65 73 74 69  6f 6e 73 2c 20 77 69 74  |" questions, wit|
000002e0  68 20 61 70 70 65 61 72  61 6e 63 65 20 61 73 0a  |h appearance as.|
000002f0  20 20 20 20 20 20 20 20  66 6f 72 20 61 20 67 72  |        for a gr|
00000300  69 64 20 71 75 65 73 74  69 6f 6e 2e 20 45 61 63  |id question. Eac|
00000310  68 20 72 6f 77 20 63 6f  72 72 65 73 70 6f 6e 64  |h row correspond|
00000320  73 20 74 6f 20 6f 6e 65  20 69 74 65 6d 2c 20 77  |s to one item, w|
00000330  69 74 68 20 61 0a 20 20  20 20 20 20 20 20 62 75  |ith a.        bu|
00000340  74 74 6f 6e 20 62 65 69  6e 67 20 73 65 74 20 69  |tton being set i|
00000350  6e 20 74 68 65 20 63 6f  6c 75 6d 6e 20 63 6f 72  |n the column cor|
00000360  72 65 73 70 6f 6e 64 69  6e 67 20 74 6f 20 74 68  |responding to th|
00000370  65 20 75 73 65 72 27 73  0a 20 20 20 20 20 20 20  |e user's.       |
00000380  20 63 68 6f 69 63 65 20  6f 66 20 70 72 65 66 65  | choice of prefe|
00000390  72 65 6e 63 65 20 66 6f  72 20 74 68 61 74 20 69  |rence for that i|
000003a0  74 65 6d 2e 0a 20 20 20  20 20 20 20 20 54 68 75  |tem..        Thu|
000003b0  73 20 6f 6e 6c 79 20 6f  6e 65 20 62 75 74 74 6f  |s only one butto|
000003c0  6e 20 6d 61 79 20 62 65  20 73 65 74 20 70 65 72  |n may be set per|
000003d0  20 72 6f 77 2c 20 61 73  20 6e 6f 20 69 74 65 6d  | row, as no item|
000003e0  20 63 61 6e 20 62 65 20  67 69 76 65 6e 0a 20 20  | can be given.  |
000003f0  20 20 20 20 20 20 74 77  6f 20 70 72 65 66 65 72  |      two prefer|
00000400  65 6e 63 65 73 2c 20 26  20 6f 6e 6c 79 20 6f 6e  |ences, & only on|
00000410  65 20 62 75 74 74 6f 6e  20 6d 61 79 20 62 65 20  |e button may be |
00000420  73 65 74 20 70 65 72 20  63 6f 6c 75 6d 6e 2c 20  |set per column, |
00000430  61 73 20 6e 6f 0a 20 20  20 20 20 20 20 20 74 77  |as no.        tw|
00000440  6f 20 69 74 65 6d 73 20  63 61 6e 20 68 61 76 65  |o items can have|
00000450  20 74 68 65 20 73 61 6d  65 20 70 72 65 66 65 72  | the same prefer|
00000460  65 6e 63 65 2e 20 45 53  47 20 74 61 6b 65 73 20  |ence. ESG takes |
00000470  63 61 72 65 20 6f 66 20  74 68 65 20 27 31 0a 20  |care of the '1. |
00000480  20 20 20 20 20 20 20 70  65 72 20 72 6f 77 27 20  |       per row' |
00000490  72 65 73 74 72 69 63 74  69 6f 6e 2e 0a 0a 20 20  |restriction...  |
000004a0  20 20 20 20 20 20 49 66  20 61 6e 20 61 74 74 65  |      If an atte|
000004b0  6d 70 74 20 69 73 20 6d  61 64 65 20 74 6f 20 76  |mpt is made to v|
000004c0  69 6f 6c 61 74 65 20 27  31 20 70 65 72 20 63 6f  |iolate '1 per co|
000004d0  6c 75 6d 6e 27 2c 20 74  68 65 20 6e 65 77 20 63  |lumn', the new c|
000004e0  68 6f 69 63 65 0a 20 20  20 20 20 20 20 20 77 69  |hoice.        wi|
000004f0  6c 6c 20 62 65 20 6d 61  64 65 2c 20 68 6f 77 65  |ll be made, howe|
00000500  76 65 72 20 74 68 65 20  69 74 65 6d 20 77 68 69  |ver the item whi|
00000510  63 68 20 70 72 65 76 69  6f 75 73 6c 79 20 68 61  |ch previously ha|
00000520  64 20 74 68 61 74 20 70  72 65 66 65 72 65 6e 63  |d that preferenc|
00000530  65 0a 20 20 20 20 20 20  20 20 77 69 6c 6c 20 62  |e.        will b|
00000540  65 20 67 69 76 65 6e 20  74 68 65 20 66 6f 72 6d  |e given the form|
00000550  65 72 20 70 72 65 66 65  72 65 6e 63 65 20 6f 66  |er preference of|
00000560  20 74 68 65 20 75 73 65  72 20 63 68 61 6e 67 65  | the user change|
00000570  64 20 69 74 65 6d 2e 0a  0a 20 20 20 20 20 20 20  |d item...       |
00000580  20 4e 6f 74 69 63 65 2c  20 74 68 61 74 20 61 73  | Notice, that as|
00000590  20 77 69 74 68 20 6f 74  68 65 72 20 71 75 65 73  | with other ques|
000005a0  74 69 6f 6e 20 74 79 70  65 73 2c 20 61 20 71 75  |tion types, a qu|
000005b0  65 73 74 69 6f 6e 20 6f  72 20 70 61 72 74 20 6f  |estion or part o|
000005c0  66 0a 20 20 20 20 20 20  20 20 61 20 71 75 65 73  |f.        a ques|
000005d0  74 69 6f 6e 20 6d 61 79  20 62 65 20 6c 65 66 74  |tion may be left|
000005e0  20 62 6c 61 6e 6b 2e 0a  0a 20 20 20 20 20 20 20  | blank...       |
000005f0  20 54 68 69 73 20 69 73  20 74 6f 20 70 72 65 76  | This is to prev|
00000600  65 6e 74 20 66 61 6c 73  65 20 72 65 73 70 6f 6e  |ent false respon|
00000610  73 65 73 20 64 75 65 20  74 6f 20 74 68 65 20 64  |ses due to the d|
00000620  65 66 61 75 6c 74 20 73  65 74 74 69 6e 67 0a 20  |efault setting. |
00000630  20 20 20 20 20 20 20 62  65 69 6e 67 20 61 6e 61  |       being ana|
00000640  6c 79 73 65 64 20 77 68  65 6e 20 74 68 65 20 75  |lysed when the u|
00000650  73 65 72 20 61 63 74 75  61 6c 6c 79 20 69 67 6e  |ser actually ign|
00000660  6f 72 65 64 20 74 68 61  74 20 71 75 65 73 74 69  |ored that questi|
00000670  6f 6e 2e 20 49 74 0a 20  20 20 20 20 20 20 20 61  |on. It.        a|
00000680  6c 73 6f 20 68 61 6e 64  6c 65 73 20 74 68 65 20  |lso handles the |
00000690  63 61 73 65 20 77 68 65  72 65 20 74 68 65 20 77  |case where the w|
000006a0  6f 72 64 69 6e 67 20 6f  66 20 61 20 71 75 65 73  |ording of a ques|
000006b0  74 69 6f 6e 20 69 73 20  73 75 63 68 0a 20 20 20  |tion is such.   |
000006c0  20 20 20 20 20 74 68 61  74 20 61 20 70 61 72 74  |     that a part|
000006d0  69 63 75 6c 61 72 20 75  73 65 72 20 63 61 6e 6e  |icular user cann|
000006e0  6f 74 20 62 65 20 67 75  61 72 61 6e 74 65 65 64  |ot be guaranteed|
000006f0  20 74 6f 20 62 65 20 61  62 6c 65 20 74 6f 20 61  | to be able to a|
00000700  6e 73 77 65 72 0a 20 20  20 20 20 20 20 20 61 20  |nswer.        a |
00000710  71 75 65 73 74 69 6f 6e  20 77 69 74 68 20 61 20  |question with a |
00000720  70 6f 73 69 74 69 76 65  20 72 65 73 70 6f 6e 73  |positive respons|
00000730  65 20 28 65 67 20 27 48  6f 77 20 6d 61 6e 79 20  |e (eg 'How many |
00000740  6f 74 68 65 72 73 20 72  65 61 64 20 79 6f 75 72  |others read your|
00000750  0a 20 20 20 20 20 20 20  20 63 6f 70 79 20 6f 66  |.        copy of|
00000760  20 41 43 3a 20 31 2c 20  32 20 6f 72 20 6d 6f 72  | AC: 1, 2 or mor|
00000770  65 20 74 68 61 6e 20 32  3f 27 2c 20 77 68 65 6e  |e than 2?', when|
00000780  20 74 68 65 20 63 6f 72  72 65 63 74 20 61 6e 73  | the correct ans|
00000790  77 65 72 20 69 73 20 30  29 2e 0a 0a 20 20 20 20  |wer is 0)...    |
000007a0  20 20 20 20 4e 42 31 20  49 6e 20 51 75 65 73 74  |    NB1 In Quest|
000007b0  69 6f 6e 73 20 66 69 6c  65 2c 20 74 65 78 74 20  |ions file, text |
000007c0  69 73 20 61 73 20 66 6f  72 20 61 20 67 72 69 64  |is as for a grid|
000007d0  20 71 75 65 73 74 69 6f  6e 2c 20 62 75 74 20 77  | question, but w|
000007e0  69 74 68 0a 20 20 20 20  20 20 20 20 74 68 65 20  |ith.        the |
000007f0  6c 69 6e 65 20 6f 66 20  63 6f 6c 75 6d 6e 20 74  |line of column t|
00000800  65 78 74 73 20 6f 6d 69  74 74 65 64 2e 20 57 68  |exts omitted. Wh|
00000810  65 72 65 20 72 65 71 75  69 72 65 64 2c 20 63 6f  |ere required, co|
00000820  6c 75 6d 6e 20 74 65 78  74 73 0a 20 20 20 20 20  |lumn texts.     |
00000830  20 20 20 61 72 65 20 61  75 74 6f 6d 61 74 69 63  |   are automatic|
00000840  61 6c 6c 79 20 69 6e 73  65 72 74 65 64 20 77 69  |ally inserted wi|
00000850  74 68 20 23 63 6f 6c 73  20 73 65 74 20 74 6f 20  |th #cols set to |
00000860  23 72 6f 77 73 2e 0a 20  20 20 20 20 20 20 20 4e  |#rows..        N|
00000870  42 32 20 54 68 69 73 20  6d 65 61 6e 73 20 23 72  |B2 This means #r|
00000880  6f 77 73 20 69 73 20 72  65 73 74 72 69 63 74 65  |ows is restricte|
00000890  64 20 74 6f 20 74 68 65  20 6d 61 78 20 23 63 6f  |d to the max #co|
000008a0  6c 73 20 3d 20 35 2e 0a  0a 20 20 20 20 20 20 20  |ls = 5...       |
000008b0  20 41 6e 73 6f 72 20 31  2e 33 30 20 73 75 70 70  | Ansor 1.30 supp|
000008c0  6f 72 74 73 20 74 79 70  65 20 27 34 27 20 71 75  |orts type '4' qu|
000008d0  65 73 74 69 6f 6e 73 2e  0a 0a 31 2e 33 31 20 20  |estions...1.31  |
000008e0  20 20 4d 6f 64 69 66 69  63 61 74 69 6f 6e 20 74  |  Modification t|
000008f0  6f 20 65 6e 73 75 72 65  20 71 75 65 73 74 69 6f  |o ensure questio|
00000900  6e 20 77 69 6e 64 6f 77  20 74 69 74 6c 65 20 74  |n window title t|
00000910  65 78 74 20 69 73 20 70  72 65 66 69 78 65 64 20  |ext is prefixed |
00000920  62 79 0a 20 20 20 20 20  20 20 20 74 65 6d 70 6c  |by.        templ|
00000930  61 74 65 20 74 69 74 6c  65 20 74 65 78 74 20 66  |ate title text f|
00000940  6f 72 20 77 69 6e 64 6f  77 20 51 75 65 73 74 2c  |or window Quest,|
00000950  20 72 61 74 68 65 72 20  74 68 61 6e 20 62 79 20  | rather than by |
00000960  74 65 78 74 20 65 6d 62  65 64 65 64 0a 20 20 20  |text embeded.   |
00000970  20 20 20 20 20 69 6e 20  70 72 6f 67 72 61 6d 2e  |     in program.|
00000980  20 54 68 69 73 20 70 65  72 6d 69 74 73 20 64 69  | This permits di|
00000990  73 74 72 69 62 75 74 6f  72 20 74 6f 20 61 6c 74  |stributor to alt|
000009a0  65 72 20 69 6e 69 74 69  61 6c 20 70 61 72 74 20  |er initial part |
000009b0  6f 66 0a 20 20 20 20 20  20 20 20 74 69 74 6c 65  |of.        title|
000009c0  20 66 72 6f 6d 20 27 41  63 6f 72 6e 20 43 6f 6d  | from 'Acorn Com|
000009d0  70 75 74 69 6e 67 27 20  74 6f 20 65 67 20 27 41  |puting' to eg 'A|
000009e0  63 6f 72 6e 20 55 73 65  72 27 2c 20 62 79 20 65  |corn User', by e|
000009f0  64 69 74 69 6e 67 0a 20  20 20 20 20 20 20 20 74  |diting.        t|
00000a00  65 6d 70 6c 61 74 65 2e  0a 0a 31 2e 33 32 20 20  |emplate...1.32  |
00000a10  20 20 32 32 2f 30 33 2f  39 35 20 20 20 4d 69 64  |  22/03/95   Mid|
00000a20  64 6c 69 6e 67 20 73 69  7a 65 64 20 6d 6f 64 69  |dling sized modi|
00000a30  66 69 63 61 74 69 6f 6e  20 74 6f 20 73 75 70 70  |fication to supp|
00000a40  6f 72 74 20 61 6e 20 65  78 74 72 61 20 70 61 67  |ort an extra pag|
00000a50  65 0a 20 20 20 20 20 20  20 20 74 79 70 65 2c 20  |e.        type, |
00000a60  70 61 67 65 5f 65 6e 64  20 63 61 6c 6c 65 64 20  |page_end called |
00000a70  22 45 6e 64 65 72 22 2e  20 54 68 69 73 20 63 61  |"Ender". This ca|
00000a80  72 72 69 65 73 20 61 20  27 74 68 61 6e 6b 20 79  |rries a 'thank y|
00000a90  6f 75 27 20 6d 65 73 73  61 67 65 0a 20 20 20 20  |ou' message.    |
00000aa0  20 20 20 20 61 73 20 61  20 66 69 6e 61 6c 20 70  |    as a final p|
00000ab0  61 67 65 20 74 6f 20 74  68 65 20 73 75 72 76 65  |age to the surve|
00000ac0  79 2e 20 54 68 65 20 61  64 64 72 65 73 73 20 69  |y. The address i|
00000ad0  6e 70 75 74 20 70 61 67  65 20 6d 61 79 20 62 65  |nput page may be|
00000ae0  20 75 73 65 64 0a 20 20  20 20 20 20 20 20 77 69  | used.        wi|
00000af0  74 68 20 74 68 69 73 20  2d 20 69 74 20 77 69 6c  |th this - it wil|
00000b00  6c 20 74 68 65 6e 20 61  70 70 65 61 72 20 61 73  |l then appear as|
00000b10  20 74 68 65 20 70 65 6e  75 6c 74 69 6d 61 74 65  | the penultimate|
00000b20  20 70 61 67 65 3b 0a 20  20 20 20 20 20 20 20 61  | page;.        a|
00000b30  6c 74 65 72 6e 61 74 69  76 65 6c 79 2c 20 45 6e  |lternatively, En|
00000b40  64 65 72 20 6d 61 79 20  62 65 20 75 73 65 64 20  |der may be used |
00000b50  69 6e 73 74 65 61 64 20  6f 66 20 74 68 69 73 20  |instead of this |
00000b60  28 73 69 6d 70 6c 79 20  6f 6d 69 74 20 74 68 65  |(simply omit the|
00000b70  0a 20 20 20 20 20 20 20  20 23 41 20 73 65 67 6d  |.        #A segm|
00000b80  65 6e 74 29 2e 0a 0a 20  20 20 20 20 20 20 20 45  |ent)...        E|
00000b90  6e 64 65 72 20 69 73 20  6d 61 64 65 20 61 63 74  |nder is made act|
00000ba0  69 76 65 20 62 79 20 69  6e 63 6c 75 73 69 6f 6e  |ive by inclusion|
00000bb0  20 6f 66 20 61 20 23 45  20 73 65 67 6d 65 6e 74  | of a #E segment|
00000bc0  20 69 6e 20 74 68 65 20  51 75 65 73 74 69 6f 6e  | in the Question|
00000bd0  73 0a 20 20 20 20 20 20  20 20 74 65 78 74 20 66  |s.        text f|
00000be0  69 6c 65 3a 20 54 68 69  73 20 73 68 6f 75 6c 64  |ile: This should|
00000bf0  20 62 65 20 66 6f 6c 6c  6f 77 65 64 20 62 79 20  | be followed by |
00000c00  62 65 74 77 65 65 6e 20  30 20 26 20 31 30 20 6c  |between 0 & 10 l|
00000c10  69 6e 65 73 20 6f 66 20  74 65 78 74 2c 0a 20 20  |ines of text,.  |
00000c20  20 20 20 20 20 20 65 61  63 68 20 6f 66 20 75 70  |      each of up|
00000c30  74 6f 20 34 30 20 63 68  61 72 61 63 74 65 72 73  |to 40 characters|
00000c40  2c 20 77 69 74 68 20 74  68 65 20 66 69 6e 61 6c  |, with the final|
00000c50  20 6c 69 6e 65 20 6d 61  72 6b 65 64 20 62 79 20  | line marked by |
00000c60  66 6f 6c 6c 6f 77 69 6e  67 0a 20 20 20 20 20 20  |following.      |
00000c70  20 20 69 74 20 62 79 20  61 20 6c 69 6e 65 20 62  |  it by a line b|
00000c80  65 67 69 6e 6e 69 6e 67  20 77 69 74 68 20 61 20  |eginning with a |
00000c90  27 2a 27 20 63 68 61 72  61 63 74 65 72 2e 0a 0a  |'*' character...|
00000ca0  20 20 20 20 20 20 20 20  54 68 69 73 20 69 6d 70  |        This imp|
00000cb0  6c 69 65 73 20 6e 6f 6e  65 20 6f 66 20 74 68 65  |lies none of the|
00000cc0  20 6c 69 6e 65 73 20 6f  66 20 74 65 78 74 20 6d  | lines of text m|
00000cd0  61 79 20 74 68 65 6d 73  65 6c 76 65 73 20 62 65  |ay themselves be|
00000ce0  67 69 6e 20 77 69 74 68  20 61 0a 20 20 20 20 20  |gin with a.     |
00000cf0  20 20 20 27 2a 27 2e 0a  0a 20 20 20 20 20 20 20  |   '*'...       |
00000d00  20 49 66 20 66 65 77 65  72 20 74 68 61 6e 20 31  | If fewer than 1|
00000d10  30 20 6c 69 6e 65 73 20  6f 66 20 74 65 78 74 20  |0 lines of text |
00000d20  61 72 65 20 73 75 70 70  6c 69 65 64 2c 20 74 68  |are supplied, th|
00000d30  65 20 65 6e 64 65 72 20  77 69 6e 64 6f 77 0a 20  |e ender window. |
00000d40  20 20 20 20 20 20 20 65  78 74 65 6e 74 20 77 69  |       extent wi|
00000d50  6c 6c 20 62 65 20 72 65  64 75 63 65 64 20 61 63  |ll be reduced ac|
00000d60  63 6f 72 64 69 6e 67 6c  79 2e 0a 0a              |cordingly...|
00000d6c