From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 1 Feb 2018 08:51:21 +0000 (+0100)
Subject: Add TODO
X-Git-Url: https://git.auder.net/variants/current/doc/css/scripts/getGraph_%22%20%20%20this.image%20%20%20%22.php?a=commitdiff_plain;h=92c604bb02b4c46cd3b45d834652103589c61da1;p=qomet.git

Add TODO
---

diff --git a/TODO b/TODO
index 3e6b8f7..0d3b5e7 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+permettre temps par question : gestion côté serveur, y réfléchir...
 auto grading + finish erdiag + corr tp1
 -----
 
diff --git a/sockets.js b/sockets.js
index 1719f9a..d743a10 100644
--- a/sockets.js
+++ b/sockets.js
@@ -7,6 +7,8 @@ const ObjectId = require("bson-objectid");
 // --> 2 sockets on monitoring page: one with ns "/" et one dedicated to the exam, triggered after the first
 // --> The monitoring page should not be closed during exam (otherwise monitors won't receive any more data)
 
+// TOOD need to re-introduce disconnections count + time (showed in monitoring and stored
+
 function examRoom(socket) {
 	let students = { };
 	const aid = ObjectId(socket.handshake.query.aid);