|
@@ -10,15 +10,15 @@ close all
|
|
|
!!uni students studying to be teachers - Igor Kruglov, Christina Zvereva, Vanya Yanka, Ekaterina "Katja" Meynold, Lebogang "Lebo" Kayode
|
|
|
!!uni students studying nursing - Albina Barlovskaya, Lariska Gruzdeva, Viktoriya "Vicky" Meynold, Mia Radimova, Yana Radimova, Sofia
|
|
|
|
|
|
-if katjaQW['meet_uni_class'] = 0:
|
|
|
+if katjaQW['meet_uni_class'] = 0 and $university['enrolled_in']= 'teaching_studies':
|
|
|
!!For running into Katja at the first class you both attend
|
|
|
gt 'katja_uni', 'first_in_class_meet', $ARGS[0]
|
|
|
end
|
|
|
|
|
|
-if AlbinaQW['meet_uni_class'] = 0:
|
|
|
+!!if AlbinaQW['meet_uni_class'] = 0 and $university['enrolled_in']= 'nursing':
|
|
|
!!For running into Albina at the first class you both attend
|
|
|
- gt 'albina_uni', 'first_in_class_meet', $ARGS[0]
|
|
|
-end
|
|
|
+ !!gt 'albina_uni', 'first_in_class_meet', $ARGS[0]
|
|
|
+!!end
|
|
|
|
|
|
if $ARGS[0] = 'general_education_101':
|
|
|
menu_off = 1
|