From 45fdb4a466343d03c232adc42a7a3da75cd9e8c8 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 9 Apr 2023 15:51:21 +0300 Subject: [PATCH] updates --- lib/ui/landing/itg/survey_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/landing/itg/survey_screen.dart b/lib/ui/landing/itg/survey_screen.dart index fce206f..59f3c14 100644 --- a/lib/ui/landing/itg/survey_screen.dart +++ b/lib/ui/landing/itg/survey_screen.dart @@ -110,7 +110,7 @@ class _SurveyScreenState extends State { } answeredQuestions.add(element.options![0].optionId.toString()); } else { - answeredQuestions.add("3"); + answeredQuestions.add("4"); } }); setState(() {});