Task1 (Quiz project)

This repository contains a Quiz project developed using Django. Below are the steps to install and set up the project.

How to Install

  1. Create a virtual environment (venv) for the project:

    Copy code
    py -m venv name_venv
    
  2. Change the directory to the newly created virtual environment:

    bashCopy code
    cd name_venv
    
  3. Activate the virtual environment (for Windows):

    Copy code
    Scripts\activate
    
  4. Install Django using pip:

    Copy code
    pip install Django
    
  5. Install the project dependencies from the requirements.txt file:

    Copy code
    pip install -r requirements.txt
    

Screenshots

Here are some screenshots of the application's pages:

Home Page (Or All Questions)

Home Page

Create Question

Create Question

Create Answer

Create Answer

Update Question

Update Question

Delete Question

Delete Question <<<<<<< HEAD

Correct Answer

Correct Answer

Wrong Answer

Wrong Answer

9df057f5d3ecd4155eb83d39d7ed9dabbb905ce4

Correct Answer

Correct Answer

Wrong Answer

Wrong Answer