Closed manishrjain closed 7 years ago
We do take the skipped questions into account.
Okay, I will remove the total score and add percentile to the candidate report page.
We show percentile now as part of the circle which showed the score earlier.
I think this requires a bit more work. Since we share the report the percentile information would have to be calculated on the backend.
We can't do inequality right now, can we? If we could, you could ask for count of candidates with score less than equals self. Maybe ask Ashwin to build that.
Sent from Nexus 6P
On Nov 15, 2016 8:24 PM, "Pawan Rawal" notifications@github.com wrote:
I think this requires a bit more work. Since we share the report the percentile information would have to be calculated on the backend.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dgraph-io/gru/issues/129#issuecomment-260589695, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsyNPT23qK9WW4uVyDJUFRSu1smSJSzks5q-Xo9gaJpZM4KyDBx .
@jchiu0 is working on this. For now, I will calculate this on the backend and send it.
This is done and deployed.
It looks like total score in candidate report doesn't take into account the skipped questions. The total score should be based on that. However, total score doesn't make much sense anyway, because this is competitive system, and percentiles are lot more important. In fact, we don't show percentiles in the report, which we should.