Ignore:
Timestamp:
21 Jun 2016, 06:30:07 (8 years ago)
Author:
Henrik Bettermann
Message:

Resolve ticket #228:

  1. The first column should be the Serial number.
  2. Under the column for Full name, surname should come first in capital letter with a coma before the other names.
  3. The heading for ‘score’ column should be renamed ‘exam score’.
  4. CA column should come before exam score column
  5. The column for Total should be added after exam score column.
  6. Extra column for letter grade should come after the ‘total’ column.
File:
1 edited

Legend:

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

    r13937 r13963  
    767767        self.browser.getControl(name="scores:list", index=0).value = 'abc'
    768768        self.browser.getControl("Update scores").click()
    769         self.assertTrue('Error: Score(s) and CA(s) of Anna Tester have not be updated.'
     769        self.assertTrue('Error: Score(s) and CA(s) of TESTER, Anna have not be updated.'
    770770            in self.browser.contents)
    771771        # Scores can be removed.
Note: See TracChangeset for help on using the changeset viewer.