Skip to content
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

Searching through problem sets by student name #215

Open
edemaine opened this issue Sep 30, 2016 · 0 comments
Open

Searching through problem sets by student name #215

edemaine opened this issue Sep 30, 2016 · 0 comments

Comments

@edemaine
Copy link

I frequently need to get to a particular student's problem set, given their real name (from Piazza). Maybe there is an easy way to do this, but here is what I thought would be natural:

  • Go to the problem set under Assignments
  • Click on the submission part I care about (in my case, the coding part)
  • Click on the student.

But I'm presenting with a bunch of silly icons representing students. Why would I want to see students' images?! I'd much rather have a long list of names -- pack them with a small font and with inline-blocks if you want 2D layout -- so that I can actually search with CTRL-F.

As it stands, the best way I see to do it is to run $('figure[title*="Lastname"]') which feels really hacky (and is tricky to remember).


Server: https://alg.csail.mit.edu
Referer: https://alg.csail.mit.edu/6.006/assignments/2/dashboard
Rails: 5.0.0.1
Ruby: ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant