From 0139f34e3e086d37cfe59b2bb41da6c4f258855d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2023 12:40:50 +0200 Subject: [PATCH] wip #6336 --- views/screens/question_draganddrop.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/screens/question_draganddrop.blade.php b/views/screens/question_draganddrop.blade.php index 33c8001..dd857a7 100644 --- a/views/screens/question_draganddrop.blade.php +++ b/views/screens/question_draganddrop.blade.php @@ -1,5 +1,5 @@
- @include('screens.question_draganddrop_area',['area'=>1,'question'=>$question,'theme'=>$theme]) + @include('screens.question_draganddrop_area',['data'=>$data,'area'=>1,'question'=>$question,'theme'=>$theme])
@include('header_question', ['question' => $question, 'data' => $data, 'max' => $max, 'position' => $position]) @@ -18,6 +18,6 @@ @include('screens.arrow',['side'=>'right','action'=>'move-card'])
- @include('screens.question_draganddrop_area',['area'=>2,'question'=>$question,'theme'=>$theme]) + @include('screens.question_draganddrop_area',['data'=>$data,'area'=>2,'question'=>$question,'theme'=>$theme]) @include('footer', ['countdown' => $countdown,'question' => $question,'data' => $data, 'reset' => true, 'text' => $__('Validate answer'), 'info' => true]) -- 2.39.5