Skip to content
Snippets Groups Projects
Commit c8fbf4c1 authored by HARTZ HENRI's avatar HARTZ HENRI
Browse files

feat: add score to param playingquizbody

parent 5d4f6547
Branches
2 merge requests!135Feature/141 hide functionality not working,!132V4.0
......@@ -58,7 +58,7 @@ export default function PlayingQuiz({route, navigation}:Props) {
return (
<TemplateDuo
childrenHeader={<PlayingQuizHeader quizInformations={quizInformations} runId={runId} actualQuestion={actualQuestion} score={score} navigation={navigation}></PlayingQuizHeader>}
childrenBody={<PlayingQuizBody quizInformations={quizInformations} runId={runId} actualQuestion={actualQuestion} fetchActualQuestion={fetchActualQuestion} setScore={setScore} navigation={navigation}></PlayingQuizBody>}
childrenBody={<PlayingQuizBody score={score} quizInformations={quizInformations} runId={runId} actualQuestion={actualQuestion} fetchActualQuestion={fetchActualQuestion} setScore={setScore} navigation={navigation}></PlayingQuizBody>}
/>
);
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment