- Timestamp:
- 6 Dec 2016, 16:47:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14315 r14316 830 830 else: 831 831 total = ticket.score + ticket.ca 832 grade = getGradeWeightFromScore(total )[0]832 grade = getGradeWeightFromScore(total, ticket.student)[0] 833 833 if grade == 'F': 834 834 failed += 1
Note: See TracChangeset for help on using the changeset viewer.