From 8d386418c699f0aef2b0ba0eeed984885f50ac40 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 5 Feb 2018 11:15:57 +0100
Subject: [PATCH] update TODO

---
 TODO                 | 2 ++
 views/assessment.pug | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

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 }}
-- 
2.44.0