home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BQUIZ36.ZIP / BQUIZ.DOC < prev    next >
Text File  |  1990-03-22  |  6KB  |  121 lines

  1.           ************************************************************
  2.           *                                                          *
  3.           *                  BibleQuiz Version  3.6                  *
  4.           *                    Kingdom Enterprises                   *
  5.           *            Copyright 1990  All Rights Reserved           *
  6.           *                                                          *
  7.           ************************************************************
  8.  
  9.  
  10.                           REQUESTS FOR INFORMATION
  11.  
  12.                             KINGDOM ENTERPRISES
  13.                            C/O LARRY D. LOISELLE
  14.                               RT. 2 BOX 75-G
  15.                              MANOR, TEXAS 78653
  16.  
  17. ******************************************************************************
  18.  
  19.  THIS PROGRAM IS PROVIDED  AS IS WITHOUT ANY WARRANTY, EXPRESSED OR IMPLIED,
  20.  INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR PURPOSE.  THE AUTHORS
  21.  ACCEPT NO RESPONSIBILTIY FOR ANY DAMAGE TO EQUIPMENT OR OTHER SOFTWARE THAT
  22.  OCCURS AS A RESULT OF USING THIS PROGRAM.
  23.  
  24. ******************************************************************************
  25.  
  26.     If you like BibleQuiz and plan to use it, then send a tax
  27.     deductible contribution (offering) of $10 or more to:
  28.  
  29.                           Church Of Glad Tidings
  30.                           2000 Justin Lane
  31.                           Austin, Texas 78757
  32.  
  33. This program was given to God so if you decide to pirate the program, you
  34. will have to answer to God.  Pirate at your own risk ....................
  35.  
  36. References :  Malachi 3:8-9 and Hebrews 3:31
  37.  
  38. The Church Of Glad Tidings has no connection with this program except to
  39. receive the tax deductible offerings.  This program is written and
  40. distributed by the staff of Kingdom Enterprises.
  41.  
  42. *****************************************************************************
  43.                             PACKAGE CONTENTS
  44. *****************************************************************************
  45.  
  46. BQUIZ.ZIP should contain the following files:
  47.  
  48.             BQUIZ2.EXE                      {Operating Program }
  49.             BQUIZ2.DAT                      {Program Data      }
  50.             BQUIZ2.DOC                      {This file         }
  51.             DOOR.SYS                        {Sample Door.Sys File}
  52.             DORINFO.DEF                     {Sample Dorinfo.Def File}
  53.  
  54. *****************************************************************************
  55.                                FEATURES
  56. *****************************************************************************
  57.  
  58. BibleQuiz the following features:
  59.  
  60. 1.  100 different questions
  61. 2.  Each quiz has 10 questions which are selected randomly
  62. 3.  Uses ANSI colors
  63. 4.  The user has choice of color or mono
  64. 5.  The user can select whether or not to see the correct answers
  65. 6.  May be used as a stand alone program or may used as a door program.
  66.  
  67. BibleQuiz has its own built in async i/o.  It will read either a
  68. Door.Sys file or Dorinfo.Def file (KingNet, OmegaComm, RBBS 16.1 up,
  69. and QuickBBS compatible).
  70.  
  71. ******************************************************************************
  72.                              PROGRAM EXECUTION
  73. ******************************************************************************
  74.  
  75. To execute BibleQuiz merely type in " BQUIZ" .  Bquiz will obtain all the
  76. information on the user from either the Door.Sys or Dorinfo.Def file.
  77.  
  78. I hope that these docs are okay.  If you are testing the system locally then
  79. make sure that the second entry in the DOOR.SYS file is a '0' or that the
  80. fourth entry in the Dorinfo.Def file is COM0:
  81.  
  82. **************************************************************************
  83.                         DOOR.SYS FILE STRUCTURE
  84. **************************************************************************
  85.  
  86.   SYSOP              < NAME OF CALLER >
  87.   0                  < COMPORT [0 = LOCAL, 1 OR 2] >
  88.   2400               < BAUD RATE >
  89.   120                < TIME LEFT >
  90.   G                  < GRAPHICS >
  91.   S                  < ALWAYS A 'S' >
  92.  
  93. **************************************************************************
  94.                         DORINFO.DEF FILE STRUCTURE
  95. **************************************************************************
  96.  
  97. JACOBS LADDER         < BBS NAME >
  98. LARRY                 < SYSOP FIRST NAME >
  99. LOISELLE              < SYSOP LAST NAME >
  100. COM0                  < COM PORT - 0 = LOCAL >
  101. 2400 BAUD,N,8,1       < BAUD RATE ETC >
  102. 0                     < UNKNOWN - NEEDS TO BE 0 >
  103. LARRY                 < CALLER FIRST NAME >
  104. LOISELLE              < CALLER LAST NAME >
  105. MANOR, TEXAS          < CALLER CITY, STATE >
  106. 3                     < SCREEN TYPE - 1 = MONO, 2 = ANSI GRAPHICS, 3 = COLOR >
  107. 9                     < ACCESS LEVEL >
  108. 120                   < TIME LEFT >
  109. -1                    < UNKNOWN - MUST BE -1 >
  110.  
  111. ******************************************************************************
  112. *                                                                            *
  113. *      Good Luck and let us hear from you if you have any questions !        *
  114. *                                                                            *
  115. *                             Larry D. Loiselle                              *
  116. *                                                                            *
  117. ******************************************************************************
  118.  
  119. Larry Loiselle
  120. March 22, 1990
  121.