diff options
author | Akshen | 2018-10-10 10:50:20 +0530 |
---|---|---|
committer | Akshen | 2018-10-10 10:50:20 +0530 |
commit | bed6d3bec534ec5cd207e1fa00580749aaa14112 (patch) | |
tree | 8c13a8cd762971e86bb39a95029eb2a16784ded0 /static/website/js/custom.js | |
parent | 63bde864f757953faed546a537bc8ea77d3e3de2 (diff) | |
download | nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.tar.gz nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.tar.bz2 nccps-2018-bed6d3bec534ec5cd207e1fa00580749aaa14112.zip |
Add DWSIM Online Quiz
- Moderator can add, edit questions and view leaderboard
- Participant can take quiz specified for that day
Diffstat (limited to 'static/website/js/custom.js')
-rw-r--r-- | static/website/js/custom.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/website/js/custom.js b/static/website/js/custom.js index ef59691..7e69917 100644 --- a/static/website/js/custom.js +++ b/static/website/js/custom.js @@ -101,4 +101,8 @@ $(function() $('#modal_terms_and_conditions').modal('hide'); } }); -});
\ No newline at end of file +}); + + + + |