nameing misstake
This commit is contained in:
parent
4f2284c704
commit
cba984af2a
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class _QuizPageTestState extends State<QuizPageTest> {
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: finished
|
child: finished
|
||||||
? Text("${v.rightNum()}/${v.questions.length} awnsered")
|
? Text("${v.rightNum()}/${v.questions.length} correct")
|
||||||
: Text("${v.pickedNum()}/${v.questions.length} correct"),
|
: Text("${v.pickedNum()}/${v.questions.length} awnsered"),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
_currentQuestion.quest,
|
_currentQuestion.quest,
|
||||||
|
|
Loading…
Reference in a new issue