From: Stephen Cameron Date: Wed, 17 Apr 2019 09:02:21 +0000 (+0200) Subject: Fix IE 11 SVG background image issue and update score to live value. WIP #2647 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cd0634f4dcbb22abddd4fa82b22c5b2a7fd3e574;p=bonaquiz.git Fix IE 11 SVG background image issue and update score to live value. WIP #2647 @1 --- diff --git a/images/projector.svg b/images/projector.svg index 9995d68..34852cc 100644 --- a/images/projector.svg +++ b/images/projector.svg @@ -1,50 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/js/bonaquiz.js b/js/bonaquiz.js index 611d7e5..c2afd91 100644 --- a/js/bonaquiz.js +++ b/js/bonaquiz.js @@ -98,8 +98,7 @@ function AfterTransition() { } let circleStart = circleAngleDirection; - //let scoreFinal = 10 / nbquestions; //scoreValue - let scoreFinal = 0.6; + let scoreFinal = scoreValue / nbquestions; window.circleDirection = circleSens; if (window.circleDirection === 1) { @@ -218,4 +217,4 @@ function resize() { progressBar.css('bottom', 45 * scale + 'px'); -} \ No newline at end of file +}