Steps to reproduce:
As an instructor, create a grade entry form with 10 or more questions using question names like "Q1", "Q2", "Q3", ..., "Q10", etc.
Navigate to the "Grades" page.
The questions appear in the following order across the top:
Q1 Q10 Q2 Q3 ... Q9
Note that Q10 occurs right after Q1 because Q10 comes after Q1 but before Q2 alphabetically.
We need to find a way to make sure that the question names appear in the correct order. This might be tricky though since we are not currently requiring the question names to be input in a particular format. Any format for question names is currently valid (eg. {Qa, Qb, Qc}, {1, 2, 3}, {1a, 1b, 2a} are currently all considered to be valid).
Steps to reproduce:
As an instructor, create a grade entry form with 10 or more questions using question names like "Q1", "Q2", "Q3", ..., "Q10", etc.
Navigate to the "Grades" page.
The questions appear in the following order across the top:
Q1 Q10 Q2 Q3 ... Q9
Note that Q10 occurs right after Q1 because Q10 comes after Q1 but before Q2 alphabetically.
We need to find a way to make sure that the question names appear in the correct order. This might be tricky though since we are not currently requiring the question names to be input in a particular format. Any format for question names is currently valid (eg. {Qa, Qb, Qc}, {1, 2, 3}, {1a, 1b, 2a} are currently all considered to be valid).