home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / dosgames / quiz / whats.new < prev   
Text File  |  1994-11-24  |  15KB  |  325 lines

  1.     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.     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.     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.
  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.         + Teacher can now redirect printouts of their quizzes (from
  72.           the editor) to an ASCII disk file by using the command line
  73.           parameter LPT=filename
  74.  
  75.  
  76.     Version 1.36
  77.  
  78.     + Allowed use of a double comma token to represent a true
  79.       comma in a fill-in-the-blank answer.  Example, if the question
  80.       was "What is 500+500? _" the answer the student may think to
  81.       enter may be 1,000 or 1000.  Since a comma represents a
  82.       separator between multiple answers, previous versions would
  83.       not except "1,000" as a correct answer since "1,000" would
  84.       be interpreted as either "1" or "000".  To avoid this problem
  85.       the teacher can now use a double comma when creating a fill-
  86.       in-the-blank question where there is a need for an actual
  87.       comma in the answer itself.  In the example above, the teacher
  88.       would code the actual answers as "1,,000, 1000".
  89.  
  90.     + Fixed a bug that would lock up the computer if the user was
  91.       taking a sequential quiz and reached the very last question
  92.       and having answered the question then pressed [ESC].  If the
  93.       student then selected "Exit to D.O.S." from the Options menu,
  94.       the computer would lock up.  This problem has been fixed.
  95.  
  96.     + The prompt window that asks for the quantity of students
  97.       participating in an on-screen quiz, and then the following
  98.       prompt asking for their name can now be customized.  If you
  99.       create an ASCII file an name it "QUIZ.WHO", the contents of
  100.       this file will change the prompts in these two windows.
  101.  
  102.       On line 1 of this QUIZ.WHO ASCII file, enter the word(s)
  103.       that would go in the following blank: "Enter total number
  104.       of ________ participating: "  If line 1 of this file is
  105.       left blank, the word "students" will appear since it is
  106.       the default.
  107.  
  108.       On line 2 of the same file, enter a text string that you
  109.       want displayed when each player is prompted for their name.
  110.       Example: "Please enter your student identification number:"
  111.  
  112.  
  113.     Version 2.00
  114.  
  115.     + Enhanced reference note file parameter added that will define
  116.       the last line to display within an ASCII reference file.
  117.       Previous versions would only allow a beginning line number to
  118.           be specified (e.g. {BIBLE.ASC,15} start on line 15).  Now
  119.       you can define the last line to be displayed in the reference
  120.       file by adding another comma and the ending line number (e.g.
  121.       {BIBLE.ASC,15,25} where only lines 15 to 25 of this ASCII
  122.       file will be displayed as an reference introduction to a
  123.       specific question).
  124.  
  125.     + A custom "help screen" can be displayed on the screen for a
  126.       student taking a quiz.  If a "xxxx.HLP" file exists, it will
  127.       be displayed PRIOR TO the first question in a quiz.  "xxxx"
  128.       represents a file name (up to 8 characters) and MUST match
  129.       the same name of the quiz file (xxxx.QZ).  The extension
  130.       ".HLP" must be used.  This "help screen" (or information
  131.       screen) is a simple ASCII text file.  If one does not exists,
  132.       it will not be used.  Also, this same .HLP file can be accessed
  133.       at ANY TIME during the actual quiz by pressing the [F1] key.
  134.       If you would like to have such a screen appear PRIOR TO the
  135.       first question in a quiz, but NOT be available again after
  136.       the first question is displayed, then use the file extension
  137.       ".1ST" instead.  Again, it is important that all these files
  138.       have the same prefix filename as the quiz file (.QZ) that you
  139.       wish to use.  Example: MYTEST.QZ and MYTEST.HLP, and STUDY.QZ
  140.       and STUDY.1ST are valid file combinations.
  141.  
  142.     + A new command line parameter has been added that will bypass
  143.       the scoreboard at the conclusion of a quiz or the program.
  144.       If you DON'T want your students' progress or scores recorded
  145.       via the scoreboard, add "NOSCORE" to the command line when
  146.       starting Create A Quiz from the DOS prompt (QUIZ NOSCORE).
  147.  
  148.     + Multiple choice questions have been expanded to support up
  149.       to 7 choices per question (previous versions supported up
  150.       to 5).  Also, the number of lines available to the question
  151.       field has been expanded from 4 lines to 6.
  152.  
  153.     + The file/quiz selection menu now SORTS all listings by the
  154.       quiz file name ALPHABETICALLY.  Previous versions performed
  155.       NO sorting whatsoever.
  156.  
  157.     + The student taking a quiz on-screen can now print individual
  158.       questions "on the fly" by pressing the [P] key.
  159.  
  160.  
  161.     Version 2.01
  162.  
  163.     + Fixed a bug which would occur during a teacher printout of
  164.       questions (when in the editor mode) when answer strings
  165.       were longer than 68 characters.
  166.  
  167.     + Fixed a bug that caused the question window to explode and
  168.       fill the screen entirely when really long words occurred
  169.       (e.g. thrombolymphangitis) at the end of a question line.
  170.  
  171.  
  172.     Version 2.02
  173.  
  174.     + Fixed a bug which would occur when any question contained
  175.       6 or 7 multiple choice answers AND when the solution was
  176.       either multiple choice number 6 or 7.  This error would
  177.       not occur if 6-7 m/c answers existed AND the actual correct
  178.       solution was either m/c answer 1-5.
  179.  
  180.     + Fixed a bug that during actual quiz time would cause
  181.       multiple-choice windows to be too small for all the possible
  182.       m/c answers when 6-7 m/c answers existed.  Choices 6 and 7
  183.       would spill outside of the window.
  184.  
  185.  
  186.     Version 2.10
  187.  
  188.     + Added the ability to delete a question from within the
  189.       editor.
  190.  
  191.     + Changed all Yes/No window prompts to a more sophisticated
  192.       menu selection with a moving highlight bar.
  193.  
  194.  
  195.     Version 2.11
  196.  
  197.         + Fixed a bug that would intermittently occur when loading a
  198.       .QZ file containing a large n