sorting on the course grade, ascending, should be 0 --> F --> A it's the opposite, which to me implies it's sorting alphabetically. sorting on the calculated course grade doesn't change the sort order from above. which means it's NOT sorting on the number but seemingly on the letter grade.
I know ascending sort order for letter grades can be done correctly because on a letter grade site, where the item grades are letters, ascending is 0 --> F --> A.
I found another issue: Sorted letter grade item columns, and the order is reversed: sort ascending is indicated in the dropdown as A-F but displays F-A and sort descending is indicated in the dropdown as F-A but displays A-F. Site: PHI 108 021 SS2 2011
as/Joyce, creating this...
sorting on the course grade, ascending, should be 0 --> F --> A
it's the opposite, which to me implies it's sorting alphabetically.
sorting on the calculated course grade doesn't change the sort order from above.
which means it's NOT sorting on the number but seemingly on the letter grade.
I know ascending sort order for letter grades can be done correctly because on a
letter grade site, where the item grades are letters, ascending is 0 --> F --> A.