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

CANVAS POKÉMON GAME IN HTML5, JAVASCRIPT

Canvas Pokémon Game in HTML5, JavaScript

Canvas Pokémon Game is developed using HTML5, CSS, and JavaScript. Talking about the gameplay, it is an arcade game which is played using arrow keys. The main objective of this Pokémon game is to make way through the floors of a grass, water, and fire type Pokémon.

Read More »
Simple Library Management System In Python With Source Code

Simple Library Management System In Python With Source Code

The Simple Library Management System In Python is a simple project developed using Python. The project contains only the admin side. The admin does all the work like adding records of issued books, viewing book details, and so on. Thus, this is a digital way of management of the library system.

Read More »
Tic Tac Toe Game In PHP With Source Code

Tic Tac Toe Game In PHP With Source Code

The Tic Tac Toe Game is a simple mini project developed using PHP and JSON files. This game is an interesting addictive fun game. We need two players to play this game. The players can be both human or one computer. Also, the player has to play the game turn wise and use some strategy to win the game.

Read More »
Medical Appointment IN PHP, CSS, JavaScript, AND MYSQL feature image

Medical Appointment System in PHP, CSS, JavaScript and MySQL

People do not use the registration book to collect information from patients. They collect it in a computer so that it will be safe for years. No chances of damage, loose data or bundle of books for searching data and information. This “Medical Appointment” system is the system that will help the medical employee for the safety of their patient’s data and information.

Read More »
Classic Pacman Game In C# With Source Code

Classic Pacman Game In C# With Source Code

Classic Pacman game is a simple C# game. The game is the remake of the previous version of the game. Some of the features are not included in this game. Before you run this project you will need Visual Studio. This IDE will allow you to run the solution file.

Read More »