Commit | Line | Data |
---|---|---|
1 | extends withQuestions | |
2 | ||
3 | //TODO: step 1: ask password (client side, store hash) | |
4 | // step 2: when got hash, send request (with hash) to get monitoring page: | |
5 | // array with results + quiz details (displayed in another tab) + init socket (with hash too) | |
6 | // buttons "start quiz" and "stop quiz" for teacher only: trigger actions (impacting sockets) | |
7 | ||
8 | body | |
9 | p TODO | |
10 | ||
11 | block append javascripts | |
12 | script. TODO |