SMILEConsortium / node-smile-server

3 stars 4 forks source link

Teachers and Devs need a general realtime monotoring tool to observe a session #8

Closed truedat101 closed 11 years ago

truedat101 commented 11 years ago

Related to #5, I think we'd like to have something to allow us to watch the session in realtime.

Table data

Do a quick and dirty version for starters, and then let's go the next step and make this the Teacher Web app.

pinazo commented 11 years ago

The server receives all answers from students at once, so "# of questions answered" actually does not make sense. Instead, I've developed "Number of students who has answered questions", ok? Also, the server currently does not accept self assigned IP and duplicates anymore. Anyway, the monitoring tool is prepared to highlight in red if these scenarios happens even being unexpected.

Here is a screenshot of the result. screen shot 2013-05-18 at 21 20 14

pinazo commented 11 years ago

BTW, the route is: /smile/view/monitoring.html

truedat101 commented 11 years ago

looks good.