Skip to content

It is a Django-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.

License

Notifications You must be signed in to change notification settings

dev-bittu/quizapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizapp

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.
  • Leaderboard: Track top performers.

Overview

We host this application here: quizapp. Visit and check this out.

NOTE: For verifying your questions and administrative tasks use this username and password:-

username: admin

password: admin

Installation

  1. For linux:
sudo apt install python3 git -y

In windows: Install git and python's latest version from their official sites

  1. Clone the repository using the following command:
git clone https://github.com/dev-bittu/quizapp.git
  1. Navigate to the project directory using the following command:
cd quizapp
  1. Install the required packages using pip:
pip install -r requirements.txt

Usage

  1. Start the django development server using the following command:
python manage.py runserver
  1. Open your web browser and navigate to http://localhost:8000.
  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.

Technologies Used

  • Django: A high-level Python web framework that provides a clean and efficient way to build web applications.
  • HTML/CSS: The standard markup language and stylesheet language used for creating the website's user interface.
  • JavaScript: A programming language that enables interactive and dynamic features on the website.
  • SQLite: A powerful open-source relational database management system used for efficient data storage and retrieval.
  • Git: A version control system used for tracking changes in the project's source code.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Make sure to follow the project's code of conduct.

Author

ToDo

  • Add search functionality for questions and quizzes.
  • Show which question you got right, wrong, and which question you didn't.

License

This project is licensed under the MIT License.

About

It is a Django-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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published