From: soufiane Date: Mon, 25 Sep 2023 15:34:04 +0000 (+0200) Subject: wip #6182 @0:10 question match X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=08672225bd70996ada0e061d2f2a971cfe80e81b;p=fluidbook-toolbox-quiz.git wip #6182 @0:10 question match --- diff --git a/js/quiz.match.js b/js/quiz.match.js index 1c7260e..3db6a33 100644 --- a/js/quiz.match.js +++ b/js/quiz.match.js @@ -30,7 +30,7 @@ QuizMatch.prototype = { start: function() { const $this = this this.swiperBottom = false - this.rules = [{top: "10", opacity: ".48"},{top: "39", opacity: ".24"}] + this.rules = [{top: "10", opacity: ".48"},{top: "39", opacity: ".24"},{top: "88", opacity: "0"}] this.quiz.screens.currentQuestionAnswers = []; this.swiperBottomEl = this.quiz.screens.getActiveScreen().find(".bottom-slider") this.sliderBottomHtml = this.swiperBottomEl.html()