In index.js:
app.get('/admin', function (req, res, next) {
var studentData = {
students: [
{
puid: '56',
name: 'Dr. Heathcliff Huxtable',
email: 'cosby@show.com',
picture: '',
studentPerformance:
{
correct: 9,
notAnswered: 0,
incorrect: 1
}
}
]
};
res.render('analytics_home ...