CTK 1.1.0
This commit is contained in:
@@ -387,6 +387,13 @@ class Quiz6Screen extends StatelessWidget {
|
||||
weight: 1,
|
||||
value: 'nao',
|
||||
),
|
||||
QuizAnswer(
|
||||
title: QuizStrings.dontKnow,
|
||||
description: QuizStrings.dontKnowDescription,
|
||||
weight: 1,
|
||||
value: 'nao_sei',
|
||||
helpVideoId: 0,
|
||||
),
|
||||
],
|
||||
currentScore: currentScore,
|
||||
scopeId: scopeId,
|
||||
@@ -650,6 +657,13 @@ class Quiz12Screen extends StatelessWidget {
|
||||
weight: 1,
|
||||
value: 'nao',
|
||||
),
|
||||
QuizAnswer(
|
||||
title: QuizStrings.dontKnow,
|
||||
description: QuizStrings.dontKnowDescription,
|
||||
weight: 1,
|
||||
value: 'nao_sei',
|
||||
helpVideoId: 0,
|
||||
),
|
||||
],
|
||||
currentScore: currentScore,
|
||||
scopeId: scopeId,
|
||||
@@ -688,6 +702,13 @@ class Quiz13Screen extends StatelessWidget {
|
||||
weight: 1,
|
||||
value: 'nao',
|
||||
),
|
||||
QuizAnswer(
|
||||
title: QuizStrings.dontKnow,
|
||||
description: QuizStrings.dontKnowDescription,
|
||||
weight: 1,
|
||||
value: 'nao_sei',
|
||||
helpVideoId: 0,
|
||||
),
|
||||
],
|
||||
currentScore: currentScore,
|
||||
scopeId: scopeId,
|
||||
@@ -726,6 +747,13 @@ class Quiz14Screen extends StatelessWidget {
|
||||
weight: 1,
|
||||
value: 'nao',
|
||||
),
|
||||
QuizAnswer(
|
||||
title: QuizStrings.dontKnow,
|
||||
description: QuizStrings.dontKnowDescription,
|
||||
weight: 1,
|
||||
value: 'nao_sei',
|
||||
helpVideoId: 0,
|
||||
),
|
||||
],
|
||||
currentScore: currentScore,
|
||||
scopeId: scopeId,
|
||||
|
||||
Reference in New Issue
Block a user