Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-bittu/quizapp-flask
It is a Flask-based website that facilitates collaboration and quiz creation among students. It has a friendly UI, security features, efficient database management, realtime collaboration, and peer-to-peer quiz attempts. It is valuable for educators and students seeking to streamline the quiz creation process and enhance their learning experience.
https://github.com/dev-bittu/quizapp-flask
flask flask-application flask-login flask-sqlalchemy quiz quiz-app quizapp web webapp website
Last synced: 8 days ago
JSON representation
It is a Flask-based website that facilitates collaboration and quiz creation among students. It has a friendly UI, security features, efficient database management, realtime collaboration, and peer-to-peer quiz attempts. It is valuable for educators and students seeking to streamline the quiz creation process and enhance their learning experience.
- Host: GitHub
- URL: https://github.com/dev-bittu/quizapp-flask
- Owner: dev-bittu
- License: mit
- Created: 2023-08-26T15:48:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T12:41:40.000Z (over 1 year ago)
- Last Synced: 2024-11-18T00:09:12.856Z (2 months ago)
- Topics: flask, flask-application, flask-login, flask-sqlalchemy, quiz, quiz-app, quizapp, web, webapp, website
- Language: Python
- Homepage:
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
sudo apt install python3 git -y
```
2. Clone the repository using the following command:
```bash
git clone https://github.com/Dev-Bittu/QuizApp-Flask.git
```
3. Navigate to the project directory using the following command:
```bash
cd QuizApp-Flask
```
4. Install the required packages using pip:
```bash
pip install -r requirements.txt
```## Usage
1. Start the Flask development server using the following command:
```bash
flask run
```
2. Open your web browser and navigate to http://localhost:5000.
3. Sign up for an account on the platform.
4. Create your own questions and quizzes or answer existing ones.
5. Track your progress and see how your knowledge expands over time.## Author
- Dev-Bittu### Contact With Us
- [GitHub](https://github.com/Dev-Bittu "Dev-Bittu")## 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](LICENSE "License File").