From: Benjamin Auder Date: Mon, 5 Feb 2018 10:15:57 +0000 (+0100) Subject: update TODO X-Git-Url: https://git.auder.net/?p=qomet.git;a=commitdiff_plain;h=8d386418c699f0aef2b0ba0eeed984885f50ac40;hp=fa6abf40b7afdbff4b9dc5fb143e29db512bf8c5 update TODO --- diff --git a/TODO b/TODO index 2c7a5b2..73f669e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +Debug exam mode (and open too...): Vue.js warning + shift questions (not showing solution) + Replace underscore by lodash (or better: ES6) Replace socket.io by Websockets ( https://www.npmjs.com/package/websocket ) diff --git a/views/assessment.pug b/views/assessment.pug index 0a7e369..26221d8 100644 --- a/views/assessment.pug +++ b/views/assessment.pug @@ -42,7 +42,7 @@ block content #stage0_1_4(v-show="[0,1,4].includes(stage)") .card .introduction(v-html="assessment.introduction") - #stage2_4(v-show="[2,4].includes(stage)") + #stage2_4(v-if="[2,4].includes(stage)") if assessment.time > 0 .card(v-if="stage==2") .timer.center {{ countdown }}