Learning Python and attempting to create a Django-based quiz application where users can attempt a quiz, answer random multiple-choice questions, and see their results.
- Start a new quiz session
- Random multiple-choice questions
- Submit answers and get results
- See the number of correct and incorrect answers
-
Clone this repository:
git clone https://github.com/Achyuth072/quiz-app.git cd quiz-app
-
Create a virtual environment and activate it:
python -m venv env .\env\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the development server:
python manage.py runserver
-
Access the quiz at:
http://127.0.0.1:8000/quiz/start/