aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-21 12:53:56 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-21 12:53:56 +0000
commit377664b62639a59e582252122e2a29a49d9ecaae (patch)
tree18e76b52b84b2b756849c26c104357e0fc7a4522
parentbe3bd188425e9ae6ff144a7151ce217bc143ce4f (diff)
updated todo
-rw-r--r--node_simple.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/node_simple.js b/node_simple.js
index 5012d82..767ec29 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -5,12 +5,13 @@
* 1B. get the title of the course ? DONE
* 2. add upload date and user name ? DONE
* 3. remove exam ? DONE
- * 4a. get all questions for a given exam_id ? PENDING
+ * 4a. get all questions for a given exam_id ? DONE
* 4b. add exam id to each question returned. ? PENDING
- * 6. get all solutions provided question_id and exam_id ? PENDING
- * 5. answers ? CURRENTLY WORKING ON -- need to add field for solutions provider, and updating.
- * 7. add university field to courses, exams
- * 8. make a user
+ * 6. get all solutions provided question_id and exam_id ? DONE
+ * 5. solutions ? CURRENTLY WORKING ON -- need to add field for solutions provider, and updating.
+ * 7. add university field to courses, exams ? PENDING
+ * 8. make a user ? DONE
+ * 9.
* */