diff options
| author | Damani Pradyumn <kumar.damani@mail.utoronto.ca> | 2016-07-24 20:00:14 +0000 |
|---|---|---|
| committer | Damani Pradyumn <kumar.damani@mail.utoronto.ca> | 2016-07-24 20:00:14 +0000 |
| commit | 75c7904f370d8decacc3aaebbbdc5419b21eee64 (patch) | |
| tree | 7130b1e91b4cbb0a4d28f0534bfead8e4fddaf5f /testImports.js | |
| parent | bb66f6a9f7d6a2f9d75ab7d42483339618615e03 (diff) | |
improved search by course code
Diffstat (limited to 'testImports.js')
| -rw-r--r-- | testImports.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/testImports.js b/testImports.js index 6e80262..0041b02 100644 --- a/testImports.js +++ b/testImports.js @@ -40,14 +40,14 @@ var questions_array = ["this is q1", "this is q2"]; });*/ -dbFile.retrieve_userSolutions_history("some_user name", function (bool, result) { +/*dbFile.retrieve_userSolutions_history("some_user name", function (bool, result) { if (bool == false) { console.log(result); } else { console.log(result); } -}); +});*/ /*dbFile.retrieve_userSolutions_count("some_user name", function (bool, result) { if (!bool) console.log(result); @@ -145,3 +145,9 @@ dbFile.retrieveFollows("some_user names", function (bool, result) { /*dbFile.remove_user("some_user name", function (bool, mssg) { console.log(mssg); });*/ + + +/* +dbFile.search_exams("cSc240", function (bool, mssg) { + console.log(mssg); +});*/ |
