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
- number of their correct answer (C) and
- 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.