The Online Polling System is built for teachers to help them during online lectures. The admin can create a quiz and will have to create a quiz id for the quiz. The students will have to enter the quiz id given by the teacher vote in the quiz.The results will be displayed in graphical format.The user cannot vote for the same quiz twice.
• It will make students more attentive.
• It will facilitate the learning experience of students.
• The software will bemuch more accessible and user friendly for students as it has simpler UI.
• It could be used by all standard level of students due to its easy usage.
• It would garner the attention of a lot of education faculty due to its features.
• It will make teaching easy for teachers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python== 3.5 or up and django==3.1.1 or up
Open terminal and type
git clone https://github.com/orvil1026/Online-polling-system.git
https://github.com/orvil1026/Online-polling-system/archive/master.zip
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000/home in your browser