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(
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue