Skip to content

escaper01/QuizMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz + audio

I have built this web app to let schools access a customizable quiz maker and even put it online

Setup :

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

  1. create a user that will be a teacher :
go to http://127.0.0.1:8000/admin

Untitled

Untitled

Untitled

Fill in all info and Hit save

Untitled

Go to teachers model and choose the previous User that you made

2 . Log in as a teacher

Untitled

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

Untitled

add the title and its audio and save it

Untitled

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published