Visualize student data of Sunshine Library
Link: http://summer-liu.github.io/sunshine.html
Visualization:
-
Summary : Overview, Average Focus Time, Problem Performance, Average Problem Accuracy & Average Problem Duration
-
Student Score Distribution
-
Student Report: click on header to sort; click on each row to view details of student performance
Run on computer:
First, install MongoDB, NodeJS, and Express on your computer.
Then
-
Connect to MongoDB: in command window : mongod --dbpath /Sunshine/db
-
Run on NodeJS: node app.js
-
Open browser and enter: localhost:3000.