It's a command-line quiz generator application built in Java as part of a Java Week 1 Task From Techplement.
Quiz generator allows users to create quizzes on various topics, add questions with multiple-choice options, take quizzes, and view their scores. The application is designed to run in the command-line interface (CLI) using Java.
- Create Quizzes: Create quizzes with a specified topic.
- Add Questions: Add multiple-choice questions to existing quizzes.
- Take Quizzes: Take quizzes and receive immediate feedback on scores.
- Simple CLI Interface: Easy-to-use command-line interface for interaction.
To get started with Techplement, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/Techplement.git
cd Techplement
cd week1-tasks
- Compile and Run the Application:
javac QuizApp.java
java QuizApp
- Follow the Commands Documentation: Refer to the Commands section below to create quizzes, add questions, and take quizzes.
This project uses the following commands to interact with the application:
Command | Description |
---|---|
create quiz |
Creates a new quiz with a specified topic. |
add questions |
Adds a new question to an existing quiz. |
take quiz |
Takes an existing quiz and displays the results. |
exit |
Exits the application. |
For detailed usage instructions and examples, see the Commands section in this README.
Contributions are welcome! If you'd like to contribute to Java Quiz generator, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.