Skip to content

QuizApp is a Java-based command-line quiz generator allowing users to create and manage quizzes on various topics. It features quiz creation, addition of multiple-choice questions, interactive quiz-taking, and score feedback.

Notifications You must be signed in to change notification settings

Gaurav-Jangid-730/Techplement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Quiz Generator - Java

It's a command-line quiz generator application built in Java as part of a Java Week 1 Task From Techplement.

📚 Table of Contents

  1. Overview
  2. Features
  3. Getting Started
  4. Commands
  5. Contributing
  6. License

📝 Overview

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.

✨ Features

  • 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.

🚀 Getting Started

To get started with Techplement, follow these steps:

  1. Clone the Repository:
git clone https://github.com/your-username/Techplement.git
cd Techplement
cd week1-tasks
  1. Compile and Run the Application:
javac QuizApp.java
java QuizApp
  1. Follow the Commands Documentation: Refer to the Commands section below to create quizzes, add questions, and take quizzes.

📌 Commands

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.

🤝 Contributing

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.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

QuizApp is a Java-based command-line quiz generator allowing users to create and manage quizzes on various topics. It features quiz creation, addition of multiple-choice questions, interactive quiz-taking, and score feedback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages