- Login/ Logout
- Signin/ Signout
- Google authentication
- Teacher interface
- Quiz creation
- MCQs
- Subjective
- Poll
- Image question
- Option add/ delete feature
- Spreadsheet Import
- Student interface
- Give quiz
- Timer
- Skip question
- Save quiz
- Marks obtained
Step 1:
Download or clone this repository by using the link below:
git clone https://github.com/HarshitaKalani/QuizOn.git
Step 2:
Run the migration to create database schema:
python manage.py makemigrations
python manage.py migrate
Step 3:
Run the project by executing the below piece of code in console:
python manage.py runserver
You're done!
- Phone number verification
- Video questions
- Attractive UI