<div class="container-screen none question-draganddrop" data-type="draganddrop" data-screen="q-{{$position}}">
- @include('screens.question_draganddrop_area',['area'=>1,'question'=>$question,'theme'=>$theme])
+ @include('screens.question_draganddrop_area',['data'=>$data,'area'=>1,'question'=>$question,'theme'=>$theme])
<div class="fill-area area1"></div>
<div class="fill-area area2"></div>
@include('header_question', ['question' => $question, 'data' => $data, 'max' => $max, 'position' => $position])
@include('screens.arrow',['side'=>'right','action'=>'move-card'])
</div>
</div>
- @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])
</div>