-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
icons indicated exercise set type #2264
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
62083f2
to
81a28a5
Compare
I forget if we had conclusions about this from today to change it. Some questions might be:
I lean toward simplicity and just having the one test icon and no more clock. So the "Homework Sets" page ("Assignments" once #2265 is merged) would only have one possible icon showing. And then in "Set Manager" ("Sets Manager") there would also be the icon indicating JITAR. |
That sounds good to me. |
For the JITAR icon, we could go with this icon instead :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the latest changes there are a couple of code clean up issues, but other than that this still looks good.
templates/ContentGenerator/Instructor/ProblemSetList/set_list_row.html.ep
Outdated
Show resolved
Hide resolved
Co-authored-by: Glenn Rice <[email protected]>
…row.html.ep Co-authored-by: Glenn Rice <[email protected]>
Thanks, I committed both suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
We have a clock icon for sets that are timed tests which are still open to take. This appears on the main "Homework Sets" page.
This adds another icon for all other tests, so that there is an indicator that the set is a test (because that is not always clear from the name an instructor gives to the test.)
Additionally, these icons now appear in the Set Manager table so that the instructor can easily see where the tests are.
Lastly, the instructor might also want to see which sets are JITAR sets while in the Set Manager, so there is an icon for this too. I left that out of the "Homework Sets" page because I am not sure how useful that indicator would be for students.