percentcorrect
Percentcorrect is a measure of accuracy that expresses the share of correct responses in a set of attempts as a percentage. It is equivalent to the concept of accuracy or proportion correct in many contexts.
Calculation is straightforward: percentcorrect = (number of correct responses / total number of responses) × 100. When some
Percentcorrect is widely used across fields such as education, psychology, cognitive science, and machine learning. In
Limitations should be considered. Percentcorrect does not account for guessing, especially in multiple‑choice tasks, where chance
Example: if a person answers 20 of 25 questions correctly, the percentcorrect is (20/25) × 100 = 80%.
See also: accuracy, confusion matrix, Cohen’s kappa, precision, recall, F1-score.