Home » Archimedes archive » Acorn User » AU 1996-01.adf » Regulars » StarInfo/Shepherd/!ReadAge/!Help

StarInfo/Shepherd/!ReadAge/!Help

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 1996-01.adf » Regulars
Filename: StarInfo/Shepherd/!ReadAge/!Help
Read OK:
File size: 15CD bytes
Load address: 0000
Exec address: 0000
File contents
                                !ReadAge


Purpose:

        To aid the assessment of the reading ages, by producing a drawfile
containing a graph of reading age minus chronological age.


What it actually does:

        The program takes the names, date of births, and 2 reading ages of
up to 62 children at a time. You can either type in the data using the
window provided, using the editing and sorting features available, or drag
in a CSV file from another application.

        After input, the data can be saved as a textfile, CSVfile, or a
drawfile. The drawfile has a graph showing whether each child is ahead or
behind with their reading.


Other features:

        The data can be sorted in a number of ways so that the weakest
pupils can be targeted. Full instructions to all features follow.


Thanks owing to people for code used from cover discs:

Dragging:             Tim Howard (�BAU July 1993)
Sorting:              Graham Crow (BAU July 1994)
Drawfile:             Michael Attenborough  (�BAU December 1992)


                        Instructions:

Loading:

        The application is loaded in the standard manner by double-clicking
on the icon in the directory display. This will put an icon on the icon bar.
Clicking on this will open the main window, allowing data entry.

        Data may be entered by typing in the main window, or by dragging a
CSVfile of the format described below to the icon on the icon bar or to the
main window. When the application is loaded it will load in any CSVfile that
is double-clicked on.


The Main Window:

        One record is shown at a time. To move to another record click on
the "<" or ">" icons.

        Clicking on the "R.A.1" or "Test 1" icons will make the
chronological age of the current pupil, at the time of the first test be
displayed. The "R.A.2" and "Test 2" icons perform similar functions.

        You start off with one record (unless you have loaded in a file).
When you have entered all the details for the first child, pressing <Return>
to move between writable icons, pressing <Return> in the last icon displays
the next record, or if you have the last record displayed, then a new record
is shown. This enables all the information for a class to be entered easily.


The Main Menu:

        The main menu is obtained by clicking menu in the main window.
"Info" leads to more information about the author, "Save" leads to the save
menu. When auto-save is clicked on the data will be saved appended with
"_back" , at intervals that may be changed by going to the sub-menu.

        Clicking on "Wipe All" will clear all the data in memory.


Pop-up Menus:

        In order to add a record you click on the "+" icon in the main
window. This reveals a pop-up menu which gives you the choice of adding a
record either before or after the one shown.

        In order to delete a record you click on the "-" icon. The pop-up
menu that follows allows you to either wipe the current record, leaving a
blank record in its place, or removing it, without leaving a blank record.

        The "?" icon produces a pop-up menu with "Find" and "Sort". These
lead to their respective windows.


The Find Window:

        Obtained from the "?" icon, this allows you to search through the
records for a particular name, or a record if you know the number.

        Once you have typed in the name to search from, not case sensitive,
the first occurrence is displayed either by pressing <Return>, or clicking
on OK. If this is not the required record then search again, and the next
occurrence will be displayed.


The Sort Window:

        This window is obtained by clicking on the "?" icon. Click on the
appropriate icon to select a sort, then click on OK.

        "Name (1)" is surname, "Name (2)" forename, "R.A.1", "R.A.2.", "Chr.
Age", put the records in order by the associated age.

        "R.A.1 - Chr. Age" sorts the records, putting the weakest pupils
first. This should help target those pupils who need the most attention.

        The "R.A.2 - Chr. Age" is similar.


Saving:

        The data is saved as a CSVfile. This can then be loaded into a
spreadsheet if required. It is a CSVfile saved from the main menu that can
be loaded back into this application to retrieve information.

        The graph can be saved or dragged straight to !Draw or another
application that takes drawfiles. This can then be manipulated in the usual
way.

         NB: Make sure that the graph is within the printable limits before
printing. It may need to be scaled down using draw's facilities.

        A textfile may be saved, which can then be used as a class list.
This can be used effectively with the sort option, so that the list shows
the pupils in a sensible order.

        There are icons to select what to include in the textfile. "Age
today" uses the computers internal clock to calculate the child's current
age.

        The textfile can have <tab> as a separator, which gives better
results if you are going to use a DTP or WP package to print out the list.
Using commas to separate the values provides a way of producing a more
detailed CSVfile for use with a spreadsheet.


Technical:

        The datafile has the following format:

<group name>
<test 1 d>,<test 1 m>,<test 1 y>[,<test 2 d>,<test 2 m>,<test 2 y>]
<surname>,<forename>[,<dob d>,<dob m>,<dob y>,<RA1 y>,<RA1 m>,<RA2 y>,<RA2 m>]


Disclaimer:
        The author accepts no responsibility from the use of this software,
or liability for any loss incurred and it is supplied 'as is'.
        The data in "RA�Data" is fictitious.
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000020  21 52 65 61 64 41 67 65  0a 0a 0a 50 75 72 70 6f  |!ReadAge...Purpo|
00000030  73 65 3a 0a 0a 20 20 20  20 20 20 20 20 54 6f 20  |se:..        To |
00000040  61 69 64 20 74 68 65 20  61 73 73 65 73 73 6d 65  |aid the assessme|
00000050  6e 74 20 6f 66 20 74 68  65 20 72 65 61 64 69 6e  |nt of the readin|
00000060  67 20 61 67 65 73 2c 20  62 79 20 70 72 6f 64 75  |g ages, by produ|
00000070  63 69 6e 67 20 61 20 64  72 61 77 66 69 6c 65 0a  |cing a drawfile.|
00000080  63 6f 6e 74 61 69 6e 69  6e 67 20 61 20 67 72 61  |containing a gra|
00000090  70 68 20 6f 66 20 72 65  61 64 69 6e 67 20 61 67  |ph of reading ag|
000000a0  65 20 6d 69 6e 75 73 20  63 68 72 6f 6e 6f 6c 6f  |e minus chronolo|
000000b0  67 69 63 61 6c 20 61 67  65 2e 0a 0a 0a 57 68 61  |gical age....Wha|
000000c0  74 20 69 74 20 61 63 74  75 61 6c 6c 79 20 64 6f  |t it actually do|
000000d0  65 73 3a 0a 0a 20 20 20  20 20 20 20 20 54 68 65  |es:..        The|
000000e0  20 70 72 6f 67 72 61 6d  20 74 61 6b 65 73 20 74  | program takes t|
000000f0  68 65 20 6e 61 6d 65 73  2c 20 64 61 74 65 20 6f  |he names, date o|
00000100  66 20 62 69 72 74 68 73  2c 20 61 6e 64 20 32 20  |f births, and 2 |
00000110  72 65 61 64 69 6e 67 20  61 67 65 73 20 6f 66 0a  |reading ages of.|
00000120  75 70 20 74 6f 20 36 32  20 63 68 69 6c 64 72 65  |up to 62 childre|
00000130  6e 20 61 74 20 61 20 74  69 6d 65 2e 20 59 6f 75  |n at a time. You|
00000140  20 63 61 6e 20 65 69 74  68 65 72 20 74 79 70 65  | can either type|
00000150  20 69 6e 20 74 68 65 20  64 61 74 61 20 75 73 69  | in the data usi|
00000160  6e 67 20 74 68 65 0a 77  69 6e 64 6f 77 20 70 72  |ng the.window pr|
00000170  6f 76 69 64 65 64 2c 20  75 73 69 6e 67 20 74 68  |ovided, using th|
00000180  65 20 65 64 69 74 69 6e  67 20 61 6e 64 20 73 6f  |e editing and so|
00000190  72 74 69 6e 67 20 66 65  61 74 75 72 65 73 20 61  |rting features a|
000001a0  76 61 69 6c 61 62 6c 65  2c 20 6f 72 20 64 72 61  |vailable, or dra|
000001b0  67 0a 69 6e 20 61 20 43  53 56 20 66 69 6c 65 20  |g.in a CSV file |
000001c0  66 72 6f 6d 20 61 6e 6f  74 68 65 72 20 61 70 70  |from another app|
000001d0  6c 69 63 61 74 69 6f 6e  2e 0a 0a 20 20 20 20 20  |lication...     |
000001e0  20 20 20 41 66 74 65 72  20 69 6e 70 75 74 2c 20  |   After input, |
000001f0  74 68 65 20 64 61 74 61  20 63 61 6e 20 62 65 20  |the data can be |
00000200  73 61 76 65 64 20 61 73  20 61 20 74 65 78 74 66  |saved as a textf|
00000210  69 6c 65 2c 20 43 53 56  66 69 6c 65 2c 20 6f 72  |ile, CSVfile, or|
00000220  20 61 0a 64 72 61 77 66  69 6c 65 2e 20 54 68 65  | a.drawfile. The|
00000230  20 64 72 61 77 66 69 6c  65 20 68 61 73 20 61 20  | drawfile has a |
00000240  67 72 61 70 68 20 73 68  6f 77 69 6e 67 20 77 68  |graph showing wh|
00000250  65 74 68 65 72 20 65 61  63 68 20 63 68 69 6c 64  |ether each child|
00000260  20 69 73 20 61 68 65 61  64 20 6f 72 0a 62 65 68  | is ahead or.beh|
00000270  69 6e 64 20 77 69 74 68  20 74 68 65 69 72 20 72  |ind with their r|
00000280  65 61 64 69 6e 67 2e 0a  0a 0a 4f 74 68 65 72 20  |eading....Other |
00000290  66 65 61 74 75 72 65 73  3a 0a 0a 20 20 20 20 20  |features:..     |
000002a0  20 20 20 54 68 65 20 64  61 74 61 20 63 61 6e 20  |   The data can |
000002b0  62 65 20 73 6f 72 74 65  64 20 69 6e 20 61 20 6e  |be sorted in a n|
000002c0  75 6d 62 65 72 20 6f 66  20 77 61 79 73 20 73 6f  |umber of ways so|
000002d0  20 74 68 61 74 20 74 68  65 20 77 65 61 6b 65 73  | that the weakes|
000002e0  74 0a 70 75 70 69 6c 73  20 63 61 6e 20 62 65 20  |t.pupils can be |
000002f0  74 61 72 67 65 74 65 64  2e 20 46 75 6c 6c 20 69  |targeted. Full i|
00000300  6e 73 74 72 75 63 74 69  6f 6e 73 20 74 6f 20 61  |nstructions to a|
00000310  6c 6c 20 66 65 61 74 75  72 65 73 20 66 6f 6c 6c  |ll features foll|
00000320  6f 77 2e 0a 0a 0a 54 68  61 6e 6b 73 20 6f 77 69  |ow....Thanks owi|
00000330  6e 67 20 74 6f 20 70 65  6f 70 6c 65 20 66 6f 72  |ng to people for|
00000340  20 63 6f 64 65 20 75 73  65 64 20 66 72 6f 6d 20  | code used from |
00000350  63 6f 76 65 72 20 64 69  73 63 73 3a 0a 0a 44 72  |cover discs:..Dr|
00000360  61 67 67 69 6e 67 3a 20  20 20 20 20 20 20 20 20  |agging:         |
00000370  20 20 20 20 54 69 6d 20  48 6f 77 61 72 64 20 28  |    Tim Howard (|
00000380  a9 42 41 55 20 4a 75 6c  79 20 31 39 39 33 29 0a  |.BAU July 1993).|
00000390  53 6f 72 74 69 6e 67 3a  20 20 20 20 20 20 20 20  |Sorting:        |
000003a0  20 20 20 20 20 20 47 72  61 68 61 6d 20 43 72 6f  |      Graham Cro|
000003b0  77 20 28 42 41 55 20 4a  75 6c 79 20 31 39 39 34  |w (BAU July 1994|
000003c0  29 0a 44 72 61 77 66 69  6c 65 3a 20 20 20 20 20  |).Drawfile:     |
000003d0  20 20 20 20 20 20 20 20  4d 69 63 68 61 65 6c 20  |        Michael |
000003e0  41 74 74 65 6e 62 6f 72  6f 75 67 68 20 20 28 a9  |Attenborough  (.|
000003f0  42 41 55 20 44 65 63 65  6d 62 65 72 20 31 39 39  |BAU December 199|
00000400  32 29 0a 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |2)...           |
00000410  20 20 20 20 20 20 20 20  20 20 20 20 20 49 6e 73  |             Ins|
00000420  74 72 75 63 74 69 6f 6e  73 3a 0a 0a 4c 6f 61 64  |tructions:..Load|
00000430  69 6e 67 3a 0a 0a 20 20  20 20 20 20 20 20 54 68  |ing:..        Th|
00000440  65 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 69 73  |e application is|
00000450  20 6c 6f 61 64 65 64 20  69 6e 20 74 68 65 20 73  | loaded in the s|
00000460  74 61 6e 64 61 72 64 20  6d 61 6e 6e 65 72 20 62  |tandard manner b|
00000470  79 20 64 6f 75 62 6c 65  2d 63 6c 69 63 6b 69 6e  |y double-clickin|
00000480  67 0a 6f 6e 20 74 68 65  20 69 63 6f 6e 20 69 6e  |g.on the icon in|
00000490  20 74 68 65 20 64 69 72  65 63 74 6f 72 79 20 64  | the directory d|
000004a0  69 73 70 6c 61 79 2e 20  54 68 69 73 20 77 69 6c  |isplay. This wil|
000004b0  6c 20 70 75 74 20 61 6e  20 69 63 6f 6e 20 6f 6e  |l put an icon on|
000004c0  20 74 68 65 20 69 63 6f  6e 20 62 61 72 2e 0a 43  | the icon bar..C|
000004d0  6c 69 63 6b 69 6e 67 20  6f 6e 20 74 68 69 73 20  |licking on this |
000004e0  77 69 6c 6c 20 6f 70 65  6e 20 74 68 65 20 6d 61  |will open the ma|
000004f0  69 6e 20 77 69 6e 64 6f  77 2c 20 61 6c 6c 6f 77  |in window, allow|
00000500  69 6e 67 20 64 61 74 61  20 65 6e 74 72 79 2e 0a  |ing data entry..|
00000510  0a 20 20 20 20 20 20 20  20 44 61 74 61 20 6d 61  |.        Data ma|
00000520  79 20 62 65 20 65 6e 74  65 72 65 64 20 62 79 20  |y be entered by |
00000530  74 79 70 69 6e 67 20 69  6e 20 74 68 65 20 6d 61  |typing in the ma|
00000540  69 6e 20 77 69 6e 64 6f  77 2c 20 6f 72 20 62 79  |in window, or by|
00000550  20 64 72 61 67 67 69 6e  67 20 61 0a 43 53 56 66  | dragging a.CSVf|
00000560  69 6c 65 20 6f 66 20 74  68 65 20 66 6f 72 6d 61  |ile of the forma|
00000570  74 20 64 65 73 63 72 69  62 65 64 20 62 65 6c 6f  |t described belo|
00000580  77 20 74 6f 20 74 68 65  20 69 63 6f 6e 20 6f 6e  |w to the icon on|
00000590  20 74 68 65 20 69 63 6f  6e 20 62 61 72 20 6f 72  | the icon bar or|
000005a0  20 74 6f 20 74 68 65 0a  6d 61 69 6e 20 77 69 6e  | to the.main win|
000005b0  64 6f 77 2e 20 57 68 65  6e 20 74 68 65 20 61 70  |dow. When the ap|
000005c0  70 6c 69 63 61 74 69 6f  6e 20 69 73 20 6c 6f 61  |plication is loa|
000005d0  64 65 64 20 69 74 20 77  69 6c 6c 20 6c 6f 61 64  |ded it will load|
000005e0  20 69 6e 20 61 6e 79 20  43 53 56 66 69 6c 65 20  | in any CSVfile |
000005f0  74 68 61 74 0a 69 73 20  64 6f 75 62 6c 65 2d 63  |that.is double-c|
00000600  6c 69 63 6b 65 64 20 6f  6e 2e 0a 0a 0a 54 68 65  |licked on....The|
00000610  20 4d 61 69 6e 20 57 69  6e 64 6f 77 3a 0a 0a 20  | Main Window:.. |
00000620  20 20 20 20 20 20 20 4f  6e 65 20 72 65 63 6f 72  |       One recor|
00000630  64 20 69 73 20 73 68 6f  77 6e 20 61 74 20 61 20  |d is shown at a |
00000640  74 69 6d 65 2e 20 54 6f  20 6d 6f 76 65 20 74 6f  |time. To move to|
00000650  20 61 6e 6f 74 68 65 72  20 72 65 63 6f 72 64 20  | another record |
00000660  63 6c 69 63 6b 20 6f 6e  0a 74 68 65 20 22 3c 22  |click on.the "<"|
00000670  20 6f 72 20 22 3e 22 20  69 63 6f 6e 73 2e 0a 0a  | or ">" icons...|
00000680  20 20 20 20 20 20 20 20  43 6c 69 63 6b 69 6e 67  |        Clicking|
00000690  20 6f 6e 20 74 68 65 20  22 52 2e 41 2e 31 22 20  | on the "R.A.1" |
000006a0  6f 72 20 22 54 65 73 74  20 31 22 20 69 63 6f 6e  |or "Test 1" icon|
000006b0  73 20 77 69 6c 6c 20 6d  61 6b 65 20 74 68 65 0a  |s will make the.|
000006c0  63 68 72 6f 6e 6f 6c 6f  67 69 63 61 6c 20 61 67  |chronological ag|
000006d0  65 20 6f 66 20 74 68 65  20 63 75 72 72 65 6e 74  |e of the current|
000006e0  20 70 75 70 69 6c 2c 20  61 74 20 74 68 65 20 74  | pupil, at the t|
000006f0  69 6d 65 20 6f 66 20 74  68 65 20 66 69 72 73 74  |ime of the first|
00000700  20 74 65 73 74 20 62 65  0a 64 69 73 70 6c 61 79  | test be.display|
00000710  65 64 2e 20 54 68 65 20  22 52 2e 41 2e 32 22 20  |ed. The "R.A.2" |
00000720  61 6e 64 20 22 54 65 73  74 20 32 22 20 69 63 6f  |and "Test 2" ico|
00000730  6e 73 20 70 65 72 66 6f  72 6d 20 73 69 6d 69 6c  |ns perform simil|
00000740  61 72 20 66 75 6e 63 74  69 6f 6e 73 2e 0a 0a 20  |ar functions... |
00000750  20 20 20 20 20 20 20 59  6f 75 20 73 74 61 72 74  |       You start|
00000760  20 6f 66 66 20 77 69 74  68 20 6f 6e 65 20 72 65  | off with one re|
00000770  63 6f 72 64 20 28 75 6e  6c 65 73 73 20 79 6f 75  |cord (unless you|
00000780  20 68 61 76 65 20 6c 6f  61 64 65 64 20 69 6e 20  | have loaded in |
00000790  61 20 66 69 6c 65 29 2e  0a 57 68 65 6e 20 79 6f  |a file)..When yo|
000007a0  75 20 68 61 76 65 20 65  6e 74 65 72 65 64 20 61  |u have entered a|
000007b0  6c 6c 20 74 68 65 20 64  65 74 61 69 6c 73 20 66  |ll the details f|
000007c0  6f 72 20 74 68 65 20 66  69 72 73 74 20 63 68 69  |or the first chi|
000007d0  6c 64 2c 20 70 72 65 73  73 69 6e 67 20 3c 52 65  |ld, pressing <Re|
000007e0  74 75 72 6e 3e 0a 74 6f  20 6d 6f 76 65 20 62 65  |turn>.to move be|
000007f0  74 77 65 65 6e 20 77 72  69 74 61 62 6c 65 20 69  |tween writable i|
00000800  63 6f 6e 73 2c 20 70 72  65 73 73 69 6e 67 20 3c  |cons, pressing <|
00000810  52 65 74 75 72 6e 3e 20  69 6e 20 74 68 65 20 6c  |Return> in the l|
00000820  61 73 74 20 69 63 6f 6e  20 64 69 73 70 6c 61 79  |ast icon display|
00000830  73 0a 74 68 65 20 6e 65  78 74 20 72 65 63 6f 72  |s.the next recor|
00000840  64 2c 20 6f 72 20 69 66  20 79 6f 75 20 68 61 76  |d, or if you hav|
00000850  65 20 74 68 65 20 6c 61  73 74 20 72 65 63 6f 72  |e the last recor|
00000860  64 20 64 69 73 70 6c 61  79 65 64 2c 20 74 68 65  |d displayed, the|
00000870  6e 20 61 20 6e 65 77 20  72 65 63 6f 72 64 0a 69  |n a new record.i|
00000880  73 20 73 68 6f 77 6e 2e  20 54 68 69 73 20 65 6e  |s shown. This en|
00000890  61 62 6c 65 73 20 61 6c  6c 20 74 68 65 20 69 6e  |ables all the in|
000008a0  66 6f 72 6d 61 74 69 6f  6e 20 66 6f 72 20 61 20  |formation for a |
000008b0  63 6c 61 73 73 20 74 6f  20 62 65 20 65 6e 74 65  |class to be ente|
000008c0  72 65 64 20 65 61 73 69  6c 79 2e 0a 0a 0a 54 68  |red easily....Th|
000008d0  65 20 4d 61 69 6e 20 4d  65 6e 75 3a 0a 0a 20 20  |e Main Menu:..  |
000008e0  20 20 20 20 20 20 54 68  65 20 6d 61 69 6e 20 6d  |      The main m|
000008f0  65 6e 75 20 69 73 20 6f  62 74 61 69 6e 65 64 20  |enu is obtained |
00000900  62 79 20 63 6c 69 63 6b  69 6e 67 20 6d 65 6e 75  |by clicking menu|
00000910  20 69 6e 20 74 68 65 20  6d 61 69 6e 20 77 69 6e  | in the main win|
00000920  64 6f 77 2e 0a 22 49 6e  66 6f 22 20 6c 65 61 64  |dow.."Info" lead|
00000930  73 20 74 6f 20 6d 6f 72  65 20 69 6e 66 6f 72 6d  |s to more inform|
00000940  61 74 69 6f 6e 20 61 62  6f 75 74 20 74 68 65 20  |ation about the |
00000950  61 75 74 68 6f 72 2c 20  22 53 61 76 65 22 20 6c  |author, "Save" l|
00000960  65 61 64 73 20 74 6f 20  74 68 65 20 73 61 76 65  |eads to the save|
00000970  0a 6d 65 6e 75 2e 20 57  68 65 6e 20 61 75 74 6f  |.menu. When auto|
00000980  2d 73 61 76 65 20 69 73  20 63 6c 69 63 6b 65 64  |-save is clicked|
00000990  20 6f 6e 20 74 68 65 20  64 61 74 61 20 77 69 6c  | on the data wil|
000009a0  6c 20 62 65 20 73 61 76  65 64 20 61 70 70 65 6e  |l be saved appen|
000009b0  64 65 64 20 77 69 74 68  0a 22 5f 62 61 63 6b 22  |ded with."_back"|
000009c0  20 2c 20 61 74 20 69 6e  74 65 72 76 61 6c 73 20  | , at intervals |
000009d0  74 68 61 74 20 6d 61 79  20 62 65 20 63 68 61 6e  |that may be chan|
000009e0  67 65 64 20 62 79 20 67  6f 69 6e 67 20 74 6f 20  |ged by going to |
000009f0  74 68 65 20 73 75 62 2d  6d 65 6e 75 2e 0a 0a 20  |the sub-menu... |
00000a00  20 20 20 20 20 20 20 43  6c 69 63 6b 69 6e 67 20  |       Clicking |
00000a10  6f 6e 20 22 57 69 70 65  20 41 6c 6c 22 20 77 69  |on "Wipe All" wi|
00000a20  6c 6c 20 63 6c 65 61 72  20 61 6c 6c 20 74 68 65  |ll clear all the|
00000a30  20 64 61 74 61 20 69 6e  20 6d 65 6d 6f 72 79 2e  | data in memory.|
00000a40  0a 0a 0a 50 6f 70 2d 75  70 20 4d 65 6e 75 73 3a  |...Pop-up Menus:|
00000a50  0a 0a 20 20 20 20 20 20  20 20 49 6e 20 6f 72 64  |..        In ord|
00000a60  65 72 20 74 6f 20 61 64  64 20 61 20 72 65 63 6f  |er to add a reco|
00000a70  72 64 20 79 6f 75 20 63  6c 69 63 6b 20 6f 6e 20  |rd you click on |
00000a80  74 68 65 20 22 2b 22 20  69 63 6f 6e 20 69 6e 20  |the "+" icon in |
00000a90  74 68 65 20 6d 61 69 6e  0a 77 69 6e 64 6f 77 2e  |the main.window.|
00000aa0  20 54 68 69 73 20 72 65  76 65 61 6c 73 20 61 20  | This reveals a |
00000ab0  70 6f 70 2d 75 70 20 6d  65 6e 75 20 77 68 69 63  |pop-up menu whic|
00000ac0  68 20 67 69 76 65 73 20  79 6f 75 20 74 68 65 20  |h gives you the |
00000ad0  63 68 6f 69 63 65 20 6f  66 20 61 64 64 69 6e 67  |choice of adding|
00000ae0  20 61 0a 72 65 63 6f 72  64 20 65 69 74 68 65 72  | a.record either|
00000af0  20 62 65 66 6f 72 65 20  6f 72 20 61 66 74 65 72  | before or after|
00000b00  20 74 68 65 20 6f 6e 65  20 73 68 6f 77 6e 2e 0a  | the one shown..|
00000b10  0a 20 20 20 20 20 20 20  20 49 6e 20 6f 72 64 65  |.        In orde|
00000b20  72 20 74 6f 20 64 65 6c  65 74 65 20 61 20 72 65  |r to delete a re|
00000b30  63 6f 72 64 20 79 6f 75  20 63 6c 69 63 6b 20 6f  |cord you click o|
00000b40  6e 20 74 68 65 20 22 2d  22 20 69 63 6f 6e 2e 20  |n the "-" icon. |
00000b50  54 68 65 20 70 6f 70 2d  75 70 0a 6d 65 6e 75 20  |The pop-up.menu |
00000b60  74 68 61 74 20 66 6f 6c  6c 6f 77 73 20 61 6c 6c  |that follows all|
00000b70  6f 77 73 20 79 6f 75 20  74 6f 20 65 69 74 68 65  |ows you to eithe|
00000b80  72 20 77 69 70 65 20 74  68 65 20 63 75 72 72 65  |r wipe the curre|
00000b90  6e 74 20 72 65 63 6f 72  64 2c 20 6c 65 61 76 69  |nt record, leavi|
00000ba0  6e 67 20 61 0a 62 6c 61  6e 6b 20 72 65 63 6f 72  |ng a.blank recor|
00000bb0  64 20 69 6e 20 69 74 73  20 70 6c 61 63 65 2c 20  |d in its place, |
00000bc0  6f 72 20 72 65 6d 6f 76  69 6e 67 20 69 74 2c 20  |or removing it, |
00000bd0  77 69 74 68 6f 75 74 20  6c 65 61 76 69 6e 67 20  |without leaving |
00000be0  61 20 62 6c 61 6e 6b 20  72 65 63 6f 72 64 2e 0a  |a blank record..|
00000bf0  0a 20 20 20 20 20 20 20  20 54 68 65 20 22 3f 22  |.        The "?"|
00000c00  20 69 63 6f 6e 20 70 72  6f 64 75 63 65 73 20 61  | icon produces a|
00000c10  20 70 6f 70 2d 75 70 20  6d 65 6e 75 20 77 69 74  | pop-up menu wit|
00000c20  68 20 22 46 69 6e 64 22  20 61 6e 64 20 22 53 6f  |h "Find" and "So|
00000c30  72 74 22 2e 20 54 68 65  73 65 0a 6c 65 61 64 20  |rt". These.lead |
00000c40  74 6f 20 74 68 65 69 72  20 72 65 73 70 65 63 74  |to their respect|
00000c50  69 76 65 20 77 69 6e 64  6f 77 73 2e 0a 0a 0a 54  |ive windows....T|
00000c60  68 65 20 46 69 6e 64 20  57 69 6e 64 6f 77 3a 0a  |he Find Window:.|
00000c70  0a 20 20 20 20 20 20 20  20 4f 62 74 61 69 6e 65  |.        Obtaine|
00000c80  64 20 66 72 6f 6d 20 74  68 65 20 22 3f 22 20 69  |d from the "?" i|
00000c90  63 6f 6e 2c 20 74 68 69  73 20 61 6c 6c 6f 77 73  |con, this allows|
00000ca0  20 79 6f 75 20 74 6f 20  73 65 61 72 63 68 20 74  | you to search t|
00000cb0  68 72 6f 75 67 68 20 74  68 65 0a 72 65 63 6f 72  |hrough the.recor|
00000cc0  64 73 20 66 6f 72 20 61  20 70 61 72 74 69 63 75  |ds for a particu|
00000cd0  6c 61 72 20 6e 61 6d 65  2c 20 6f 72 20 61 20 72  |lar name, or a r|
00000ce0  65 63 6f 72 64 20 69 66  20 79 6f 75 20 6b 6e 6f  |ecord if you kno|
00000cf0  77 20 74 68 65 20 6e 75  6d 62 65 72 2e 0a 0a 20  |w the number... |
00000d00  20 20 20 20 20 20 20 4f  6e 63 65 20 79 6f 75 20  |       Once you |
00000d10  68 61 76 65 20 74 79 70  65 64 20 69 6e 20 74 68  |have typed in th|
00000d20  65 20 6e 61 6d 65 20 74  6f 20 73 65 61 72 63 68  |e name to search|
00000d30  20 66 72 6f 6d 2c 20 6e  6f 74 20 63 61 73 65 20  | from, not case |
00000d40  73 65 6e 73 69 74 69 76  65 2c 0a 74 68 65 20 66  |sensitive,.the f|
00000d50  69 72 73 74 20 6f 63 63  75 72 72 65 6e 63 65 20  |irst occurrence |
00000d60  69 73 20 64 69 73 70 6c  61 79 65 64 20 65 69 74  |is displayed eit|
00000d70  68 65 72 20 62 79 20 70  72 65 73 73 69 6e 67 20  |her by pressing |
00000d80  3c 52 65 74 75 72 6e 3e  2c 20 6f 72 20 63 6c 69  |<Return>, or cli|
00000d90  63 6b 69 6e 67 0a 6f 6e  20 4f 4b 2e 20 49 66 20  |cking.on OK. If |
00000da0  74 68 69 73 20 69 73 20  6e 6f 74 20 74 68 65 20  |this is not the |
00000db0  72 65 71 75 69 72 65 64  20 72 65 63 6f 72 64 20  |required record |
00000dc0  74 68 65 6e 20 73 65 61  72 63 68 20 61 67 61 69  |then search agai|
00000dd0  6e 2c 20 61 6e 64 20 74  68 65 20 6e 65 78 74 0a  |n, and the next.|
00000de0  6f 63 63 75 72 72 65 6e  63 65 20 77 69 6c 6c 20  |occurrence will |
00000df0  62 65 20 64 69 73 70 6c  61 79 65 64 2e 0a 0a 0a  |be displayed....|
00000e00  54 68 65 20 53 6f 72 74  20 57 69 6e 64 6f 77 3a  |The Sort Window:|
00000e10  0a 0a 20 20 20 20 20 20  20 20 54 68 69 73 20 77  |..        This w|
00000e20  69 6e 64 6f 77 20 69 73  20 6f 62 74 61 69 6e 65  |indow is obtaine|
00000e30  64 20 62 79 20 63 6c 69  63 6b 69 6e 67 20 6f 6e  |d by clicking on|
00000e40  20 74 68 65 20 22 3f 22  20 69 63 6f 6e 2e 20 43  | the "?" icon. C|
00000e50  6c 69 63 6b 20 6f 6e 20  74 68 65 0a 61 70 70 72  |lick on the.appr|
00000e60  6f 70 72 69 61 74 65 20  69 63 6f 6e 20 74 6f 20  |opriate icon to |
00000e70  73 65 6c 65 63 74 20 61  20 73 6f 72 74 2c 20 74  |select a sort, t|
00000e80  68 65 6e 20 63 6c 69 63  6b 20 6f 6e 20 4f 4b 2e  |hen click on OK.|
00000e90  0a 0a 20 20 20 20 20 20  20 20 22 4e 61 6d 65 20  |..        "Name |
00000ea0  28 31 29 22 20 69 73 20  73 75 72 6e 61 6d 65 2c  |(1)" is surname,|
00000eb0  20 22 4e 61 6d 65 20 28  32 29 22 20 66 6f 72 65  | "Name (2)" fore|
00000ec0  6e 61 6d 65 2c 20 22 52  2e 41 2e 31 22 2c 20 22  |name, "R.A.1", "|
00000ed0  52 2e 41 2e 32 2e 22 2c  20 22 43 68 72 2e 0a 41  |R.A.2.", "Chr..A|
00000ee0  67 65 22 2c 20 70 75 74  20 74 68 65 20 72 65 63  |ge", put the rec|
00000ef0  6f 72 64 73 20 69 6e 20  6f 72 64 65 72 20 62 79  |ords in order by|
00000f00  20 74 68 65 20 61 73 73  6f 63 69 61 74 65 64 20  | the associated |
00000f10  61 67 65 2e 0a 0a 20 20  20 20 20 20 20 20 22 52  |age...        "R|
00000f20  2e 41 2e 31 20 2d 20 43  68 72 2e 20 41 67 65 22  |.A.1 - Chr. Age"|
00000f30  20 73 6f 72 74 73 20 74  68 65 20 72 65 63 6f 72  | sorts the recor|
00000f40  64 73 2c 20 70 75 74 74  69 6e 67 20 74 68 65 20  |ds, putting the |
00000f50  77 65 61 6b 65 73 74 20  70 75 70 69 6c 73 0a 66  |weakest pupils.f|
00000f60  69 72 73 74 2e 20 54 68  69 73 20 73 68 6f 75 6c  |irst. This shoul|
00000f70  64 20 68 65 6c 70 20 74  61 72 67 65 74 20 74 68  |d help target th|
00000f80  6f 73 65 20 70 75 70 69  6c 73 20 77 68 6f 20 6e  |ose pupils who n|
00000f90  65 65 64 20 74 68 65 20  6d 6f 73 74 20 61 74 74  |eed the most att|
00000fa0  65 6e 74 69 6f 6e 2e 0a  0a 20 20 20 20 20 20 20  |ention...       |
00000fb0  20 54 68 65 20 22 52 2e  41 2e 32 20 2d 20 43 68  | The "R.A.2 - Ch|
00000fc0  72 2e 20 41 67 65 22 20  69 73 20 73 69 6d 69 6c  |r. Age" is simil|
00000fd0  61 72 2e 0a 0a 0a 53 61  76 69 6e 67 3a 0a 0a 20  |ar....Saving:.. |
00000fe0  20 20 20 20 20 20 20 54  68 65 20 64 61 74 61 20  |       The data |
00000ff0  69 73 20 73 61 76 65 64  20 61 73 20 61 20 43 53  |is saved as a CS|
00001000  56 66 69 6c 65 2e 20 54  68 69 73 20 63 61 6e 20  |Vfile. This can |
00001010  74 68 65 6e 20 62 65 20  6c 6f 61 64 65 64 20 69  |then be loaded i|
00001020  6e 74 6f 20 61 0a 73 70  72 65 61 64 73 68 65 65  |nto a.spreadshee|
00001030  74 20 69 66 20 72 65 71  75 69 72 65 64 2e 20 49  |t if required. I|
00001040  74 20 69 73 20 61 20 43  53 56 66 69 6c 65 20 73  |t is a CSVfile s|
00001050  61 76 65 64 20 66 72 6f  6d 20 74 68 65 20 6d 61  |aved from the ma|
00001060  69 6e 20 6d 65 6e 75 20  74 68 61 74 20 63 61 6e  |in menu that can|
00001070  0a 62 65 20 6c 6f 61 64  65 64 20 62 61 63 6b 20  |.be loaded back |
00001080  69 6e 74 6f 20 74 68 69  73 20 61 70 70 6c 69 63  |into this applic|
00001090  61 74 69 6f 6e 20 74 6f  20 72 65 74 72 69 65 76  |ation to retriev|
000010a0  65 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 2e 0a 0a  |e information...|
000010b0  20 20 20 20 20 20 20 20  54 68 65 20 67 72 61 70  |        The grap|
000010c0  68 20 63 61 6e 20 62 65  20 73 61 76 65 64 20 6f  |h can be saved o|
000010d0  72 20 64 72 61 67 67 65  64 20 73 74 72 61 69 67  |r dragged straig|
000010e0  68 74 20 74 6f 20 21 44  72 61 77 20 6f 72 20 61  |ht to !Draw or a|
000010f0  6e 6f 74 68 65 72 0a 61  70 70 6c 69 63 61 74 69  |nother.applicati|
00001100  6f 6e 20 74 68 61 74 20  74 61 6b 65 73 20 64 72  |on that takes dr|
00001110  61 77 66 69 6c 65 73 2e  20 54 68 69 73 20 63 61  |awfiles. This ca|
00001120  6e 20 74 68 65 6e 20 62  65 20 6d 61 6e 69 70 75  |n then be manipu|
00001130  6c 61 74 65 64 20 69 6e  20 74 68 65 20 75 73 75  |lated in the usu|
00001140  61 6c 0a 77 61 79 2e 0a  0a 20 20 20 20 20 20 20  |al.way...       |
00001150  20 20 4e 42 3a 20 4d 61  6b 65 20 73 75 72 65 20  |  NB: Make sure |
00001160  74 68 61 74 20 74 68 65  20 67 72 61 70 68 20 69  |that the graph i|
00001170  73 20 77 69 74 68 69 6e  20 74 68 65 20 70 72 69  |s within the pri|
00001180  6e 74 61 62 6c 65 20 6c  69 6d 69 74 73 20 62 65  |ntable limits be|
00001190  66 6f 72 65 0a 70 72 69  6e 74 69 6e 67 2e 20 49  |fore.printing. I|
000011a0  74 20 6d 61 79 20 6e 65  65 64 20 74 6f 20 62 65  |t may need to be|
000011b0  20 73 63 61 6c 65 64 20  64 6f 77 6e 20 75 73 69  | scaled down usi|
000011c0  6e 67 20 64 72 61 77 27  73 20 66 61 63 69 6c 69  |ng draw's facili|
000011d0  74 69 65 73 2e 0a 0a 20  20 20 20 20 20 20 20 41  |ties...        A|
000011e0  20 74 65 78 74 66 69 6c  65 20 6d 61 79 20 62 65  | textfile may be|
000011f0  20 73 61 76 65 64 2c 20  77 68 69 63 68 20 63 61  | saved, which ca|
00001200  6e 20 74 68 65 6e 20 62  65 20 75 73 65 64 20 61  |n then be used a|
00001210  73 20 61 20 63 6c 61 73  73 20 6c 69 73 74 2e 0a  |s a class list..|
00001220  54 68 69 73 20 63 61 6e  20 62 65 20 75 73 65 64  |This can be used|
00001230  20 65 66 66 65 63 74 69  76 65 6c 79 20 77 69 74  | effectively wit|
00001240  68 20 74 68 65 20 73 6f  72 74 20 6f 70 74 69 6f  |h the sort optio|
00001250  6e 2c 20 73 6f 20 74 68  61 74 20 74 68 65 20 6c  |n, so that the l|
00001260  69 73 74 20 73 68 6f 77  73 0a 74 68 65 20 70 75  |ist shows.the pu|
00001270  70 69 6c 73 20 69 6e 20  61 20 73 65 6e 73 69 62  |pils in a sensib|
00001280  6c 65 20 6f 72 64 65 72  2e 0a 0a 20 20 20 20 20  |le order...     |
00001290  20 20 20 54 68 65 72 65  20 61 72 65 20 69 63 6f  |   There are ico|
000012a0  6e 73 20 74 6f 20 73 65  6c 65 63 74 20 77 68 61  |ns to select wha|
000012b0  74 20 74 6f 20 69 6e 63  6c 75 64 65 20 69 6e 20  |t to include in |
000012c0  74 68 65 20 74 65 78 74  66 69 6c 65 2e 20 22 41  |the textfile. "A|
000012d0  67 65 0a 74 6f 64 61 79  22 20 75 73 65 73 20 74  |ge.today" uses t|
000012e0  68 65 20 63 6f 6d 70 75  74 65 72 73 20 69 6e 74  |he computers int|
000012f0  65 72 6e 61 6c 20 63 6c  6f 63 6b 20 74 6f 20 63  |ernal clock to c|
00001300  61 6c 63 75 6c 61 74 65  20 74 68 65 20 63 68 69  |alculate the chi|
00001310  6c 64 27 73 20 63 75 72  72 65 6e 74 0a 61 67 65  |ld's current.age|
00001320  2e 0a 0a 20 20 20 20 20  20 20 20 54 68 65 20 74  |...        The t|
00001330  65 78 74 66 69 6c 65 20  63 61 6e 20 68 61 76 65  |extfile can have|
00001340  20 3c 74 61 62 3e 20 61  73 20 61 20 73 65 70 61  | <tab> as a sepa|
00001350  72 61 74 6f 72 2c 20 77  68 69 63 68 20 67 69 76  |rator, which giv|
00001360  65 73 20 62 65 74 74 65  72 0a 72 65 73 75 6c 74  |es better.result|
00001370  73 20 69 66 20 79 6f 75  20 61 72 65 20 67 6f 69  |s if you are goi|
00001380  6e 67 20 74 6f 20 75 73  65 20 61 20 44 54 50 20  |ng to use a DTP |
00001390  6f 72 20 57 50 20 70 61  63 6b 61 67 65 20 74 6f  |or WP package to|
000013a0  20 70 72 69 6e 74 20 6f  75 74 20 74 68 65 20 6c  | print out the l|
000013b0  69 73 74 2e 0a 55 73 69  6e 67 20 63 6f 6d 6d 61  |ist..Using comma|
000013c0  73 20 74 6f 20 73 65 70  61 72 61 74 65 20 74 68  |s to separate th|
000013d0  65 20 76 61 6c 75 65 73  20 70 72 6f 76 69 64 65  |e values provide|
000013e0  73 20 61 20 77 61 79 20  6f 66 20 70 72 6f 64 75  |s a way of produ|
000013f0  63 69 6e 67 20 61 20 6d  6f 72 65 0a 64 65 74 61  |cing a more.deta|
00001400  69 6c 65 64 20 43 53 56  66 69 6c 65 20 66 6f 72  |iled CSVfile for|
00001410  20 75 73 65 20 77 69 74  68 20 61 20 73 70 72 65  | use with a spre|
00001420  61 64 73 68 65 65 74 2e  0a 0a 0a 54 65 63 68 6e  |adsheet....Techn|
00001430  69 63 61 6c 3a 0a 0a 20  20 20 20 20 20 20 20 54  |ical:..        T|
00001440  68 65 20 64 61 74 61 66  69 6c 65 20 68 61 73 20  |he datafile has |
00001450  74 68 65 20 66 6f 6c 6c  6f 77 69 6e 67 20 66 6f  |the following fo|
00001460  72 6d 61 74 3a 0a 0a 3c  67 72 6f 75 70 20 6e 61  |rmat:..<group na|
00001470  6d 65 3e 0a 3c 74 65 73  74 20 31 20 64 3e 2c 3c  |me>.<test 1 d>,<|
00001480  74 65 73 74 20 31 20 6d  3e 2c 3c 74 65 73 74 20  |test 1 m>,<test |
00001490  31 20 79 3e 5b 2c 3c 74  65 73 74 20 32 20 64 3e  |1 y>[,<test 2 d>|
000014a0  2c 3c 74 65 73 74 20 32  20 6d 3e 2c 3c 74 65 73  |,<test 2 m>,<tes|
000014b0  74 20 32 20 79 3e 5d 0a  3c 73 75 72 6e 61 6d 65  |t 2 y>].<surname|
000014c0  3e 2c 3c 66 6f 72 65 6e  61 6d 65 3e 5b 2c 3c 64  |>,<forename>[,<d|
000014d0  6f 62 20 64 3e 2c 3c 64  6f 62 20 6d 3e 2c 3c 64  |ob d>,<dob m>,<d|
000014e0  6f 62 20 79 3e 2c 3c 52  41 31 20 79 3e 2c 3c 52  |ob y>,<RA1 y>,<R|
000014f0  41 31 20 6d 3e 2c 3c 52  41 32 20 79 3e 2c 3c 52  |A1 m>,<RA2 y>,<R|
00001500  41 32 20 6d 3e 5d 0a 0a  0a 44 69 73 63 6c 61 69  |A2 m>]...Disclai|
00001510  6d 65 72 3a 0a 20 20 20  20 20 20 20 20 54 68 65  |mer:.        The|
00001520  20 61 75 74 68 6f 72 20  61 63 63 65 70 74 73 20  | author accepts |
00001530  6e 6f 20 72 65 73 70 6f  6e 73 69 62 69 6c 69 74  |no responsibilit|
00001540  79 20 66 72 6f 6d 20 74  68 65 20 75 73 65 20 6f  |y from the use o|
00001550  66 20 74 68 69 73 20 73  6f 66 74 77 61 72 65 2c  |f this software,|
00001560  0a 6f 72 20 6c 69 61 62  69 6c 69 74 79 20 66 6f  |.or liability fo|
00001570  72 20 61 6e 79 20 6c 6f  73 73 20 69 6e 63 75 72  |r any loss incur|
00001580  72 65 64 20 61 6e 64 20  69 74 20 69 73 20 73 75  |red and it is su|
00001590  70 70 6c 69 65 64 20 27  61 73 20 69 73 27 2e 0a  |pplied 'as is'..|
000015a0  20 20 20 20 20 20 20 20  54 68 65 20 64 61 74 61  |        The data|
000015b0  20 69 6e 20 22 52 41 a0  44 61 74 61 22 20 69 73  | in "RA.Data" is|
000015c0  20 66 69 63 74 69 74 69  6f 75 73 2e 0a           | fictitious..|
000015cd