Question
ColdFuison Course display
I have a code that i wrote looking for the specific courses
and check for the
completion. Now the requirenment has changed.
4. Date Rule: This will have a number of possibilities.
0: Ignore start and end dates. Display this course for all EDITs
1: This course will be displayed to an edit if the EDIT date is after the Start
date.
2: This course will be displayed to an edit if the EDIT date is before the End
date.
3: This course will be displayed to an edit if the EDIT date is between the
Start date and the End date.
5. Equivalent Course: Chosen from a dropdown list of all Sunrise courses.
If the main course has been completed display that one. If the main course has
not been completed but the Equivalent one has, then display the equivalent one.
If neither have been done then display main course but without a completion date.
The EDIT may put in a completion if course rules allow this. Note the date
rules still apply.
The Equivalent course is to be a list of courses. This will allow a course to be
equivalent to 2 or 3 courses. If displaying the Equivalents display all the
courses in the list.
6. Online: Yes or no. Display only this is automated by the system and
cannot be set by the Administrator. If the course is an online course the EDIT
will not be able to input a completion date. This completion date will then be
automated.
The Equivalent stored in the list. How would I achieve this code change
completion. Now the requirenment has changed.
4. Date Rule: This will have a number of possibilities.
0: Ignore start and end dates. Display this course for all EDITs
1: This course will be displayed to an edit if the EDIT date is after the Start
date.
2: This course will be displayed to an edit if the EDIT date is before the End
date.
3: This course will be displayed to an edit if the EDIT date is between the
Start date and the End date.
5. Equivalent Course: Chosen from a dropdown list of all Sunrise courses.
If the main course has been completed display that one. If the main course has
not been completed but the Equivalent one has, then display the equivalent one.
If neither have been done then display main course but without a completion date.
The EDIT may put in a completion if course rules allow this. Note the date
rules still apply.
The Equivalent course is to be a list of courses. This will allow a course to be
equivalent to 2 or 3 courses. If displaying the Equivalents display all the
courses in the list.
6. Online: Yes or no. Display only this is automated by the system and
cannot be set by the Administrator. If the course is an online course the EDIT
will not be able to input a completion date. This completion date will then be
automated.
The Equivalent stored in the list. How would I achieve this code change
