From fc007dc3828343331e07489ff0f3fccd1371c945 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 4 Oct 2023 18:40:31 +0200 Subject: [PATCH] wip #6342 --- views/screens/question_textarea.blade.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/screens/question_textarea.blade.php diff --git a/views/screens/question_textarea.blade.php b/views/screens/question_textarea.blade.php new file mode 100644 index 0000000..5fdda22 --- /dev/null +++ b/views/screens/question_textarea.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]) +
-- 2.39.5