You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DefaultMessage("Scheduling Subpart Level Time Preference Options:")
@@ -6073,15 +6073,15 @@ public interface CourseMessages extends Messages {
6073
6073
@DefaultMessage("Show student conflicts:")
6074
6074
StringpropertyShowStudentConflicts();
6075
6075
6076
-
@DefaultMessage("Prerequisite")
6076
+
@DefaultMessage("Associated Course")
6077
6077
StringcolumnParentCourse();
6078
6078
6079
-
@DefaultMessage("Prerequisite Course:")
6079
+
@DefaultMessage("Associated Course:")
6080
6080
StringpropertyParentCourseOffering();
6081
6081
6082
-
@DefaultMessage("If both this course and the prerequisite course are requested by a student, the student scheduling student solver cannot assign the student this course when the prerequisite course is not assigned.")
6082
+
@DefaultMessage("If both this course and the associated course are requested by a student, the student scheduling student solver cannot assign the student this course when the associated course is not assigned.")
Copy file name to clipboardExpand all lines: JavaSource/org/unitime/timetable/defaults/ApplicationProperty.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3768,7 +3768,7 @@ public enum ApplicationProperty {
3768
3768
3769
3769
@Type(Boolean.class)
3770
3770
@DefaultValue("false")
3771
-
@Description("Student Scheduling: provide prerequisite (parent) course -- a student requesting both courses cannot get the course without also getting the prerequisite course")
3771
+
@Description("Student Scheduling: provide associated (parent) course -- a student requesting both courses cannot get the course without also getting the associated course")
Copy file name to clipboardExpand all lines: JavaSource/org/unitime/timetable/onlinesectioning/custom/purdue/PurdueCourseRequestsValidationProvider.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1060,7 +1060,7 @@ else if (original.hasAdvisorRequests() && isWaitListNoAlts())
"A course depends on another course. You will not be able to get the course if you do not request the prerequisite course unless you have already taken the prerequisite course in the past."),
1271
+
"A course depends on another course. You will not be able to get the course if you do not request the associated course unless you have already taken the associated course in the past."),
"A course depends on another course. The student will not be able to get the course if they do not request the prerequisite course, unless they have already taken the prerequisite course in the past."),
4217
+
"A course depends on another course. The student will not be able to get the course if they do not request the associated course, unless they have already taken the associated course in the past."),
0 commit comments