void restartQuiz() { setState(() { _selectedAnswers = []; // this line should be added. _activeScreen = 'questions-screen'; }); }