CTK 1.1.0

This commit is contained in:
Carlos Correia
2026-07-22 01:34:26 +01:00
parent f5884d8c36
commit 89b27e5e86
17 changed files with 1442 additions and 23 deletions

View File

@@ -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,