# uni_exams1 !! Exams in this file are first semester exams for general_education, teaching_methods, learning_theories if $ARGS[0] = 'general_education_101': menu_off = 1 *clr & cla uni_period['exam'] = daystart minut += 180 gs 'stat' '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' '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."' *nl '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.' act 'Leave': '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' *clr & cla gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1' class['uni_teaching_studies_semester_1_general education 101_exam_done'] = 1 if class['uni_teaching_studies_semester_1_general education 101_grade'] < 40: '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'']>>.' elseif class['uni_teaching_studies_semester_1_general education 101_grade'] < 70: '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' elseif class['uni_teaching_studies_semester_1_general education 101_grade'] < 90: 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_general education_grade'']>>.' else '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'']>>.' end act 'Go to university campus': minut += 5 gt 'uni_grounds', 'main' end end end if $ARGS[0] = 'teaching_methods_101': menu_off = 1 *clr & cla uni_period['exam'] = daystart minut += 180 gs 'stat' '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' '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.' *nl '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.' act 'Leave': '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' *clr & cla gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1' class['uni_teaching_studies_semester_1_teaching methods 101_exam_done'] = 1 if class['uni_teaching_studies_semester_1_teaching methods 101_grade'] < 40: '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'']>>.' elseif class['uni_teaching_studies_semester_1_teaching methods 101_grade'] < 70: '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' elseif class['uni_teaching_studies_semester_1_teaching methods 101_grade'] < 90: 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_teaching methods_grade'']>>.' else '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'']>>.' end act 'Go to university campus': minut += 5 gt 'uni_grounds', 'main' end end end if $ARGS[0] = 'learning_theories_101': menu_off = 1 *clr & cla uni_period['exam'] = daystart minut += 180 gs 'stat' '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' '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."' *nl '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.' act 'Leave': '
> src="images/locations/city/island/university/classroom/exam<>.jpg">
' *clr & cla gs 'grades', 'assing_grade_description', 'uni_teaching_studies_semester_1' class['uni_teaching_studies_semester_1_learning theories 101_exam_done'] = 1 if class['uni_teaching_studies_semester_1_learning theories 101_grade'] < 40: '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'']>>.' elseif class['uni_teaching_studies_semester_1_learning theories 101_grade'] < 70: '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' elseif class['uni_teaching_studies_semester_1_learning theories 101_grade'] < 90: 'You think you did pretty well on the exam, and is going to get an <<$class[''uni_teaching_studies_semester_1_learning theories_grade'']>>.' else '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'']>>.' end act 'Go to university campus': minut += 5 gt 'uni_grounds', 'main' end end end --- uni_exams1 ---------------------------------