Repeat Rule setup
Good morning!
We are in the process of setting up repeat rules and need your help to meet one of our requirement.
Scenario: Student takes a course for the first time(term 1) and gets a 55 grade. Now he repeats the course in the next term (term 2) and gets 84 grade. 60 is a pass grade.
Requirement is that, when the repeat rule process is run, the failed course score should be included in calculation of CGPA for Term 1 and it should get excluded for calculation of CGPA for Term 2.
GPA for Term 1: 1074/15 = 71.6
CGPA for Term 1: 1074/15 = 71.6
GPA for Term 2: 1581/18 = 87.83
CGPA for Term 2: ((1074-55)+1581) / ((15-3)+18) = 83