]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6248 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Sep 2023 18:47:01 +0000 (20:47 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Sep 2023 18:47:01 +0000 (20:47 +0200)
views/screens/outro.blade.php

index b0ca24d77b914f534ebe8a5ba5b154dfdd718bba..a6dccb0a432636edefeb8ffe30314354da7b5281 100644 (file)
                 <div class="score-text">
                     <h1>{{$__('Congratulation!')}}</h1>
                     <div class="subtitle">
-                        <p class="word">You have completed the quiz</p><br/>
-                        <p class="word">with <span id="score-text"></span>
-                            correct answers out of <span id="maxScore-text"></span>
-                        </p>
+                        <p class="word">{!! $__('You have completed the quiz with :score correct answers out of :total',['score'=>'<span id="score-text"></span>','total'=>'<span id="maxScore-text"></span>']) !!}</p>
                     </div>
                     @if($data->restart_button)
                         <div class="restart-sentence-mobile">{{$__('Want to improve your score?')}}</div>