Add TODO
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 1 Feb 2018 08:51:21 +0000 (09:51 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 1 Feb 2018 08:51:21 +0000 (09:51 +0100)
TODO
sockets.js

diff --git a/TODO b/TODO
index 3e6b8f7..0d3b5e7 100644 (file)
--- 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
 -----
 
index 1719f9a..d743a10 100644 (file)
@@ -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);