home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / QASA53.ZIP / DEMO1.BAT next >
DOS Batch File  |  1995-10-14  |  883b  |  20 lines

  1. @echo off
  2. @echo  
  3. @echo This demonstration will load an example database of 25
  4. @echo questions, and randomly select 20 of the 25 to present
  5. @echo to you, the test-taker. This example is timed; you will
  6. @echo have ten minutes to answer. When you have finished, the
  7. @echo test will end automatically. If you wish to stop before
  8. @echo you have answered all the questions, press ALT-F then
  9. @echo ALT-X to exeit the program. Your score will be written
  10. @echo to a file named DEMO1.SCR.
  11. @echo  
  12. @echo This demonstration shows how QASA can be used to score
  13. @echo a test as it proceeds, showing the correct answers if
  14. @echo a wrong answer is typed in, and offering additional help
  15. @echo where the test database provides it. This also shows one
  16. @echo way that letter-grade equivalencies can be used.
  17. @echo  
  18. @pause Press Any Key to Start The Demonstration.
  19. @qasa -Vsu demo1
  20.