From ce8785f9138930953992e6dfa3a72955d154a4a9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Sep 2023 08:44:42 +0200 Subject: [PATCH] wait #6248 @0.25 --- views/header_question.blade.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 + +
-- 2.39.5