home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 02a / om42_1.zip / QUIZWORD.DOC < prev    next >
Text File  |  1989-11-10  |  4KB  |  126 lines

  1. These are the files for the quiz and word for today features.  These files
  2. (.DAT) go on the MAINDRIVE.
  3.  
  4. THESE STRUCTURES ARE DIFFERENT THAN THE EARLIER VERSIONS THAT WERE 'LBR'
  5. FILES AND REQUIRED THE USE OF LU.EXE.
  6.  
  7. 1.  QUIZ1.DAT                   {Sample quiz # 1        }
  8.     QUIZ2.DAT                   {Sample quiz # 2        }
  9.     QUIZ3.DAT                   {Sample quiz # 3        }
  10.     QUIZ4.DAT                   {Sample quiz # 4        }
  11.     QUIZ5.DAT                   {Sample quiz # 5        }
  12.  
  13. 2.  WORD.DAT                    {Word For The Day files }
  14.  
  15. * NOTICE: You may change the contents of the .DAT files as you like.
  16.           The program looks for the material in the .DAT files.
  17.           IT WILL ABORT IF THE '.DAT' FILES ARE NOT AVAILABLE ON
  18.           THE MAINDRIVE.
  19.  
  20.  
  21. *****************************************************************************
  22.                            QUIZ(x).DAT FILES
  23. *****************************************************************************
  24.  
  25. OmegaComm will handle 99 different quizes.  Each quiz may have from 1 to 50
  26. questions.  The sample QUIZ(x).DAT files only have 10 questions.  This was
  27. by design and not error.  I wanted the examples to be short and sweet.  The
  28. structure of each of the QUIZ(x).DAT is the same.
  29.  
  30. The first line MUST be the answers to the questions.
  31.  
  32. The '|' character indicates the end of the part.  The first part is an
  33. introduction to the quiz.  The rest of it is the questions.  The '||'
  34. indicates the end of the file ........................................
  35.  
  36. Example:
  37.  
  38. DCB
  39.  
  40.   Trivia games are popular today and it is always interesting to see how
  41.   much you can remember from your Bible studies.  We hope you enjoy this
  42.   small Bible Trivia Game ... good luck!
  43.  
  44. |
  45.   Who was the youngest son of Jacob and Rachel?
  46.  
  47.     A.  Berechiah
  48.     B.  Joseph
  49.     C.  Hadar
  50.     D.  Benjamin
  51.     E.  Azel
  52.  
  53. |
  54.   Which minor prophet helped Zechariah rebuild the Temple?
  55.  
  56.     A.  Haggadah
  57.     B.  Jamlech
  58.     C.  Haggai
  59.     D.  Coniah
  60.     E.  Azgad
  61.  
  62. |
  63.   Noah's Ark was built of which of these woods?
  64.  
  65.     A.  Pine wood
  66.     B.  Gopher wood
  67.     C.  Oak
  68.     D.  Acacia
  69.     E.  Cedars of Lebanon
  70.  
  71.  
  72. |
  73. ||
  74.  
  75. You can use your favorite ASCII editor to write each of the parts.  The
  76. program reads the DOOR.SYS file to get the comm port, baud rate, and
  77. user info.
  78.  
  79. *****************************************************************************
  80.                            WORD FOR THE DAY
  81. *****************************************************************************
  82.  
  83. The WORD.DAT file is an ASCII file like the Quiz(x).DAT files.
  84. The parts are marked by the first two characters in the line (01-31).
  85.  
  86. Example:
  87.  
  88. 01
  89. 01 ***************************************************************************
  90. 01 The fear of the Lord is the beginning of knowledge:  but fools despise
  91. 01 wisdom and instruction.
  92. 01
  93. 01 Proverbs 1:7
  94. 01
  95. 01 ***************************************************************************
  96. 01
  97. 02
  98. 02 ***************************************************************************
  99. 02 When wisdom entereth into thine heart, and knowledge  is pleasant unto thy
  100. 02 soul:  Discretion shall preserve thee, understanding shall keep thee: To
  101. 02 deliver thee from the way of the evil man, from the man that speaketh
  102. 02 froward things ...........................................................
  103. 02
  104. 02 Proverbs 2:10-12
  105. 02
  106. 02 ***************************************************************************
  107. 02
  108. 03
  109. 03 ***************************************************************************
  110. 03
  111. 03 Trust in the Lord with all thine heart; and lean not unto thine own
  112. 03 understanding.  In all thy ways acknowledge him, and he shall direct
  113. 03 thy paths.
  114. 03
  115. 03 Proverbs 3:5-6
  116. 03
  117. 03 ***************************************************************************
  118. 03
  119.  
  120.  
  121. Hopefully this documentation is explanatory and I haven't left anything
  122. out. REMEMBER ... THE '.DAT' FILES GO ON THE MAINDRIVE.
  123.  
  124. Larry
  125. 10-08-89
  126.