diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 20:45:14 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 20:45:14 +0000 |
| commit | a0e04574545c4f2751c01c5919c34f6f99bc21ad (patch) | |
| tree | 6977a38846b9429ed85482d19bc2014072816e3f /testImports.js | |
| parent | d7b7979ee012dde10feae7d64e53fde2847aaf89 (diff) | |
| parent | 1db8b59bbf49ac4350034385433ffeca5856af83 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
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); +});*/ |
