I have a pretty general question: I'm working on my thesis and I took an online test from some people. I want to assign score to each person based on

  1. number of their correct answer (C) and
  2. their average response time (T).

My idea for scoring them is to divide number of correct answer by average response time (C/T). So more correct answers and less average response time, leads to higher score.

The problem is that I prefer to reduce impact of T on scores (C is more important) but I don't know What is the best formula.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.