Question Paper Generator Application

This Java application, developed in Spring Tool Suite, is a Question Paper Generator that creates question papers based on specified criteria.

Table of Contents

  1. Prerequisites
  2. Setup
  3. Usage
  4. Assumptions

Prerequisites

  • Java SE 17 installed.
  • Spring Tool Suite or any Java IDE of your choice.

Setup

  1. Clone the repository to your local machine:
    https://github.com/your-username/question-paper-generator.git
  2. Open the project in Spring Tool Suite or your preferred Java IDE.

Usage

  1. Run the QuestionPaperApp class, which contains the main method.
  2. The application will generate a question paper based on the provided sample questions and specified criteria (total marks and difficulty distribution).
  3. View the generated question paper in the console.