home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / test.zip / DEMO.TST next >
Text File  |  1987-05-11  |  7KB  |  162 lines

  1. This is DEMO.TST, a demonstration test for the TEST series of programs
  2. by Frank Lendaro, P.O.Box 1021, Douglas, AK  99824.
  3. Copyright 1987, all rights reserved.
  4.  
  5. Put the title of the test, or whatever notes you wish, right here.
  6. It will be ignored by the program.
  7.  
  8. The evaluation section should be located before the beginning of the 
  9. test proper.
  10.  
  11. An evaluation begins with the { bracket, followed by a blank space, 
  12. the lower point limit, a blank space, the upper point limit, a blank space
  13. and the } braket.
  14.  
  15. All lines of text following, up to when an = (equal sign) is encountered as the
  16. first character of a line, will be shown if the score is equal or more than the
  17. lower limit, or equal or less than the upper limit.
  18.  
  19. The following evaluation will show if the score is between 0 and 5 points,
  20. limits included.
  21.  
  22. { 0 5 } 
  23.  
  24. This is the evaluation for a score between 0 and 5 included.
  25.  
  26. ==========  this ( the = sign ) means this evaluation is over. ===============
  27.  
  28. This note will be ignored.
  29.  
  30. { 6 10 }   You can write notes on this line also, and they will be ignored.
  31.  
  32.                  This evaluation includes grades from 6 to 10.
  33.  
  34. ==============================================================================
  35. { 11 30 }
  36.  
  37.    All receiving a score between 11 and 30 (inclusive) will see this message. 
  38.  
  39. ==============================================================================
  40. { 31 500 }
  41.  
  42.    This very large spectrum evaluation message will be shown every time that
  43.  the person taking the test scores between 31 and 500 points, limits included.
  44.  
  45. ==============================================================================
  46.  
  47. Make sure that in the evaluation section you covered all possible scores.
  48.  
  49. For example, if it is possible to score 101 points but you only have 
  50. evaluations covering up to 100, when somebody does score 101 the program will
  51. not be able to find a matching evaluation and will go in never-never land.
  52.  
  53. Whatever is not between lines that start with one of the control characters
  54. does not count. You can write your own notes or references here also, but too
  55. many notes might slow down the program.
  56.  
  57. We are now moving into the Question/Answer section.
  58.  
  59.  In parenthesis are : the question number;
  60.                       the correct answer;
  61.                       the point value associated with the correct answer.
  62.  
  63. All elements are separated by ONE blank space.
  64.  
  65. ( 1 T 1 )   <= this means Question # 1, True is correct, 1 point value.
  66.                               TRUE OR FALSE ? 
  67.  
  68. Demonstration of true/false question. Notice that the last line indicates 
  69. that the possible answers are only Yes or No ( for TRAIN1 ) and Hold if you
  70. are using the TEST1 program.
  71. Any other key will be rejected.Try entering Yes or C or 2 or something else.
  72.  
  73. If you are using TRAIN1 and the answer acceptable but incorrect, ( in this
  74. case if you enter False ) the correct choice will be displayed and then
  75. the question will be put on hold and presented again later.
  76.  
  77.                     THIS IS AN EXCELLENT TRAINING TOOL. 
  78. ...........................................................................
  79. This message appears if you enter an aswer that is LEGAL in the sense that
  80. is part of the set of acceptable answers for that question (in this case,
  81. only T(rue),F(alse) of H(old) are legal answers.), but INCORRECT.
  82. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  83.  
  84. This lines will be ignored, so you can use it for your own notes.
  85. The following question is # 2, the correct answer is Yes for five points.
  86.  
  87. ( 2 Y 5 )  Comments that appear on this line will also be ignored.
  88.                            YES OR NO ?            
  89.  
  90. Notice that now the bottom line indicates that only Yes or No are acceptable.
  91.  
  92. As usual, you can put the question on hold ( in TEST1 ) if you wish.
  93.  
  94. Answering Yes to this question will credit you with 5 points.
  95. No will get you a 0, since you can assign a value only to one answer,
  96. and all others are set to zero.( In this version of the program. )
  97.  
  98.               IT IS EASY TO SCORE POINTS ON A DEMO TEST.
  99. ...........................................................................
  100. This message appears only if you answered No.
  101. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  102.  
  103. The following question is # 3, the correct answer to it is 1 for 10 points.
  104.  
  105.          ( 3 1 10 )  Notice that it does not need to be flush left.
  106.                      |======  1, 2, or 3 ======|
  107.  
  108.               In this case, the acceptable answers are 1, 2 or 3.
  109.  
  110.   Only the correct answer is scored. If you enter an acceptable answer,
  111.   but an incorrect one, the score will remain unchanged. 
  112.  
  113.   I like this program :
  114.                          1) Very much,
  115.                          2) Kind of,
  116.                          3) Not a bit.
  117. ............................................................................
  118.  
  119.                You will not get out of this until you like it ......
  120. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  121. ( 0 0 0 )  No  point value  for notices ! 
  122.  
  123.                  THIS IS ONLY A NOTICE, NOT A QUESTION.
  124.  
  125.                              READ IT, AND
  126.  
  127.                  THEN MOVE ON TO THE NEXT QUESTION.
  128.  
  129. What is the purpose of notices ?  From time to time you might want to say
  130. something to the person taking the test, about questions to come or changes
  131. in the direction of the test. 
  132.  
  133. Note : There is no score for notices, and they cannot be put on hold.
  134.        Look at the prompt...
  135. ............................................................................
  136.  THIS SHOLD NEVER APPEAR  ( There is no wrong answer to a notice... )
  137. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  138. The next question is the fifth one, the correct answer to it is E, and the
  139. point value associated with answering it correctly is 50.
  140.  
  141. ( 5 E 50 ) Maximum combined length of question and comment is > 18 < lines.
  142.                       MULTIPLE CHOICE QUESTION
  143.  
  144. Five acceptable answers ( plus Hold ) are possible.
  145.  
  146. This program is capable of:
  147.  
  148.                  A) Mixing different type of questions;
  149.  
  150.                  B) Rejecting answers that do not apply;
  151.  
  152.                  C) Putting questions on hold for later;
  153.  
  154.                  D) Giving an evaluation of the results;
  155.  
  156.                  E) All of the above and more.
  157. ............................................................................
  158.                > >    > > E  IS VERY CORRECT !!!!  <<       <<
  159. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  160.  
  161. ------------ THIS IS NECESSARY ---  IT MEANS  THE TEST IS OVER  -------------
  162.