Skip to content

Files

Latest commit

 

History

History
77 lines (53 loc) Β· 2.01 KB

README.md

File metadata and controls

77 lines (53 loc) Β· 2.01 KB

Quiz Platform

Welcome to the Quiz Platform, a web application that allows professors to create quizzes and students to take them. This README provides an overview of how the platform works and instructions for usage.

Table of Contents

Features

  • Professors can create quizzes with various question types ( true/false, etc.).
  • Students can log in and access quizzes assigned to them.
  • Real-time quiz results and analytics for professors.
  • Easy-to-use interface for both professors and students.

Getting Started

To get started with the Quiz Platform, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/quiz-platform.git
    cd quiz-platform
  2. Install Dependencies:

    npm install
  3. Run the Application:

    npm start
  4. Open in Browser: Open your browser and navigate to http://localhost:3000 to access the application.

Usage

Professor Role:

  1. Log in with your professor credentials.
  2. Create a new quiz by selecting the "Create Quiz" option.
  3. Add questions to the quiz with the desired question types and options.
  4. Assign the quiz to specific students or classes.

Student Role:

  1. Log in with your student credentials.
  2. Access the assigned quizzes on your dashboard.
  3. Take the quizzes and submit your answers.

Screenshots

Login Login

Prof side Prof side

Student side Student side

Try It Out

You can try out the Quiz Platform here.

License

This project is licensed under the MIT License.