The project is Live @ http://shreyasanjaymishra.pythonanywhere.com/
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
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!
If the user tries to go back to change the answers --> The questions along with the options are reshuffled
Autherization Check - If someone tries to access the quiz without logging in --> They are redirected to the login page:
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.