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.
- 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.
To get started with the Quiz Platform, follow these steps:
-
Clone the Repository:
git clone https://github.com/your-username/quiz-platform.git cd quiz-platform
-
Install Dependencies:
npm install
-
Run the Application:
npm start
-
Open in Browser: Open your browser and navigate to
http://localhost:3000
to access the application.
- Log in with your professor credentials.
- Create a new quiz by selecting the "Create Quiz" option.
- Add questions to the quiz with the desired question types and options.
- Assign the quiz to specific students or classes.
- Log in with your student credentials.
- Access the assigned quizzes on your dashboard.
- Take the quizzes and submit your answers.
You can try out the Quiz Platform here.
This project is licensed under the MIT License.