This is an MCQ Platform developed for Pulzion'19 , TechFest PICT, Pune
Backend : Django, MySQL
Frontend : Javascript, Ajax, Bootstrap
Desktop App : Electron.js
- Clone this repository
git clone https://github.com/pratikdaigavane/MCQ-Pulzion
- Start the virtual environment and install all the dependencies.
pip install -r requirements.txt
- Then start the django server by
python manage.py runserver
- The persons listed in database can login and appear for test
- The test can be configured by editing
config.py
- Following are the parameters which can be edited:
-
eventName = 'event_name'
- ide = 'True/False'
- ideHost = 'http://10.10.11.218:8080/'
Note: The c++, java, python ide was used in one of the use case of this project
For more details refer: https://github.com/pnshiralkar/Online-IDE
Duration of test
-
duration = 2000 > Format mmss
-
Time at which timer becomes red tred = '2000' > Format "mmss"
-
useElectron = False
Total Question to be displayed
- totalQuestions = 50
Correct Marks
- marksCorrect = 2
Incorrect Marks(DO NOT ADD MINUS SIGN!!!)
- marksIncorrect = 1
-
- Following are the parameters which can be edited: