Once the challenge attempt completed, the user retrieve their result by calling the getChallengeResult query.
The query returns a ChallengeAttempt object in the response:
If the ranking displaying disabled in the challenge, it will not be returned in API responses.Ranking is calculated based on the earned score which depends on the number of correct answers,
and (if bonus points enabled for the challenge) on the time that is spent on each answer.If N users have the same score they will have the same ranking (R), the next user with a lower score will have rank (R+N).