-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All Column Headers in question tab and student data should be sortable after the teacher clicks on "Show Results" #17
Comments
Please prioritize this before working on anything else. Idea is to have sortable column headers for the scores and ratings in the students tab |
Presumably the student names should be sortable as well. |
Let me know if I am right. Would you like the "Students Tab" to be sorted by Score in the Results phase, and the "Question Tab" sorted by "rating", right? Because in the "Questions Tab" it is always sorted by the "%Correct" column and in the "Students Tab" it is always already sorted by the "Score" column. |
—Reply to this email directly or view it on GitHub. |
Sorry, the answer don't came. |
Fixes #17 Please, check out if you agree! |
Charles will verify. |
Ok |
Ok , I confirm. |
Hmm, sortable columns means that if you click the column header, you should On Wed, Jul 3, 2013 at 12:03 PM, Charles Quelos [email protected]:
|
No, it does not. After pressing "Show results", tables are sorted but there is any possibility to click on column headers. |
I'll reopen. This pisses me off. It was clear that we wanted click on column headers to resort. commit b67bead was supposed to "fix" this. |
This turned out to be extremely half-baked. @chrqls what I meant was that if I had requested sortable columns, that was not how this got implemented. I think I'd like to turn off whatever automatic sorting is there, because it is confusing. It's better to list the questions in order. |
I think what this does is dynamically sort while the session is active. I think it sorts on the highest scored, but not clear ... For now, the desired result is that it stops sorting after we hit show results. At that point, I don't want sorting. Will leave this open, but I think there's nothing to fix before this release. |
So I was wrong. After the show results is clicked, it switches to some other dumb sort. I think it sorts by the actual rating. Just stop sorting I think. |
I'll fix this. |
Ok so all this gets handled in QuestionsFragment. There is a routine called SortQuestionList() which is called. Added in comit ref: b67bead |
Just dump the line that calls this. It's not doing what I asked for. We wanted sortable columns. |
This is good enough for the release. Leave issue open so that someone eventually fixes this. |
Please implement sortable tabs.
The text was updated successfully, but these errors were encountered: