This Java application, developed in Spring Tool Suite, is a Question Paper Generator that creates question papers based on specified criteria.
- Prerequisites
- Setup
- Usage
- Assumptions
- Java SE 17 installed.
- Spring Tool Suite or any Java IDE of your choice.
- Clone the repository to your local machine:
https://github.com/your-username/question-paper-generator.git - Open the project in Spring Tool Suite or your preferred Java IDE.
- Run the QuestionPaperApp class, which contains the main method.
- The application will generate a question paper based on the provided sample questions and specified criteria (total marks and difficulty distribution).
- View the generated question paper in the console.