Skip to content

Remove rank from contest voting #823

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

Merged
merged 2 commits into from
Sep 10, 2021
Merged

Conversation

lizchow
Copy link
Contributor

@lizchow lizchow commented Sep 8, 2021

Remove the concept of rank from contest voting. The scoring for voting is now 1(worst) to 10 (best).

Should be tested with the frontend PR.

@lizchow lizchow self-assigned this Sep 8, 2021
@lizchow lizchow changed the title Draft: Remove rank from contest voting Remove rank from contest voting Sep 8, 2021
@coveralls
Copy link

coveralls commented Sep 8, 2021

Coverage Status

Coverage decreased (-0.001%) to 97.671% when pulling 0175425 on elizabeth/contest-remove-rank into c7478b5 on master.

Copy link
Contributor

@YaleChen299 YaleChen299 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good to me! Just one minor issue on naming that may affect the frontend side as well.

@@ -140,7 +140,7 @@ defmodule CadetWeb.AssessmentsHelpers do
answer: :answer,
student_name: :student_name
}),
"score",
"relative_score",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this be confusing with the score? Is this relative score the computed final score on the leaderboard? Maybe we can name it final_score or something along those line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@YaleChen299
Copy link
Contributor

percentage dropped due to removed parts, no new uncovered lines.

@YaleChen299 YaleChen299 merged commit 277554a into master Sep 10, 2021
@angelsl angelsl deleted the elizabeth/contest-remove-rank branch November 10, 2021 13:56
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

Successfully merging this pull request may close these issues.

3 participants