]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6182 @0:10 question match
authorsoufiane <soufiane@cubedesigners.com>
Mon, 25 Sep 2023 15:34:04 +0000 (17:34 +0200)
committersoufiane <soufiane@cubedesigners.com>
Mon, 25 Sep 2023 15:34:04 +0000 (17:34 +0200)
js/quiz.match.js

index 1c7260e2335c59f908ed87888cb28ff13977a060..3db6a33c5367a585bc6eab6f791fdacefa2256bd 100644 (file)
@@ -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()