|
@@ -119,10 +119,10 @@ if $ARGS[0] = 'patient_care_101':
|
|
gs 'grades', 'assing_grade_description', 'uni_nursing_semester_1'
|
|
gs 'grades', 'assing_grade_description', 'uni_nursing_semester_1'
|
|
class['uni_nursing_semester_1_patient care 101_exam_done'] = 1
|
|
class['uni_nursing_semester_1_patient care 101_exam_done'] = 1
|
|
|
|
|
|
- if class['uni_nursing_studies_semester_1_patient care 101_grade'] < 40:
|
|
|
|
|
|
+ if class['uni_nursing_semester_1_patient care 101_grade'] < 40:
|
|
'You think you''ve done terrible and are probably going to fail with <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
|
|
'You think you''ve done terrible and are probably going to fail with <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
|
|
elseif class['uni_nursing_semester_1_patient care 101_grade'] < 70:
|
|
elseif class['uni_nursing_semester_1_patient care 101_grade'] < 70:
|
|
- 'You think that you did good enough to pass, and are probably going to get a <<$class[''uni_nursing_studies_semester_1_patient care 101_grade'']>>.'
|
|
|
|
|
|
+ 'You think that you did good enough to pass, and are probably going to get a <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
|
|
elseif class['uni_nursing_semester_1_patient care 101_grade'] < 90:
|
|
elseif class['uni_nursing_semester_1_patient care 101_grade'] < 90:
|
|
'You think you did pretty well and are going to get an <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
|
|
'You think you did pretty well and are going to get an <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
|
|
else
|
|
else
|