diff --git a/lib/test.dart b/lib/test.dart index 263af7d..816d8c1 100644 --- a/lib/test.dart +++ b/lib/test.dart @@ -41,8 +41,8 @@ class _QuizPageTestState extends State { Align( alignment: Alignment.center, child: finished - ? Text("${v.rightNum()}/${v.questions.length} awnsered") - : Text("${v.pickedNum()}/${v.questions.length} correct"), + ? Text("${v.rightNum()}/${v.questions.length} correct") + : Text("${v.pickedNum()}/${v.questions.length} awnsered"), ), Text( _currentQuestion.quest,