uni_exams2.qsrc 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # uni_exams2
  2. !! Exams in this file are first semester exams for general_education, teaching_methods, learning_theories
  3. if $ARGS[0] = 'general_education_102':
  4. menu_off = 1
  5. *clr & cla
  6. uni_period['exam'] = daystart
  7. minut += 180
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  10. 'You walk into the classroom and take a seat farthest to the right, next to a window. The rest of your classmates walk in one by one. Mr. Kovalyov enters the classroom, and closes the door. Mr. Kovalyov turns to the class and says. "Today is your final exam, I hope you have all payed attention in my class and taken notes. Much of your grade will be decided by this one exam." As he talks he walks around handing out the exams. Once everyone has one he walks back to the front of the class and looks at the clock on the wall. "You have three hours to complete the test, begin."'
  11. *nl
  12. 'You spend all three hours you have taking the exam, doing all the parts you are positive on and then going back to the parts you are less sure of to check them again. Once you are happy with your work, you hand in your exam as class ends and leave.'
  13. act 'Leave':
  14. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  15. *clr & cla
  16. gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1'
  17. class['uni_teaching_studies_semester_2_general education 102_exam_done'] = 1
  18. if class['uni_teaching_studies_semester_2_general education 102_grade'] < 40:
  19. 'You think that you have don horrible on the exam and are probably going to fail with <<$class[''uni_teaching_studies_semester_1_general education_grade'']>>.'
  20. elseif class['uni_teaching_studies_semester_2_general education 102_grade'] < 70:
  21. 'You think that you did enough to pass, and are probably going to get a <<$class[''uni_teaching_studies_semester_1_general education_grade'']>> on the exam'
  22. elseif class['uni_teaching_studies_semester_2_general education 102_grade'] < 90:
  23. 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_general education_grade'']>>.'
  24. else
  25. 'You are sure you did extremely well on the exam and is going to get an <<$class[''uni_teaching_studies_semester_1_general education_grade'']>>.'
  26. end
  27. act 'Go to university campus':
  28. minut += 5
  29. gt 'uni_grounds', 'main'
  30. end
  31. end
  32. end
  33. if $ARGS[0] = 'teaching_methods_102':
  34. menu_off = 1
  35. *clr & cla
  36. uni_period['exam'] = daystart
  37. minut += 180
  38. gs 'stat'
  39. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  40. 'You walk into the classroom and see Mrs. Kovalchuk sitting behind her desk. The rest of your classmates walk in one by one she smiles to each one as they enter. Once everyone is seated you find a exam sitting on the desk waiting for you. "Today is your final exam, if you have payed attention in my class and studied you should have no problem passing this exam. It is a very important exam much of your grade is decided by this one test, showing us what you have learned." She glances to the clock on the wall. "You have three hours to complete the test, begin." Then she takes a seat at her desk.'
  41. *nl
  42. 'You spend all three hours you have taking the exam, doing all the parts you are positive on and then going back to the parts you are less sure of to check them again. Once you are happy with your work, you hand in your exam as class ends and leave.'
  43. act 'Leave':
  44. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  45. *clr & cla
  46. gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1'
  47. class['uni_teaching_studies_semester_2_teaching methods 102_exam_done'] = 1
  48. if class['uni_teaching_studies_semester_2_teaching methods 102_grade'] < 40:
  49. 'You think that you have did horrible on the exam and are probably going to fail with <<$class[''uni_teaching_studies_semester_1_teaching methods_grade'']>>.'
  50. elseif class['uni_teaching_studies_semester_2_teaching methods 102_grade'] < 70:
  51. 'You think that you did enough to pass, and are probably going to get a <<$class[''uni_teaching_studies_semester_1_teaching methods_grade'']>> on the exam'
  52. elseif class['uni_teaching_studies_semester_2_teaching methods 102_grade'] < 90:
  53. 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_teaching methods_grade'']>>.'
  54. else
  55. 'You are sure you did extremely well on the exam and is going to get an <<$class[''uni_teaching_studies_semester_1_teaching methods_grade'']>>.'
  56. end
  57. act 'Go to university campus':
  58. minut += 5
  59. gt 'uni_grounds', 'main'
  60. end
  61. end
  62. end
  63. if $ARGS[0] = 'psychology_of_a_student_101':
  64. menu_off = 1
  65. *clr & cla
  66. uni_period['exam'] = daystart
  67. minut += 180
  68. gs 'stat'
  69. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  70. 'You walk into the classroom and take a seat farthest to the right, next to a window. The rest of your classmates walk in one by one. Mr. Kovalyov enters the classroom, and closes the door. Mr. Kovalyov turns to the class and says. "Today is your final exam, I hope you have all payed attention in my class and studied hard. Much of your grade will be decided by this one exam." As he talks he walks around handing out the exams. Once everyone has one he walks back to the front of the class and looks at the clock on the wall. "You have three hours to complete the test, begin."'
  71. *nl
  72. 'You spend all three hours you have taking the exam, doing all the parts you are positive on and then going back to the parts you are less sure of to check them again. Once you are happy with your work, you hand in your exam as class ends and leave.'
  73. act 'Leave':
  74. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
  75. *clr & cla
  76. gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1'
  77. class['uni_teaching_studies_semester_2_psychology of a student 101_exam_done'] = 1
  78. if class['uni_teaching_studies_semester_2_psychology of a student 101_grade'] < 40:
  79. 'You think that you have did horrible on the exam and are probably going to fail with <<$class[''uni_teaching_studies_semester_1_learning theories_grade'']>>.'
  80. elseif class['uni_teaching_studies_semester_2_psychology of a student 101_grade'] < 70:
  81. 'You think that you did enough to pass, and are probably going to get a <<$class[''uni_teaching_studies_semester_1_learning theories_grade'']>> on the exam'
  82. elseif class['uni_teaching_studies_semester_2_psychology of a student 101_grade'] < 90:
  83. 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_learning theories_grade'']>>.'
  84. else
  85. 'You are sure you did extremely well on the exam and is going to get an <<$class[''uni_teaching_studies_semester_1_learning theories_grade'']>>.'
  86. end
  87. act 'Go to university campus':
  88. minut += 5
  89. gt 'uni_grounds', 'main'
  90. end
  91. end
  92. end
  93. --- uni_exams2 ---------------------------------