Skip to content

This is an online quiz application developed on python using flask

Notifications You must be signed in to change notification settings

Mishra-Shreya/Online_Quiz_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quizzen - Online_Quiz_Application

The project is Live @ http://shreyasanjaymishra.pythonanywhere.com/

Getting Started:

Quizzen is developed in Python based on Flask Web Framework. This project is a prototype of an online quiz application - a basic framework for an ideal web-based quiz application.

This project was made as a part of school-esd-activity

Technology Stack: Python, Flask, HTML/CSS, Bootstrap

Table of contents

Installation and Setup:

Step 1: Clone Repo

Download or clone this repo by using the link below:

https://github.com/Mishra-Shreya/Online_Quiz_Application.git

Step 2: Navigate to correct Directory

Go to project root and execute the below command on terminal:

cd flask_app 

Step 3: Setup virtual env

Execute the below commands on terminal:

python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Step 4: Run Flask App

Execute the below command on terminal:

flask run

Step 5:

Open "http://127.0.0.1:5000/" on your web browser. The Online_Quiz_Application should be running!

Screenshots:

Home Page:

image

Registration:

image

Login:

image

Dashboard:

image

Quiz:

image

image

Result:

image

If the user tries to go back to change the answers --> The questions along with the options are reshuffled

auth

image

image

image

Logout:

image

image

Authentication Check - If a new user registers with the already existing username:

image

image

Authentication Check - If login credentials mismatch:

image

image

Autherization Check - If someone tries to access the quiz without logging in --> They are redirected to the login page:

image

image

Conclusion

I will be happy to answer any questions that you may have, and if you want to lend a hand with the Online_Quiz_Application then please feel free to submit an issue and/or pull request 🙂

If you liked my work, don’t forget to ⭐ star the repo to show your support.