]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6251
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Sep 2023 08:05:59 +0000 (10:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Sep 2023 08:05:59 +0000 (10:05 +0200)
views/header_question.blade.php

index 3cbe235d93c145bf619853bbdae719d90e4f402d..3dd54d6c56233775af1a55efdbe4886df7b07ed8 100644 (file)
         </h1>
         <h2 class="subtitle"
             class="only-desktop">{{$__('Use arrow keys to move the cards to the corresponding zone')}}</h2>
-    @elseif($data['type']==='draganddropmatch')
+    @elseif($data['type']==='match')
         <h1 id="titleQuestion">
             {{$__('Answer the question by swiping left or right to select the most appropriate answer')}}
         </h1>
-        <h2 class="subtitle" class="only-desktop">{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}</h2>
+        <h2 class="subtitle"
+            class="only-desktop">{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}</h2>
     @else
         <h1 id="titleQuestion">{{$question['question']}}</h1>
     @endif