From 18b6e474fb64f7e9b4699d3bfbf3f5276e6996ad Mon Sep 17 00:00:00 2001 From: HumairAK Date: Sat, 23 Jul 2016 20:46:35 -0400 Subject: Finished questions, added servercallback for find_exam_byID --- views/questions.hbs | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'views/questions.hbs') diff --git a/views/questions.hbs b/views/questions.hbs index ff9b3b2..48248c2 100644 --- a/views/questions.hbs +++ b/views/questions.hbs @@ -6,23 +6,22 @@
-

CSC148

-

Winter 2015 exam

-

Instructor(s): Fairgrieve and Hangerman

-

Upload date: 2016-07-08

-

Uploaded by: John Smith

-

Page count: 22

-

Question count: 10

+

{{examInfo.courseCode}}

+

{{examInfo.term}} {{examInfo.year}} {{examInfo.type}}

+

Instructor(s): {{examInfo.instructors}}

+

Upload date: {{examInfo.uploadDate}}

+

Uploaded by: {{examInfo.uploader}}

+

Page count: {{examInfo.pageCount}}

+

Question count: {{examInfo.questionCount}}

{{#each query}} - - +
-

Question {{this.id}}

+

Question {{this.q_id}}

{{this.count}} solutions, {{this.comments}} comments

-- cgit v1.2.3