CodeProjectz

Search
Generic filters

Download Free Simple Quiz App using Django Framework

Simple Quiz App using Django Framework_CodeProjectz
Project CategoryProject SizeLanguage
, 500.7 KB,

This is a simple quiz app which provides features such as adding as many question you would like, registering a user to the system and take the quiz. It also contains all validations and marking system after the quiz ends.

About this quiz Django Project

The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It has similar features as any quiz app where there is a list of quiz questions in the home screen and user answer all questions. After user answers the question, the system will automatically perform check and provide total marks gained. It will also point out the wrong answers.

This app provides an admin panel through which questions can be added along with its four options and at last the answer. It is also used to add new users to the system using which new users can enter to the system and attend the quiz examination.

Note: The answer of quiz must be in the form of (a,b,c,d).

How To Run The Project?

To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:

Step-1: Extract/unzip the file

Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:

  1. pip install -r requirements.txt
  2. python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

For Login and Admin panel:
Username: admin
Password: admin

Click the Button Below to Download Simple Quiz App using Django Framework and its Source Codes

Similar Interesting Projects

Voice Aided ATM System In VB.NET With Source Code

Voice Aided ATM System In VB.NET With Source Code

Voice Aided ATM System project is developed using VB.NET. The Project is based on a concept to provide audible instructions so that the person who cannot read an ATM screen can use the machine. Talking about the project, Before entering the main menu, the user should pass through the login system to get access.

Read More »
Dino Game In PYTHON With Source Code

Simple Dino Game In Python With Source Code

Dino Run Game project is written purely in Python. The project file contains image files and a python script (main.py). GUI uses the pygame library. Talking about the gameplay, it is a cloned version of an offline game played in google chrome naming “T-Rex Dino Run”.

Read More »
Computer Science Time Table System In PHP With Source Code

Computer Science Time Table System In PHP With Source Code

Computer Science Time Table System is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains an admin side from where a user can manage all the timetables and records easily. The Admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the Admin side.

Read More »