Ignore:
Timestamp:
10 May 2007, 16:16:53 (17 years ago)
Author:
Henrik Bettermann
Message:

carry_overs for probation students: yes or not, that is the question
I think 'yes' is the answer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/create_level.py

    r1768 r1770  
    6666    l = []
    6767    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
    7073    for co in carry_overs:
    7174        carry_over = False
Note: See TracChangeset for help on using the changeset viewer.