home *** CD-ROM | disk | FTP | other *** search
/ Most Wanted 2 / MostWantedII.iso / dos / joes / clklevel.dat < prev    next >
Encoding:
Text File  |  1993-11-12  |  4.0 KB  |  125 lines

  1. This file contains the data for the exercise levels in Joe's Clocks program.
  2.  
  3.  LEVEL FORMAT:
  4. ==============
  5.  Each level must start with a header line, which must begin with a "<"
  6.  and continue with the level's name (of up to 13 chars).
  7.  
  8.  The level's header line must be followed by exactly 10 exercise lines.
  9.  Each exercise line defines one exercise, in the following format:
  10. ┌────ANALOG ON/OFF [+/-]
  11. │┌───DIGITAL ON/OFF [+/-]            PERMITTED (Optional)
  12. ││┌──TWELVE HOUR MODE ON/OFF [+/-]         ┌─ERRORS─┐
  13. │││┌─AM/PM MODE ON/OFF [+/-]               HI      LOW
  14. ││││   ┌──PRESET TIME                      │        │
  15. ││││   │      ┌──ASSIGNMENT STRING [19 char]        │
  16. ││││   │      │           CORRECT ANSWER   │        │
  17. ││││   │      │                    │       │   ┌────┘
  18. vvvv   v   "  v                "   v       v   v
  19. ++-+ ==:== "EVENING"             19:00    120 120
  20. ──────────────────────────────────────────────────────────────────────
  21.  TIME FORMATS:    normal              11:23
  22. ==============    random hour          ##:23
  23.                 random AM hour        #A:23
  24.                 random PM hour        #P:23 *
  25.                 random minutes        11:##
  26.                 display in AM/PM mode ##:##M **
  27.                 leave as is           ==:== ***
  28.  
  29.                   *   hour between 13:00 and 24:00
  30.                   **  for assignment only
  31.                   *** for preset time only
  32.  
  33.  NOTE: If random assignment is done, defining an answer has no affect.
  34.  
  35.  Up to 8 levels may be defined.
  36. ──────────────────────────────────────────────────────────────────────
  37. <ROUND HOURS
  38. +++- 12:00 "##:00"
  39. +++- ==:== "##:00"
  40. +++- ==:== "##:00"
  41. +++- ==:== "##:00"
  42. +++- ==:== "##:00"
  43. +-+- ==:== "##:00"
  44. +-+- ==:== "##:00"
  45. +-+- ==:== "##:00"
  46. +-+- ==:== "##:00"
  47. +-+- ==:== "##:00"
  48. <MINUTES 1
  49. +++- 12:00 "##:05"
  50. +++- ==:== "##:10"
  51. +++- ==:== "##:20"
  52. +++- ==:== "##:30"
  53. +++- ==:== "##:40"
  54. +-+- ==:== "##:50"
  55. +-+- ==:== "##:##"
  56. +-+- ==:== "##:##"
  57. +-+- ==:== "##:##"
  58. +-+- ==:== "##:59"
  59. <MINUTES 2
  60. +++- 08:00 "HALF PAST 8" 08:30
  61. -++- 08:00 "HALF PAST 8" 08:30
  62. +-+- ##:00 "##:30"
  63. -++- 12:00 "HALF PAST 12" 12:30
  64. +++- 08:00 "A QUARTER PAST 8" 08:15
  65. -++- 08:00 "A QUARTER PAST 8" 08:15
  66. +-+- ##:15 "##:15"
  67. -++- 12:00 "A QUARTER PAST 12" 12:15
  68. +++- 04:00 "A QUARTER TO 4" 03:45
  69. -++- 04:00 "A QUARTER TO 4" 03:45
  70. <MINUTES 3
  71. +++- 10:00 "5 MINUTES AFTER 10" 10:05
  72. +++- 10:00 "5 MINUTES TO 10" 09:55
  73. -++- 10:00 "5 MINUTES TO 10" 09:55
  74. +++- 08:00 "10 MINUTES AFTER 8" 08:10
  75. +++- 08:00 "10 MINUTES TO 8" 07:50
  76. -++- 08:00 "10 MINUTES TO 8" 07:50
  77. +-+- 07:00 "07:50" 07:50
  78. +++- 04:00 "7 MINUTES TO 4" 03:53
  79. +++- 04:00 "20 MINUTES TO 4" 03:40
  80. -++- 04:00 "20 MINUTES TO 4" 03:40
  81. <AM/PM
  82. ++-+ 20:00 "10 AT NIGHT" 22:00
  83. ++-+ ==:== "10 IN THE MORNING" 10:00
  84. ++-+ ==:== "#A:00M"
  85. ++-+ ==:== "#P:00M"
  86. ++-+ ==:== "#P:##M"
  87. ++-+ ==:== "#A:##M"
  88. ++-+ ==:== "#P:##M"
  89. ++-+ ==:== "12 AM" 00:00
  90. -+-+ ==:== "9:30 IN THE EVENING" 21:30
  91. -+-+ ==:== "2:20 IN THE MORNING" 02:20
  92. <24 HOURS
  93. ++-- ==:== "#P:##"
  94. ++-- ==:== "#P:##"
  95. ++-+ ==:== "#P:00"
  96. ++-+ ==:== "#P:00"
  97. ++-+ ==:== "#P:##"
  98. ++-+ ==:== "#A:##M"
  99. ++-+ ==:== "#P:##M"
  100. -+-- ==:== "#P:00M"
  101. -+-- ==:== "#P:00M"
  102. -+-- ==:== "#P:##M"
  103. <TIMES OF DAY
  104. ++-+ 00:00 "WAKE UP FOR SCHOOL" 07:00  30  40
  105. ++-+ ==:== "START SCHOOL"       08:00  30  60
  106. ++-+ ==:== "NOON"               12:00
  107. ++-+ ==:== "AFTERNOON"          16:00 120  60
  108. ++-+ ==:== "EVENING"            19:00 120 120
  109. ++-+ ==:== "GO TO SLEEP"        20:00  30  60
  110. ++-+ ==:== "MIDNIGHT"           00:00
  111. ++-+ ==:== "BREAKFAST"          07:10  50  40
  112. ++-+ ==:== "LUNCH"              13:00  90  60
  113. ++-+ ==:== "DINNER"             19:00  60  60
  114. <ARITHMETIC
  115. ++-+ 10:00 "10:00 + 1 HOUR" 11:00
  116. ++-+ ==:== "11:00 + 2 HOURS" 13:00
  117. ++-+ ==:== "1:00 PM - 2 HOURS" 11:00
  118. ++-+ ==:== "9:00 AM + 8 HOURS" 17:00
  119. -+-+ ==:== "1:30 AM + 12 HOURS" 13:30
  120. ++-+ 08:00 "08:00 + 30 MINUTES" 08:30
  121. ++-+ 08:00 "09:00 - 30 MINUTES" 08:30
  122. ++-+ ==:== "08:30 + 10 MINUTES" 08:40
  123. ++-+ ==:== "08:40 + 20 MINUTES" 09:00
  124. -+-+ ==:== "09:00 - 20 MINUTES" 08:40
  125.