Changeset 1770 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 10 May 2007, 16:16:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/create_level.py
r1768 r1770 66 66 l = [] 67 67 carry_overs = results 68 if student.verdict == "C": # on probation 69 carry_overs = [] 68 69 # carry_overs for probation students: yes or not, that is the question 70 #if student.verdict == "C": # on probation 71 # carry_overs = [] 72 70 73 for co in carry_overs: 71 74 carry_over = False
Note: See TracChangeset for help on using the changeset viewer.