From: Vincent Vanwaelscappel Date: Thu, 7 Sep 2023 06:44:42 +0000 (+0200) Subject: wait #6248 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ce8785f9138930953992e6dfa3a72955d154a4a9;p=fluidbook-toolbox-quiz.git wait #6248 @0.25 --- diff --git a/views/header_question.blade.php b/views/header_question.blade.php index 18feeeb..3cbe235 100644 --- a/views/header_question.blade.php +++ b/views/header_question.blade.php @@ -1,3 +1,4 @@ +{{-- $__('Confirm the match') --}}

{{ $__('Question').' '.($position+1).'/'.$max }}

@@ -5,8 +6,22 @@ @endfor
-

{{$question['question']}}

+ @if($data['type'] === "draganddrop") -

{{$__('Use arrow keys to move the cards to the corresponding zone')}}

+

+ {{$__('Drag and drop each card in the right container')}} + {{$__('Swipe up or down each card in the right container')}}> +

+

{{$__('Use arrow keys to move the cards to the corresponding zone')}}

+ @elseif($data['type']==='draganddropmatch') +

+ {{$__('Answer the question by swiping left or right to select the most appropriate answer')}} +

+

{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}

+ @else +

{{$question['question']}}

@endif + +