I have built this web app to let schools access a customizable quiz maker and even put it online
git clone https://github.com/escaper01/quizalcpt.git
cd QuizMaker
virtualenv venv
./venv/Scripts/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
In order to make a quiz
- create a user that will be a teacher :
go to http://127.0.0.1:8000/admin
Fill in all info and Hit save
Go to teachers model and choose the previous User that you made
2 . Log in as a teacher
Go to http://127.0.0.1:8000/ and click on I'm a teacher and use the credentials that you made for the teacher
3 .Add a quiz
add the title and its audio and save it
First query the order number of the question that you want to add Then enter all the question component and its options and the correct answer... At the end hit Save