@if($question['type'] === "draganddrop")
<h1 class="{{$h1class}}" id="titleQuestion">
<span
- class="only-desktop">{{$__('Drag and drop each card in the right container')}}{{__(': ')}}<br>{{$question['question']}}</span>
+ class="only-desktop">{{$question['question']}}</span>
<span class="only-mobile">{{$__('Swipe up or down each card in the right container')}}{{__(': ')}}<br>{{$question['question']}}</span>
</h1>
<h2 class="subtitle only-desktop">{{$__('Use arrow keys to move the cards to the corresponding zone')}}</h2>