update TODO
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 5 Feb 2018 10:15:57 +0000 (11:15 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 5 Feb 2018 10:15:57 +0000 (11:15 +0100)
TODO
views/assessment.pug

diff --git a/TODO b/TODO
index 2c7a5b2..73f669e 100644 (file)
--- 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 )
 
index 0a7e369..26221d8 100644 (file)
@@ -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 }}