From: soufiane Date: Wed, 31 Jan 2024 11:56:46 +0000 (+0100) Subject: wip #6698 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e4c217757668b5232b9b751dc2ee5d3c8398a253;p=fluidbook-toolbox-quiz.git wip #6698 @0:30 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 67caa58..540dc46 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -271,6 +271,11 @@ QuizScreenOutro.prototype = { html += '
  • '; html += '

    ' + this.quiz.l10n.__('Question :index', {index: i + 1}) + titleType + '

    '; + if (review.type === "text" || review.type === "email" || review.type === "textarea" || review.type === "country") { + html += '

    ' + review.question + '

    '; + html += '

    '+answersUser[i]+'

    ' + } + if (review.type === "multiple") { html += '

    ' + review.question + '

    '; html += '
    ' diff --git a/style/105-outro.sass b/style/105-outro.sass index c1d9b64..680ae76 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -205,6 +205,7 @@ left: 0 top: 4px border-radius: 20px + background-color: $texts-color &.ok //