Score is the number of correct answers in the test.
@override int calculateScore(dynamic result) => result['correct'] as int;