From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2023 10:40:50 +0000 (+0200) Subject: wip #6336 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0139f34e3e086d37cfe59b2bb41da6c4f258855d;p=fluidbook-toolbox-quiz.git wip #6336 --- 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])