Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 2.2 KB

README.md

File metadata and controls

60 lines (51 loc) · 2.2 KB

QuizApp-Flask

Introduction

Welcome to our interactive learning platform! This platform is designed to provide students with a collaborative and engaging learning environment. Students can interact with their peers by adding questions and quizzes, challenging and expanding their knowledge.

Features

  • Peer Engagement: Students can engage with their peers by adding questions and quizzes to the platform.
  • Interactive Quizzes: The user-friendly interface allows students to create and share interactive quizzes.
  • Collaborative Learning: The platform fosters a collaborative learning environment, where students can learn from each other's questions and quizzes.
  • Customizable Learning Experience: With a wide range of subjects and topics to choose from, students can customize their learning experience.
  • Enhanced Understanding: By participating in the platform, students can enhance their understanding of various subjects.

Prerequisites

To run this project, you need to have the following installed:

  • Python
  • Flask
  • Flask-SQLAlchemy
  • Flask-Login

Setup in Linux

  1. Install Python and Git (if not already installed) using the following command:
sudo apt install python3 git -y
  1. Clone the repository using the following command:
git clone https://github.com/Dev-Bittu/QuizApp-Flask.git
  1. Navigate to the project directory using the following command:
cd QuizApp-Flask
  1. Install the required packages using pip:
pip install -r requirements.txt

Usage

  1. Start the Flask development server using the following command:
flask run
  1. Open your web browser and navigate to http://localhost:5000.
  2. Sign up for an account on the platform.
  3. Create your own questions and quizzes or answer existing ones.
  4. Track your progress and see how your knowledge expands over time.

Author

  • Dev-Bittu

Contact With Us

ToDo

  • Add search functionality for questions and quizzes.
  • Implement a leaderboard to track top performers.
  • Show which question you got right, wrong, and which question you didn't.

License

This project is licensed under the MIT License.