I have the task where I need to check the people completion based on what Quater
the enter the program. For example the Q1 required to have Level2 classes to be
completed with the passing score of 80%
Q2 classes required to complete by the end of the Q2.
So if the perosn enter the program in in calendar Q2 his class Q is Q1
How can i do that.
So i determined the quater they got in. <cfset
callQ=Quarter(#EntryDate#)>
How can i say that this guy need to take classQ1
SO i need something like this
CallQ: 2007Q4 2008Q1 2008Q2 2008Q3 2008Q4 Q1
StuQ: Q1 Q2 Q3 Q4 Q5 Q6