gschool_lessons.tw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. :: gschool_lessons
  2. <<set $here = 'gschool_lessons'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/02-->
  5. <<if $location_var[$here][0] == 'morning'>>
  6. <<set $menu_loc = 'gschool_lessons'>>
  7. <<set $menu_arg = 'morning'>>
  8. <<set $location_type = 'public_indoors'>>
  9. <<set $locclass to null>>
  10. <<set $menu_off = 0>>
  11. <<if $school_check_day != $time.daystart>>
  12. <<set $school_check_day = $time.daystart>>
  13. <<set $schoolprogul -= 1>>
  14. <<set $school_lunch = 0>>
  15. <<if $q.school?.get('missedClasses') > 9>>
  16. <<run $q.school.dec('missedClasses',9)>>
  17. <<elseif $q.school?.get('missedClasses') > 6>>
  18. <<run $q.school.dec('missedClasses',6)>>
  19. <</if>>
  20. <<set $lernSkill += 1>>
  21. <<set $q.school.homeworkLeft += 1>>
  22. <<if getvar("$SchoolSorev") == 1>>
  23. <<set $SchoolSorev = 0>>
  24. <</if>>
  25. <<gs 'gschool_socialchg' 'test'>>
  26. <</if>>
  27. <<if $breaktype != 'first'>>
  28. <<if getvar("$detention_set") == 1 and $time.weekday == 1>>
  29. <<set $detention_set = 2>>
  30. <<image "characters/shared/headshots_main/big134.jpg">>
  31. The principal is waiting for you in the hall, and with a simple curl of a finger, she summons you to follow her to her office.
  32. <<gs 'gschool_lessons' 'uniform_check'>>
  33. <<actCLA 'Follow'>>
  34. <<gt 'gschool_office' 'principal'>>
  35. <</actCLA>>
  36. <<elseif getvar("$late") == 0 and getvar("$cheerleadingQW['skipped_ev']") + getvar("$cheerleadingQW['skipped_g_ev']") > 0>>
  37. <<gs 'gschool_cheerleading' 'skipped_ev'>>
  38. <<actCLA 'Continue down the hall'>>
  39. <<gt 'school_start_events'>>
  40. <</actCLA>>
  41. <<elseif $time.weekday < 4 and getvar("$class['first_grade_check']") == 0>>
  42. <<gt 'gschool_lessons' 'grade_check'>>
  43. <<elseif getvar("$grupTipe") == 3 and $nerd_game['invite_day'] < $time.daystart - $time.weekday>>
  44. <<gt 'nerd_game_night' 'invite' 'morning'>>
  45. <<else>>
  46. <<gs 'gschool_gossip' 'morning'>>
  47. <<gs 'gschool_lessons' 'uniform_check'>>
  48. <p><<gs 'gschool' 'schedule'>></p>
  49. <<actCLA 'Go to first period' -1>>
  50. <<set $q.school.period = 0>> <<gt 'gschool_lessons' 'schedule'>>
  51. <</actCLA>>
  52. <<actCLA 'Skip first period' -1>>
  53. <<set $q.school.period = 1>> <<gt 'gschool_lessons' 'skip'>>
  54. <</actCLA>>
  55. <<actCLA 'Use water cooler' -1>>
  56. <<set $breaktype = 'first'>> <<gt 'gschool_break' 'watercooler'>>
  57. <</actCLA>>
  58. <<actCLA 'Go to the girls restroom' -1>>
  59. <<set $breaktype = 'first'>> <<gt 'gschool_break' 'girls_restroom'>>
  60. <</actCLA>>
  61. <<actCLA 'Go to the boys restroom' -1>>
  62. <<set $breaktype = 'first'>> <<gt 'gschool_break' 'boys_restroom'>>
  63. <</actCLA>>
  64. <<if $time.weekday == 1 and $class['grade_check_day'] != $time.daystart>>
  65. <<actCLA 'Check your grades' -1>>
  66. <<gt 'gschool_lessons' 'grade_check'>>
  67. <</actCLA>>
  68. <</if>>
  69. <</if>>
  70. <<else>>
  71. <h2>School Hallway</h2>
  72. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  73. Walking down the halls, you barely notice the poor state of the school anymore, having grown used to it. Approaching your locker, you see several of your classmates and wave at them.
  74. <<actCLA 'Go to first period'>>
  75. <<set $q.school.period = 0>> <<gt 'gschool_lessons' 'schedule'>>
  76. <</actCLA>>
  77. <<actCLA 'Skip first period'>>
  78. <<set $q.school.period = 1>> <<gt 'gschool_lessons' 'skip'>>
  79. <</actCLA>>
  80. <</if>>
  81. <</if>>
  82. <<if $location_var[$here][0] == 'uniform_check'>>
  83. <<if $wardrobe.PCloInhibit <= 10>>
  84. <<run $q.school.func('groupRelInc','nerds',1)>>
  85. <<run $q.school.func('groupRelInc','outcasts',1)>>
  86. <<run $q.school.func('groupRelInc','cool',-1)>>
  87. <<run $q.school.func('groupRelInc','jocks',-1)>>
  88. <font color="blue">This uniform is very conservative.</font>
  89. <<elseif $wardrobe.PCloSkirt < 5 and $wardrobe.PCloThinness < 5 and $wardrobe.PCloBra == 0>>
  90. <<if $wardrobe.PCloInhibit >= 30 or $wardrobe.PCloTopCut == 4>>
  91. <<run $q.school.func('groupRelInc','cool',-1)>>
  92. <<run $q.school.func('groupRelInc','jocks',-1)>>
  93. <<run $q.school.func('groupRelInc','nerds',-1)>>
  94. <<run $q.school.func('groupRelInc','gopniks',1)>>
  95. <<run $q.school.func('groupRelInc','outcasts',-1)>>
  96. <font color="red">This uniform complies with the regulations but is too risqué.</font>
  97. <<elseif getvar("$CloStyle") == 2>>
  98. <<run $q.school.func('groupRelInc','gopniks',1)>>
  99. <font color="blue">This uniform follows the school regulation on skirt length but is of a style that appeals to Gopniks.</font>
  100. <<elseif $wardrobe.PCloQuality >= 4>>
  101. <<run $q.school.func('groupRelInc','cool',1)>>
  102. <<run $q.school.func('groupRelInc','jocks',1)>>
  103. <font color="blue">This uniform complies with the regulations and is of good quality.</font>
  104. <<else>>
  105. <font color="blue">This uniform complies with the school regulations on skirt length.</font>
  106. <</if>>
  107. <<elseif $wardrobe.PCloSkirt == 5 and $wardrobe.PCloThinness < 5 and $wardrobe.PCloBra == 0>>
  108. <<if $wardrobe.PCloInhibit >= 35>>
  109. <<run $q.school.func('groupRelInc','cool',-1)>>
  110. <<run $q.school.func('groupRelInc','jocks',-1)>>
  111. <<run $q.school.func('groupRelInc','nerds',-1)>>
  112. <<run $q.school.func('groupRelInc','gopniks',1)>>
  113. <<run $q.school.func('groupRelInc','outcasts',-1)>>
  114. <font color="red">This uniform slightly breaches the school regulations and it is too risqué.</font>
  115. <<elseif getvar("$CloStyle") == 2>>
  116. <<run $q.school.func('groupRelInc','gopniks',1)>>
  117. <font color="blue">This uniform slightly breaches the school regulations on skirt length and is of a style that appeals to Gopniks.</font>
  118. <<elseif $wardrobe.PCloQuality >= 4>>
  119. <<run $q.school.func('groupRelInc','cool',1)>>
  120. <<run $q.school.func('groupRelInc','jocks',1)>>
  121. <<run $q.school.func('groupRelInc','gopniks',1)>>
  122. <font color="blue">This uniform slightly breaches the school regulations on skirt length and is of good quality.</font>
  123. <<else>>
  124. <<run $q.school.func('groupRelInc','gopniks',1)>>
  125. <font color="blue">This uniform slightly breaches the school regulations on skirt length.</font>
  126. <</if>>
  127. <<else>>
  128. <<run $q.school.func('groupRelInc','cool',-1)>>
  129. <<run $q.school.func('groupRelInc','jocks',-1)>>
  130. <<run $q.school.func('groupRelInc','nerds',-1)>>
  131. <<run $q.school.func('groupRelInc','outcasts',-1)>>
  132. <<set $demerit += 5>>
  133. <<run $pc.fameInc('pav','sex',1)>>
  134. <font color="red">This uniform makes a mockery of the school uniform regulations.</font>
  135. <</if>>
  136. <</if>>
  137. <<if $location_var[$here][0] == 'short_break'>>
  138. <<gs 'school_schedule'>>
  139. <<elseif $location_var[$here][0] == 'short_break_old'>>
  140. <<set $breaktype to null>>
  141. <<set $locclass to null>>
  142. <<set $menu_off = 1>>
  143. <<if $q.school.period == 1>>
  144. <<if $time.hour == 6>>
  145. <<set $time.minutes += 165 - $time.minutes>>
  146. <<elseif $time.hour == 7>>
  147. <<set $time.minutes += 105 - $time.minutes>>
  148. <<elseif $time.hour == 8 and $time.minutes < 45>>
  149. <<set $time.minutes += 45 - $time.minutes>>
  150. <<elseif $time.hour == 8 and $time.minutes < 50>>
  151. Time to go to your next class.
  152. <<else>>
  153. <<set $q.school.period = 2>>
  154. <<gt 'gschool_lessons' 'short_break'>>
  155. <</if>>
  156. <<elseif $q.school.period == 2>>
  157. <<if $time.hour == 8>>
  158. <<set $time.minutes += 95 - $time.minutes>>
  159. <<elseif $time.hour == 9 and $time.minutes < 35>>
  160. <<set $time.minutes += 35 - $time.minutes>>
  161. <<elseif $time.hour == 9 and $time.minutes < 55>>
  162. Time to go to your next class.
  163. <<else>>
  164. <<set $q.school.period = 4>>
  165. <<gt 'gschool_lessons' 'short_break'>>
  166. <</if>>
  167. <<elseif $q.school.period == 3>>
  168. <<if $location_var[$here][1] == ''>>
  169. <<if $time.hour == 9 and $time.minutes < 55>>
  170. <<set $time.minutes += 55 - $time.minutes>>
  171. Time to go to your next class.
  172. <<else>>
  173. <<set $q.school.period = 4>>
  174. <<gt 'gschool_lessons' 'short_break'>>
  175. <</if>>
  176. <<else>>
  177. <<if $time.hour == 9 and $time.minutes < 46>>
  178. <<set $time.minutes += 46 - $time.minutes>>
  179. <</if>>
  180. <</if>>
  181. <<elseif $q.school.period == 4>>
  182. <<if $time.hour == 9>>
  183. <<set $time.minutes += 100 - $time.minutes>>
  184. <<elseif $time.hour == 10 and $time.minutes < 40>>
  185. <<set $time.minutes += 40 - $time.minutes>>
  186. <<elseif $time.hour == 10 and $time.minutes < 45>>
  187. Time to go to your next class.
  188. <<else>>
  189. <<set $q.school.period = 5>>
  190. <<gt 'gschool_lessons' 'short_break'>>
  191. <</if>>
  192. <<elseif $q.school.period == 5>>
  193. <<if $time.hour == 10>>
  194. <<set $time.minutes += 90 - $time.minutes>>
  195. <<elseif $time.hour == 11 and $time.minutes < 30>>
  196. <<set $time.minutes += 30 - $time.minutes>>
  197. <<elseif $time.hour == 12 and $time.minutes < 25 and $time.minutes > 20>>
  198. <<set $q.school.period = 6>>
  199. <<gt 'gschool_lessons' 'short_break'>>
  200. <<elseif ($time.hour == 12 and $time.minutes > 25) or $time.hour > 12>>
  201. <<set $q.school.period = 6>>
  202. <<gt 'gschool_lessons' 'short_break'>>
  203. <</if>>
  204. <<if getvar("$NikoVolkovQW") == 10 and getvar("$NikoEv") == 12>>
  205. <<set $school_lunch = 1>> <<set $q.school.period = 6>> <<gt 'NikoDreams' 'Classroom Dream'>>
  206. <</if>>
  207. <<elseif $q.school.period == 6>>
  208. <<if $location_var[$here][1] == ''>>
  209. <<if $time.hour == 10>>
  210. <<set $time.minutes += 145 - $time.minutes>>
  211. <<elseif $time.hour == 11>>
  212. <<set $time.minutes += 85 - $time.minutes>>
  213. <<elseif $time.hour == 12 and $time.minutes < 25>>
  214. <<set $time.minutes += 25 - $time.minutes>>
  215. <<else>>
  216. <<set $q.school.period = 7>>
  217. <<gt 'gschool_lessons' 'short_break'>>
  218. <</if>>
  219. <</if>>
  220. <<elseif $q.school.period == 7>>
  221. <<if $time.hour == 11>>
  222. <<set $time.minutes += 130 - $time.minutes>>
  223. <<elseif $time.hour == 12>>
  224. <<set $time.minutes += 70 - $time.minutes>>
  225. <<elseif $time.hour == 13 and $time.minutes < 10>>
  226. <<set $time.minutes += 10 - $time.minutes>>
  227. <<elseif $time.hour == 13 and $time.minutes < 15>>
  228. Time to go to your next class.
  229. <<else>>
  230. <<set $q.school.period = 8>>
  231. <<gt 'gschool_lessons' 'short_break'>>
  232. <</if>>
  233. <<elseif $q.school.period == 8>>
  234. <<if $time.hour == 13>>
  235. <<set $time.minutes += 60 - $time.minutes>>
  236. <</if>>
  237. <</if>>
  238. <<if $q.school.period == 2>>
  239. <<if $location_var[$here][1] != 'nopict'>>
  240. <h2>School Hallway</h2>
  241. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  242. <<gs 'gschool' 'schedule'>>
  243. <</if>>
  244. <<actCLA 'Time for morning break'>>
  245. <<gt 'gschool_lessons' 'schedule'>>
  246. <</actCLA>>
  247. <<elseif $q.school.period == 5>>
  248. <<if $location_var[$here][1] != 'nopict'>>
  249. <h2>School Hallway</h2>
  250. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  251. <<gs 'gschool' 'schedule'>>
  252. <</if>>
  253. <<actCLA 'Time for lunch break'>>
  254. <<gt 'gschool_lessons' 'schedule'>>
  255. <</actCLA>>
  256. <<elseif $q.school.period < 8>>
  257. <<if $location_var[$here][1] != 'nopict'>>
  258. <h2>School Hallway</h2>
  259. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  260. <<gs 'gschool_gossip' 'gossip'>>
  261. <<gs 'gschool' 'schedule'>>
  262. <</if>>
  263. <<actCLA 'Go to next class'>>
  264. <<gt 'gschool_lessons' 'schedule'>>
  265. <</actCLA>>
  266. <<actCLA 'Skip next class'>>
  267. <<set $q.school.period += 1>> <<gt 'gschool_lessons' 'skip'>>
  268. <</actCLA>>
  269. <<if $cheerleadingQW['skipped_ev'] + getvar("$cheerleadingQW['skipped_g_ev']") > 0>>
  270. <<gs 'gschool_cheerleading' 'skipped_ev'>>
  271. <<actCLA 'Continue down the hall'>>
  272. <<gt 'gschool_lessons' 'short_break'>>
  273. <</actCLA>>
  274. <<elseif getvar("$grupTipe") == 3 and $nerd_game['invite_day'] < $time.daystart - $time.weekday>>
  275. <<gt 'nerd_game_night' 'invite' 'short_break'>>
  276. <</if>>
  277. <<elseif getvar("$Kuznetsov_punishment") == 1>>
  278. <h2>School Hallway</h2>
  279. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  280. <<actCLA 'Go to Kuznetsov`s classroom'>>
  281. <<gt 'gschool_lessonsev2' 'shop_punishment'>>
  282. <</actCLA>>
  283. <<actCLA 'Leave the school'>>
  284. <<gt 'gschool_lessons' 'schedule'>>
  285. <</actCLA>>
  286. <<else>>
  287. <<gt 'gschool_lessons' 'schedule'>>
  288. <</if>>
  289. <</if>>
  290. <<if $location_var[$here][0] == 'skip'>>
  291. <<set $menu_loc = 'gschool_lessons'>>
  292. <<set $menu_arg = 'skip'>>
  293. <<set $location_type = 'public_indoors'>>
  294. <<set $menu_off = 0>>
  295. <<set $breaktype to null>>
  296. <h2>School Hallway</h2>
  297. <<image 'locations/pavlovsk/school/building/gschool_hall0#.jpg' 0 2>>
  298. You don't feel like attending all of your classes this morning. Surely no one will miss you if you skip one of your three morning classes.
  299. <<actCLA 'Go to girl`s bathroom'>>
  300. <<run $q.school.inc('missedClasses',1)>> <<gt 'gschool_girls_bathroom' 'start'>>
  301. <</actCLA>>
  302. <<actCLA 'Go to boy`s bathroom'>>
  303. <<run $q.school.inc('missedClasses',1)>> <<gt 'gschool_boys_bathroom' 'start'>>
  304. <</actCLA>>
  305. <!-- !! act 'Go to old school building': gt-->
  306. <</if>>
  307. <<if $location_var[$here][0] == 'schedule'>>
  308. <<elseif $location_var[$here][0] == 'schedule_old'>>
  309. <<set $breaktype to null>>
  310. <<if $q.school.period == 0>>
  311. <<set $q.school.period = 1>>
  312. <<if $time.hour >= 8>>
  313. <<switch $time.weekday>>
  314. <<case 1 3 5>>
  315. <<gs 'gschool_lessons4' 'math_late'>>
  316. <<default>>
  317. <<gs 'gschool_lessons3' 'literature_late'>>
  318. <</switch>>
  319. <<else>>
  320. <<if $time.hour == 7>>
  321. <<set $time.minutes += 60 - $time.minutes>>
  322. <</if>>
  323. <<if $time.hour == 6>>
  324. <<set $time.minutes += 120 - $time.minutes>>
  325. <</if>>
  326. <<switch $time.weekday>>
  327. <<case 1 3 5>>
  328. <<gs 'gschool_lessons4' 'math'>>
  329. <<default>>
  330. <<gs 'gschool_lessons3' 'literature'>>
  331. <</switch>>
  332. <</if>>
  333. <<elseif $q.school.period == 1>>
  334. <<set $q.school.period = 2>>
  335. <<if $time.hour == 8 and $time.minutes < 50>>
  336. <<set $time.minutes += 50 - $time.minutes>>
  337. <</if>>
  338. <<switch $time.weekday>>
  339. <<case 1 3 5>>
  340. <<gs 'gschool_lessons1' 'russian'>>
  341. <<default>>
  342. <<gs 'gschool_lessons1' 'geography'>>
  343. <</switch>>
  344. <<elseif $q.school.period == 2>>
  345. <<set $q.school.period = 3>>
  346. <<gs 'gschool_lunch' 'break'>>
  347. <<elseif $q.school.period == 3>>
  348. <<set $q.school.period = 4>>
  349. <<if $time.hour == 9 and $time.minutes < 55>>
  350. <<set $time.minutes += 55 - $time.minutes>>
  351. <</if>>
  352. <<switch $time.weekday>>
  353. <<case 1 5>>
  354. <<gs 'gschool_lessons4' 'english'>>
  355. <<case 2 4>>
  356. <<gs 'gschool_lessons2' 'science'>>
  357. <<default>>
  358. <<gs 'gschool_lessons2' 'biology'>>
  359. <</switch>>
  360. <<elseif $q.school.period == 4>>
  361. <<set $q.school.period = 5>>
  362. <<if $time.hour == 10 and $time.minutes < 45>>
  363. <<set $time.minutes += 45 - $time.minutes>>
  364. <</if>>
  365. <<switch $time.weekday>>
  366. <<case 1 5>>
  367. <<gs 'gschool_lessons3' 'art'>>
  368. <<case 2 4>>
  369. <<gs 'gschool_lessons3' 'shop'>>
  370. <<default>>
  371. <<gs 'gschool_lessons1' 'history'>>
  372. <</switch>>
  373. <<elseif $q.school.period == 5>>
  374. <<set $q.school.period = 6>>
  375. <<gs 'gschool_lunch' 'lunch'>>
  376. <<elseif $q.school.period == 6>>
  377. <<set $q.school.period = 7>>
  378. <<if $time.hour == 12 and $time.minutes < 25>>
  379. <<set $time.minutes += 25 - $time.minutes>>
  380. <</if>>
  381. <<switch $time.weekday>>
  382. <<case 1>>
  383. <<gs 'gschool_lessons2' 'biology'>>
  384. <<case 2 3 4>>
  385. <<gs 'gschool_lessons2' 'computer'>>
  386. <<default>>
  387. <<gs 'gschool_lessons1' 'history'>>
  388. <</switch>>
  389. <<elseif $q.school.period == 7>>
  390. <<set $q.school.period = 8>>
  391. <<if $time.hour == 13 and $time.minutes < 15>>
  392. <<set $time.minutes += 15 - $time.minutes>>
  393. <</if>>
  394. <<switch $time.weekday>>
  395. <<case 1 3 5>>
  396. <<gs 'gschool_lessons4' 'pe'>>
  397. <<default>>
  398. <<gs 'gschool_lessons2' 'music'>>
  399. <</switch>>
  400. <<else>>
  401. <<set $q.school.period = 0>>
  402. <<gs 'school_grounds' 'main'>>
  403. <</if>>
  404. <</if>>
  405. <<if $location_var[$here][0] == 'grade_check'>>
  406. <<set $menu_off = 0>>
  407. <<setinit $class['grade_check_day'] = $time.daystart>>
  408. <h2>School Hallway</h2>
  409. <<image `'locations/pavlovsk/school/building/grade_results'+rand(1,2)+'.jpg'`>>
  410. <<if getvar("$class['first_grade_check']") == 0>>
  411. <<setinit $class['first_grade_check'] = 1>>
  412. You walk to the wall where the grades are posted and check your grades. You see that your final grade from last year is still there. Grades are updated every Monday, but you note your grade down in your journal so you can always check it.
  413. <<else>>
  414. You walk over to the wall where the grades are posted and check your grades to see what has changed since last week. You note your grade down in your journal so you can check it later.
  415. <</if>>
  416. <p>Math: $class['school_math_grade'] (class['school_math_grade']) Russian: $class['school_rus_grade'] (class['school_rus_grade']) Literature: $class['school_lit_grade'] (class['school_lit_grade']) Art: $class['school_art_grade'] (class['school_art_grade']) Biology: $class['school_bio_grade'] (class['school_bio_grade']) English: $class['school_eng_grade'] (class['school_eng_grade']) Geography: $class['school_geo_grade'] (class['school_geo_grade']) Science: $class['school_sci_grade'] (class['school_sci_grade']) History: $class['school_his_grade'] (class['school_his_grade']) Shop: $class['school_shop_grade'] (class['school_shop_grade']) Computer: $class['school_comp_grade'] (class['school_comp_grade']) Music: $class['school_mus_grade'] (class['school_mus_grade']) P.E.: $class['school_pe_grade'] (class['school_pe_grade'])</p>
  417. <p>A grade of 1 means "Very Poor" and is generally only used for absence. 2 means "Unsatisfactory" and is also a falling grade. 3 means "Satisfactory" and is a passing grade. 4 means "Good". 5 means "Excellent" and is only given to the best students. (The number in the parenthesis is the variable grade, which is changed by your in-class actions and translated into the actual grade)</p>
  418. <<if getvar("$class['school_grades_above_90']") == 13>>
  419. You're getting top marks in all your classes. You're one of the best, if not the best student in the entire school.
  420. <<elseif getvar("$class['school_grades_above_90']") > 6 and getvar("$class['school_grades_above_40']") == 13>>
  421. You're getting top marks in more than half your classes and aren''t failing any of the others. You're one of the best students in the school.
  422. <<elseif getvar("$class['school_grades_above_90']") > 6>>
  423. Even if you're failing some of your classes, you're getting top marks in more than half of them and are still one of the best students in the school. You should have no trouble getting into university.
  424. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_70']") == 13>>
  425. You're only getting top marks in a few of your classes, but the rest of your grades are still good. You should have no trouble getting into university.
  426. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_70']") > 10 and getvar("$class['school_grades_above_40']") == 13>>
  427. You're only getting top marks in some of your classes, but only a few of your grades are bad and you're not failing any classes. You should have no trouble getting into university, but improving your grades wouldn''t hurt.
  428. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_70']") > 10>>
  429. You're only getting top marks in a few of your classes and are failing others. You should improve your grades if you want to get into university.
  430. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_40']") == 13>>
  431. You're only getting top marks in some of your classes and a lot of bad grades, but you're not failing any classes. You need to improve your bad grades if you want to get into university.
  432. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_40']") > 10>>
  433. You're getting top marks in a few of your classes, but are failing some of the others. You should improve your grades if you want to get into university.
  434. <<elseif getvar("$class['school_grades_above_90']") > 0 and getvar("$class['school_grades_above_40']") > 6>>
  435. You're getting top marks in a few of your classes, but are failing a lot of the others. You should improve your grades if you want to get into university.
  436. <<elseif getvar("$class['school_grades_above_90']") > 0>>
  437. Even a top mark or two won''t help when you're failing more than half of your classes. You'll have to put a lot of work in if you want to go to university.
  438. <<elseif getvar("$class['school_grades_above_70']") == 13>>
  439. You're getting good grades in all of your classes, but nothing impressive. You should have no trouble getting into university, but improving your grades wouldn''t hurt.
  440. <<elseif getvar("$class['school_grades_above_70']") > 6 and getvar("$class['school_grades_above_40']") == 13>>
  441. You're getting good grades in over half of your classes, but nothing impressive. You're not failing any classes, but improving your grades wouldn''t hurt.
  442. <<elseif getvar("$class['school_grades_above_70']") > 6 and getvar("$class['school_grades_above_40']") > 10>>
  443. You're getting good grades in over half of your classes, but are failing others. You should improve your grades if you want to get into university.
  444. <<elseif getvar("$class['school_grades_above_70']") > 0 and getvar("$class['school_grades_above_40']") == 13>>
  445. You're getting good grades in a few of your classes, but nothing impressive. You're not failing any classes, but improving your grades wouldn''t hurt.
  446. <<elseif getvar("$class['school_grades_above_70']") > 0 and getvar("$class['school_grades_above_40']") > 10>>
  447. You're getting good grades in a few of your classes, but are failing others. You should improve your grades if you want to get into university.
  448. <<elseif getvar("$class['school_grades_above_70']") > 0 and getvar("$class['school_grades_above_40']") > 6>>
  449. You're getting good grades in a few of your classes, but are failing a lot of the others. You should improve your grades if you want to get into university.
  450. <<elseif getvar("$class['school_grades_above_70']") > 0>>
  451. A good grade or two isn''t enough when you're failing more than half of your classes. It will require a lot of work for you to turn this around.
  452. <<elseif getvar("$class['school_grades_above_40']") == 13>>
  453. You are not getting any good grades, but at least you are not failing any classes. It will require a lot of work if you want to go to university.
  454. <<elseif getvar("$class['school_grades_above_40']") > 10>>
  455. Your grades are terrible and you're in danger of not graduating high school.
  456. <<elseif getvar("$class['school_grades_above_40']") > 6>>
  457. You're failing a lot of classes and barely passing the rest. You won''t graduate at this rate unless you get your grades up.
  458. <<else>>
  459. You're failing high school and need to do something about it right now if you want to graduate.
  460. <</if>>
  461. <<actCLA 'Continue'>>
  462. <<gt 'school_start_events'>>
  463. <</actCLA>>
  464. <</if>>