Ignore:
Timestamp:
15 May 2019, 10:13:37 (5 years ago)
Author:
Henrik Bettermann
Message:

Students in all states can see the results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r15408 r15409  
    513513        if isStudent and self.context.student.current_mode not in show_results:
    514514            return False
    515         if isStudent and self.context.student.state != RETURNING \
    516             and self.context.student.current_level == self.context.level:
    517             return False
     515        #if isStudent and self.context.student.state != RETURNING \
     516        #    and self.context.student.current_level == self.context.level:
     517        #    return False
    518518        return True
    519519
Note: See TracChangeset for help on using the changeset viewer.