From: soufiane Date: Wed, 4 Oct 2023 16:40:02 +0000 (+0200) Subject: wip #6341 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c779f46f7f049558225114ba39660b02ee738436;p=fluidbook-toolbox-quiz.git wip #6341 --- diff --git a/views/screens/question_text.blade.php b/views/screens/question_text.blade.php new file mode 100644 index 0000000..ceca43b --- /dev/null +++ b/views/screens/question_text.blade.php @@ -0,0 +1,16 @@ +
+
+ @include('header_question', ['question' =>$question, 'max' => $max, 'position' => $position]) +
+
+
+ +
+
+
+
+ + +
+ @include('footer', ['countdown' => $countdown,'question' => $question, 'data' => $data, 'reset' => true, 'info' => true]) +