Search found 1 match

Go to advanced search

by yssirhc
Fri Jan 24, 2014 7:39 am
Forum: General Discussion
Topic: json not rendering
Replies: 3
Views: 5495

json not rendering

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 ...

Go to advanced search