home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / reviews / 03MIC96.TXT < prev    next >
Text File  |  2006-10-19  |  11KB  |  184 lines

  1.      MICROPENDIUM MICROREVIEWS for March 1996 
  2.      by Charles Good 
  3.            
  4.           LOAD MASTER by Mickey Cendrowski 
  5.            
  6.           This is designed for the owner of a minimal  expanded disk system
  7.      with one or two floppy drives as an aid in loading disk software.  It
  8.      is written in extended basic with assembly language subroutines and is
  9.      the first software I have seen that utilizes John Bull's XB Windows.
  10.      Using Bull's product, Load Master displays drop down windows at
  11.      appropriate times. 
  12.            
  13.           As you use Load Master you are in 40 column mode and are often
  14.      presented with several choices.  Press the first letter of the choice
  15.      you select.  When you boot Load Master as XB DSK1.LOAD you are given
  16.      your choice of Load manager, Funnelweb, Boot, or Exit.  You must add
  17.      Funnelweb or John Johnson's Boot to the Load Master disk to make these
  18.      choices operative.  Pressing "L" for Load manager gets you to the guts
  19.      of Load Master. 
  20.            
  21.           Here you have your choice of Catalog, Options, Back, or Exit.  If
  22.      you press "O" for Options a little window appears and gives you these
  23.      options; Colors, Drives, Printer, and Back.  Colors changes the screen
  24.      colors.  Drives lets you specify the drive that is accessed with the
  25.      Catalog option.  You have to go through the Options window each time
  26.      you want to change this drive.  Path names are supported.  Printer
  27.      lets you change the name of your printer, and you can supply a path
  28.      name if you want to save output to a file.  Once your options are
  29.      configured you have to press "B" to get Back to the Load manager menu. 
  30.            
  31.           Catalog is by far the most significant part of Load Master.
  32.      Pressing "C" displays a screen full of file names from the drive
  33.      specified with the Options menu.  A cursor is positioned next to the
  34.      first file name, and you also get a choice of Page?, Label, or Back.
  35.      Page? asks for a number and displays that page (screen full) of file
  36.      names if there are too many to fit onto one screen.  Label prints
  37.      nicely formatted disk labels using superscript sized print in a format
  38.      that fits fan fold sheets of 1x3 inch sticky labels.  If there are too
  39.      many file names to fit on one label, Label will automatically space
  40.      down to the next label on the fanfold sheet and continue printing file
  41.      names. 
  42.            
  43.           From a Catalog display you can put the cursor next to a file name
  44.      and press <enter>.  If the file is DV80 or DF80 the text is displayed
  45.      on screen.  You press a key to advanced to the next line of text.  I
  46.      like this method of displaying text.  Some DV80 viewers just scroll
  47.      the text continuously until you pause the scroll, and the scrolling is
  48.      almost always too fast to read.  If the program next to the cursor is
  49.      an XB program it will run if you press <enter>.  If the file next to
  50.      the cursor is anything else, pressing <enter> gets you an error
  51.      message. 
  52.            
  53.           Load Master is a product under development.  What I have
  54.      described above is v1.2, and the documentation states quite clearly
  55.      that this version is less than finished.  The stated goal is to allow
  56.      the user to load and run any type of runable file by placing the
  57.      cursor next to the file and pressing <enter>.  This can now be done
  58.      using Funnelweb's disk review.  Another goal stated in the Load Master
  59.      docs is to inform the user of the software needed to load any file
  60.      that cannot be run by itself, such as identifying a TI Artist picture
  61.      file as such.  The author requests user input concerning what users
  62.      want future versions of Load Manager to be able to do, and programmer
  63.      input on ways to accomplish her stated goals. 
  64.            
  65.           Send me $1 and I will mail you the latest version of Load Master
  66.      on a SSSD disk.  It is fairware, and the author requests that you send
  67.      whatever you think the software is worth. 
  68.           -------------------- 
  69.           QUIZ FAMILY by Charles Kirkwood Jr. 
  70.            
  71.           This is a group of separate but related extended basic programs
  72.      to help teachers create multiple choice and true/false examinations
  73.      You type in data banks of your own test questions and the software
  74.      creates nicely exams with a specific number of questions from these
  75.      data banks.  You can either manually select particular questions from
  76.      one or more data banks, or the software will randomly pick the
  77.      specified number of exam questions for you. 
  78.            
  79.           As a university professor I am familiar with this type of
  80.      software and have used several packages similar to Quiz Family.  There
  81.      are at least two similar products for the 99/4A.  One was created by
  82.      Jim Peterson, and one was published years ago on Home Computer
  83.      Magazine.  There are many similar programs in the PC world.  Almost
  84.      any textbook publisher of high school or introductory level college
  85.      textbooks will supply such software free to teachers, complete with
  86.      already created test question banks keyed to particular text books.
  87.      In my opinion almost all of these 99/4A and PC testmaking software
  88.      packages are difficult to use.  Editing existing questions in a test
  89.      bank is cumbersome, and you almost always need a hard copy printout or
  90.      bound hard copy of the test bank questions in order to create an exam.
  91.      With the PC software I have seen, if you lose the book containing the
  92.      exam questions in the data banks you are out of luck.  Your only other
  93.      option is to view on screen the data bank questions one at a time and
  94.      select or not select that question for your exam.  This is very very
  95.      cumbersome.  You can't check them in big bunches because the software
  96.      only displays the questions one at a time. 
  97.            
  98.           Based on my experience with similar products I consider Quiz
  99.      Family to be as good as any and better than most, which means I rate
  100.      it quite highly.  This is because of the ability to use any DV80 text
  101.      editor such as the Funnelweb editor to enter, edit, and quickly view
  102.      exam questions in a data base.  The other quiz making programs I have
  103.      tried don't give you this ease and flexability.  Alternatively, you
  104.      can create your quizes using an included extended basic program called
  105.      BuildQuiz.  This uses several lines in xbasic's 28 column screen
  106.      display to simulate a single 80 column text line.  This is workable,
  107.      but the results are visually kind of confusing.  There is no word
  108.      wrap. 
  109.            
  110.           Whether using a DV80 text editor or BuildQuiz, you have to
  111.      preface each 80 column text line (record) with an upper case code
  112.      letter to let the software know what to do with the line of text.  The
  113.      first text line of a question starts with a "Q".  Each subsequent line
  114.      of the same question starts with a "C".  The first answer line must
  115.      contain the correct answer and start with "A".  For a true/false
  116.      question, the first and only answer line might read "ATrue".
  117.      Subsequent answer lines, such as in a multiple choice question, start
  118.      with "C".  The question/answer group ends in a line containing only
  119.      "E" (for "End") in the first column of the line. 
  120.            
  121.           I had no trouble modifying my existing DV80 files of multiple
  122.      choice questions to this format.  I just inserted the appropriate
  123.      upper case letter at the beginning of each line of the DV80 file.
  124.      Since these are DV80 files, they are very easy to go into and edit
  125.      questions, add questions, or delete questions.  DV80 question files
  126.      are than run through a supplied program called Convert to make them
  127.      into the Internal/Fixed 80 format needed by Quiz Family to generate
  128.      quizes.  These exam question data files can also be directly
  129.      manipulated (edit add or delete questions) with a program called
  130.      Correct if you don't mind the 28 column screen. 
  131.            
  132.           PrintQuiz is the real guts of the Quiz Family software package.
  133.      This program actually creates and prints your exams from the question
  134.      data bases.  Questions are printed in random order, and the possible
  135.      answers to multiple choice questions are also printed in random order
  136.      even though you always entered the correct answer first.  You tell
  137.      PrintQuiz how many questions to put in the exam.  You then tell
  138.      PrintQuiz which exact questions to include or you let PrintQuiz
  139.      automatically randomly select questions from the data base.  The exam
  140.      can have any combination of personally selected and/or automatically
  141.      randomly selected questions, a feature not found in other quiz making
  142.      software I have used.  You can tell PrintQuiz to generate several
  143.      different versions of the same quiz each containing the same questions
  144.      but in a different random order, discouraging students sitting next to
  145.      each other from paying attention to their neighbor's answers.  A
  146.      record of the quiz, listing which questions in the data bank are used
  147.      in the quiz and the correct question answers, can be saved to disk. 
  148.            
  149.           A couple of additional utilities are included in this very
  150.      complete package.  A program called MergeQuiz lets you combine several
  151.      data banks into one larger bank.  The program Select lets you make an
  152.      exam file using questions from several different database files.  You
  153.      can you get a hard copy of a question data bank, complete with correct
  154.      answers indicated, using ListQuiz. 
  155.            
  156.           If you are a teacher who has access to a textbook publisher's IBM
  157.      compatible test bank of questions for a particular text book, you can
  158.      convert  these questions to a DV80 file on a TI disk for use with Quiz
  159.      Family.  Using an IBM compatible computer print the entire question
  160.      test bank to an ASCII disk file on a 360K IBM disk.  Almost all IBM
  161.      quiz making software will let you do this.  Then on your 99/4A or
  162.      Geneve with a DSDD disk controller use the commercial product PC
  163.      Transfer to convert this list of questions to a DV80 file on a TI
  164.      disk.  This is what I have done over the last several years.  For the
  165.      college courses I teach, all my exams are created with the Funnelweb
  166.      editor using questions I write myself or questions that have imported
  167.      from publisher's IBM compatible test banks. 
  168.            
  169.           Quiz Family is public domain.  The author doesn't request any
  170.      money for his work.  Send me $1 and I will mail it to you on a SSSD
  171.      disk. 
  172.           --------------------- 
  173.           ACCESS: 
  174.            
  175.           Mickey Cendrowski (LoadMaster author): 100 Pine St.  Russellton
  176.      PA 15076 
  177.            
  178.           Charles Kirkwood Jr. (QuizFamily author): P.O. Box 1241, Clemson
  179.      SC 29633 
  180.            
  181.           Charles Good (your humble columnist): P.O. Box 647, Venedocia OH
  182.      45894. Phone 419-667-3131. Email cgood@osulima1.lima.ohio-state.edu
  183.      (preferred) or good.6@osu.edu
  184.