-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12125] Instructor results page stats tables: differentiate students with same team and name #12249
[#12125] Instructor results page stats tables: differentiate students with same team and name #12249
Conversation
Do fix the failing E2E tests and update your branch with the changes from the master branch. Approach looks alright for now, we will do a more thorough review once the branch has been updated. In the meantime, it would be good if you can add screenshots showing your fix, so as to help speed up the review process. Do also check if the same changes are present in the downloaded CSV data as well. |
Hi I have updated the pr to pass the e2e tests, merge main into this branch, and added screenshots in the pull request. May I request for some help reviewing the pr? Thank you! |
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.
Just a minor nit from my end!
...ts/question-responses/per-question-view-responses/per-question-view-responses.component.html
Show resolved
Hide resolved
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.
LGTM
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.
LGTM! thank you for your contribution to TEAMMATES
Fixes #12125
My attempt at adding email to statistics table. Not sure if I am supposed to modify the statistics-calculation files and subsequently the response.json test fiiles.
The emails was already included in the csv files before this feature