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

Grade Distribution Showing Where Outliers Are #794

Closed
vjcao opened this issue Nov 15, 2019 · 6 comments · Fixed by #1404
Closed

Grade Distribution Showing Where Outliers Are #794

vjcao opened this issue Nov 15, 2019 · 6 comments · Fixed by #1404
Assignees
Labels
🪳 bug Something isn't working UI : grades

Comments

@vjcao
Copy link
Contributor

vjcao commented Nov 15, 2019

Expected behavior (A clear and concise description of what you expected to happen) :

Grade distribution should anonymize outliers so that students are not discouraged by seeing where they are in respect to the rest of the class.

Describe the bug (Tell us what happens instead of the expected behavior) :

The current histogram groups outliers together but shows where they are in respect to the rest of the class.

Here's an example:
Screen Shot 2019-11-15 at 4 06 29 PM

The grades data for the screenshot above is:
"grades": [ 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 54.0, 67.0, 68.0, ... ]

Here's another example:
Screen Shot 2019-11-15 at 4 17 08 PM

The grades data for this screenshot is:
"grades": [ 53.0, 53.0, 53.0, 53.0, 53.0, 56.0, 57.0, 57.0, 57.0, ... ]

Is this expected behavior?

@vjcao vjcao added the 🪳 bug Something isn't working label Nov 15, 2019
@project-bot project-bot bot added this to To do in MyLA-Default-Project Nov 15, 2019
@vjcao vjcao self-assigned this Nov 18, 2019
@kwanhlee
Copy link

Hi, I am a student taking eecs481 and my team needs to make a contribution to an open source project. I got interested in this project as they have presented my-LA in our class. Would it be okay if my team tackles this bug and update you in our development process?

@vjcao
Copy link
Contributor Author

vjcao commented Nov 19, 2019

@kwanhlee thank you for your interest in this issue but I already assigned myself and began working on this issue. Sorry.

@jennlove-um jennlove-um removed this from To do in MyLA-Default-Project Jun 8, 2022
@jennlove-um jennlove-um added this to To do in MyLA-2022.01.02 via automation Jun 8, 2022
@jennlove-um jennlove-um moved this from To do to In progress in MyLA-2022.01.02 Jun 8, 2022
@zqian zqian linked a pull request Jun 16, 2022 that will close this issue
@jennlove-um
Copy link
Contributor

I will connect with Pushyami about this to review the original logic and determine if this is the best way to fix the visual.

@jennlove-um jennlove-um self-assigned this Jun 22, 2022
@jennlove-um jennlove-um added this to To do in MyLA-2022.02.01 via automation Jun 22, 2022
@jennlove-um jennlove-um removed this from In progress in MyLA-2022.01.02 Jun 22, 2022
@jennlove-um
Copy link
Contributor

@pushyamig Can we connect to talk about this one?

@pushyamig
Copy link
Contributor

ok

@pushyamig pushyamig moved this from To do to In progress in MyLA-2022.02.01 Aug 22, 2022
MyLA-2022.02.01 automation moved this from In progress to Review/QA Sep 6, 2022
pushyamig added a commit that referenced this issue Sep 6, 2022

Co-authored-by: Vincent Cao <33735083+vjcao@users.noreply.github.com>
Co-authored-by: Gundala <pushyami@m-qk4ykwgg34.local>
Co-authored-by: Sam Sciolla <35741256+ssciolla@users.noreply.github.com>
@jennlove-um jennlove-um removed this from Review/QA in MyLA-2022.02.01 Sep 20, 2022
@jennlove-um jennlove-um added this to To do in MyLA-2022.01.03 via automation Sep 20, 2022
@pushyamig pushyamig moved this from To do to Review/QA in MyLA-2022.01.03 Sep 20, 2022
jonespm pushed a commit to jonespm/student-dashboard-django that referenced this issue Sep 20, 2022

Co-authored-by: Vincent Cao <33735083+vjcao@users.noreply.github.com>
Co-authored-by: Gundala <pushyami@m-qk4ykwgg34.local>
Co-authored-by: Sam Sciolla <35741256+ssciolla@users.noreply.github.com>
@jennlove-um jennlove-um moved this from Review/QA to Done in MyLA-2022.01.03 Sep 21, 2022
@jennlove-um jennlove-um moved this from Done to Review/QA in MyLA-2022.01.03 Sep 21, 2022
@jennlove-um jennlove-um moved this from Review/QA to Done in MyLA-2022.01.03 Sep 23, 2022
@jennlove-um
Copy link
Contributor

Testing passes in Canvas test. Testing was done with multiple courses with varying grade distributions from both prior terms and the current term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working UI : grades
Projects
No open projects
5 participants