It is designed for students who want to know the minimum score required in the final exam based on their midterm grades.
Information required for calculating the lowest final grade;
- Passing score,
- Visa impact rate (%),
- Visa note,
- Additionally, homework grades and homework impact rates, if any.
The formula is as follows; (Excluding homework notes)
final_score = (pass_grade - (visa_grade * visa_effective_rate / 100)) * 100 / final_effective_rate
Note: Prepared for open education faculty students.