home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / TEACHING / QUIZ136.ZIP / WHATS.NEW < prev   
Text File  |  1994-05-02  |  4KB  |  90 lines

  1. New in Version 1.30
  2.  
  3.     + Added automatic word wrap feature when the teacher is entering
  4.       a new question.
  5.  
  6.     + Scoreboard files (*.SCB) are now encrypted to prevent any
  7.       possibility of students changing their scores.
  8.  
  9.     + The student can change the order of questions from random to
  10.       sequential mode from within the program at the Options Menu.
  11.  
  12.     + New command line parameter "ENFORCE" when used with "STOPAT="
  13.       or "STARTAT=" parameters will prevent a student from exiting
  14.       the program/quiz until the specified range or quantity of
  15.       questions have been attempted.
  16.  
  17.     + New command line parameter "NODUPES" when used in random mode
  18.       will guarantee that no duplicating questions will be given to
  19.       the student.   In other words, each question presented to the
  20.       student will appear only once (i.e., no duplicates).
  21.  
  22.     + New command line parameter "QTY=" where "QTY=5" specifies that
  23.       five RANDOM questions MUST be answered before exiting a quiz.
  24.  
  25.     + Directive pointers can be imbedded in an answer that will force
  26.       what question number the student will be presented based upon
  27.       their answer of the previous question.
  28.  
  29.     + Documentation can be printed from within the program.
  30.  
  31.  
  32. New in Version 1.34
  33.  
  34.         + Longer multiple-choice answers
  35.  
  36.         + Replace the "_" fill-in-the-blank default character with a
  37.           different character using FIBCHAR=x
  38.  
  39.         + NOREVIEW withholds answers and/or reviewing of previous
  40.           choices during an on-screen test.
  41.  
  42.         + SCOREALL prevents user from bypassing the top 10 score chart.
  43.  
  44.         + NOOPTS suppresses the "Play Options" menu.
  45.  
  46.  
  47. New in Version 1.35
  48.  
  49.     + Longer references (up to 19 lines via use of ALT+M maximize
  50.       hot-key).
  51.  
  52.     + REFNOTES parameter forces automatic display of long reference
  53.       notes after each question
  54.  
  55.     + Fixed a bug that causes computer lockup when two or more players
  56.           participate using sequential question mode.  After the last
  57.           question is displayed, the program locked up.  Problem now fixed.
  58.  
  59.         + Alternating background colors are now used when more than one
  60.           student is taking an on screen quiz.  Player #1's background
  61.           color is blue, player #2's is red, and so on...  This helps
  62.           to identify whose turn is up when playing contests.
  63.  
  64.         + When sequential question mode is active during an on screen
  65.           quiz, a new "How many questions remaining" indicator appears
  66.           in the status bar at the top of the screen.  The number of
  67.           remaining questions is identified as "Left: ###" where "###"
  68.           is the number of questions remaining to be answered before
  69.           the quiz is finished.
  70.  
  71. New in Version 1.36
  72.  
  73.     + Allowed use of a double comma token to represent a true
  74.       comma in a fill-in-the-blank answer.  Example, if the question
  75.       was "What is 500+500? _" the answer the student may think to
  76.       enter may be 1,000 or 1000.  Since a comma represents a
  77.       separator between multiple answers, previous versions would
  78.       not except "1,000" as a correct answer since "1,000" would
  79.       be interpreted as either "1" or "000".  To avoid this problem
  80.       the teacher can now use a double comma when creating a fill-
  81.       in-the-blank question where there is a need for an actual
  82.       comma in the answer itself.  In the example above, the teacher
  83.       would code the actual answers as "1,,000, 1000".
  84.  
  85.     + Fixed a bug that would lock up the computer if the user was
  86.       taking a sequential quiz and reached the very last question
  87.       and having answered the question then pressed [ESC].  If the
  88.       student then selected "Exit to D.O.S." from the Options menu,
  89.       the computer would lock up.  This problem has been fixed.
  90.