A Backend based application which enables the user to generate the question papers based on various difficulty level.
- Mark for questions of each difficulty is constant.
- Question Dataset is stored as Json file.
- Generated Question Paper will be downloaded in PDF format in users pc downloads' folder.
- The file will be downloaded with name as test.pdf. If downloads folder already contains file named test.pdf, it will override it.
- Json dataset file path needs to be provided as input while executing the code.
- Sample dataset can be found here.
Video.Presentation_1.mp4
-
Make sure system has JDK and eclipse installed.
-
Clone the repository.
-
Open the project in Eclipse IDE.
-
Run the project from Eclipse IDE using Run (Tab) -> Run or press Ctrl+F11.
-
Provide the Input values as asked in the console tab in IDE.
- Project can be extended to select questions based on subject and topic.
- Marks can be varied within a difficulty level.
- Project can be extended to support large user base.