]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6698 @0:30
authorsoufiane <soufiane@cubedesigners.com>
Wed, 31 Jan 2024 11:56:46 +0000 (12:56 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 31 Jan 2024 11:56:46 +0000 (12:56 +0100)
js/quiz.screen.outro.js
style/105-outro.sass

index 67caa589b1de908f298ea61bab43d2a51b4c37ce..540dc4644adc71419330b7bd1534d58935cd7626 100644 (file)
@@ -271,6 +271,11 @@ QuizScreenOutro.prototype = {
             html += '<li class="item ' + review.status + '">';
             html += '<p class="position title-section">' + this.quiz.l10n.__('Question :index', {index: i + 1}) + titleType + '</p>';
 
+            if (review.type === "text" || review.type === "email" || review.type === "textarea" || review.type === "country") {
+                html += '<p class="question title-block">' + review.question + '</p>';
+                html += '<p>'+answersUser[i]+'</p>'
+            }
+
             if (review.type === "multiple") {
                 html += '<p class="question title-block">' + review.question + '</p>';
                 html += '<div class="multiple-wrapper">'
index c1d9b6475ae78c6f8ea0c7b196912c1fbe69f4d4..680ae76ad28182d6b0f31d99412f21e2bddbf55d 100644 (file)
                 left: 0
                 top: 4px
                 border-radius: 20px
+                background-color: $texts-color
 
             &.ok
                 //