From: Vincent Vanwaelscappel Date: Thu, 7 Sep 2023 08:05:59 +0000 (+0200) Subject: wip #6251 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f49cb44769ddafc6b15b8857edac06ff436d9ff9;p=fluidbook-toolbox-quiz.git wip #6251 --- diff --git a/views/header_question.blade.php b/views/header_question.blade.php index 3cbe235..3dd54d6 100644 --- a/views/header_question.blade.php +++ b/views/header_question.blade.php @@ -14,11 +14,12 @@

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

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

{{$__('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')}}

+

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

@else

{{$question['question']}}

@endif