home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / hamradio / autoexam.zip / AUTOEXAM.DOC < prev    next >
Text File  |  1991-02-15  |  5KB  |  139 lines

  1.  
  2.                                 AUTOEXAM
  3.  
  4.                  (c) Copyright 1988, 1989, 1990, 1991
  5.                                   by
  6.                             Rich Bono, NM1D
  7.                            7 Redfield Circle
  8.                             Derry, NH 03038
  9.  
  10. This is NO COST software.  It is NOT public domain, and you CANNOT be charged
  11. ANY fee for this software.  You may GIVE a copy to any person who asks for
  12. this as long as there is NO charge in anyway involved in obtaining the copy. 
  13. This software is being made available to help persons interested in obtaining
  14. or upgrading their Amateur Radio license to do so.
  15.  
  16. SUPPORT: If you have any questions or comments about AUTOEXAM, I would be glad
  17. to hear them.  However, if you expect an answer, you MUST include a Stamped,
  18. Self Addressed Envelope.
  19.  
  20. This program is being distributed as freeware.  You may give a copy to a
  21. friend as long as no money changes hands.  Recognized users groups may charge
  22. a small fee (no more than $5.00) to recover duplication costs.  Networks such
  23. as USENET, COMPUSERVE, and others that do not charge for per-program downloads
  24. may also distribute AutoExam.
  25.  
  26. Autoexam and its 5 databases can generate Amateur Radio exams for the Novice,
  27. Technician, General, Advanced, and Extra classes.
  28.  
  29. Installing AUTOEXAM:
  30.  
  31. AUTOEXAM can be installed on a hard disk, or on your a floppy diskette.
  32. All of the database files MUST be installed in the same directory as the
  33. executable file (AUTOEXAM.EXE).
  34.  
  35.  
  36. Syntax:
  37.  
  38.         AUTOEXAM [element] [/n] [/p] [/s] [/kxxxx] [/v]
  39.  
  40.                 Where:
  41.  
  42.                 element is the desired examination element:
  43.                         NOVICE
  44.                         TECHNICIAN
  45.                         GENERAL
  46.                         ADVANCED
  47.                         EXTRA
  48.  
  49.                 /p - generate Printed examination and answer key
  50.  
  51.                 /s - generate study guide of all questions and the
  52.                      correct answer.
  53.  
  54.                 /kxxxx - Use xxxx as the exam key to build the exam.
  55.                          xxxx is a four digit HEX number
  56.                            ie: /k8C3F would use exam key number 8C3F
  57.  
  58.                 /n - Not IBM compatible, don't display banner (default).
  59.  
  60.                 /v - IBM compatible, display banner.
  61.  
  62.         for example:
  63.  
  64.                 AUTOEXAM NOVICE         <--- This will invoke autoexam and
  65.                                              generate a NOVICE exam.
  66.  
  67.  
  68.    notes:
  69.  
  70.         The /p and /s switch cannot be used at the same time.
  71.  
  72.         All output of AUTOEXAM is sent to the screen.  If you desire
  73.         to send the output of autoexam to a file or to your printer
  74.         you must "redirect" the output to the desired device.  See your
  75.         MS-DOS manual for the details about output redirection.
  76.  
  77.          Example output to the printer:
  78.  
  79.                 AUTOEXAM NOVICE /p >PRN
  80.  
  81.            would generate a printed novice exam and its answer key and send its
  82.            output to the printer.
  83.  
  84.                 AUTOEXAM TECHNICIAN /p >TECH.TST
  85.  
  86.            would generate a printed technican exam and its answer key and send its
  87.            output to the file 'TECH.TST'.
  88.  
  89. Autoexam can be used in a couple of different modes.  The first mode is 
  90. the interactive mode, where you 'take' the exam of your choice in real 
  91. time.  Autoexam will give you your grade when you are finished.  If you desire
  92. to end the exam without answering all of the questions, enter 'G' (for Grade).
  93. Autoexam considers un-answered questions as wrong.
  94.  
  95.  
  96.         To invoke autoexam in the interactive mode just type:
  97.  
  98.                 AUTOEXAM
  99.  
  100.         You will be prompted for which exam you would like to take:
  101.  
  102.                 NOVICE
  103.                 TECHNICIAN
  104.                 GENERAL
  105.                 ADVANCED
  106.                 EXTRA
  107.  
  108.         Note: You will be prompted only for the databases that AUTOEXAM
  109.               can find on the disk.
  110.  
  111. Autoexam can also generate printed exams and an answer key.  To do this
  112. you must invoke autoexam with the Print switch '/p' and redirect the 
  113. output to the desired destination, ie: a file or the printer.
  114.  
  115.         For example:
  116.  
  117.                 AUTOEXAM /p >PRN
  118.  
  119.         will generate a printed exam and send the output to your printer.
  120.  
  121. Autoexam can also print a study guide of every question in the pool.  To 
  122. do this you must invoke autoexam with the Study guide switch '/s' and 
  123. redirect the output to the desired destination, ie: a file of the 
  124. printer.
  125.  
  126.         For example:
  127.  
  128.                 AUTOEXAM /s >PRN
  129.  
  130.         will generate a study guide and send the output to your printer.
  131.  
  132.  
  133. Whenever autoexam generates an exam it will display an 'exam key'.  This 
  134. is to allow you to recreate the same exam at a later date if it is 
  135. needed.  To do this, invoke autoexam with the Key switch '/kxxxx' where
  136. xxxx is the exam key given by autoexam during the previous exam.  This 
  137. switch can be used in conjunction with the Print switch or for use in 
  138. the interactive mode.
  139.