Skip to content

Following website would help to generate question paper based on various factors.

Notifications You must be signed in to change notification settings

SiddhantPawar03/QuestForge

Repository files navigation

Project Title - Question Paper Generator

Aim:

Design and implement a Question Paper Generator application.

Features

  • Generate Question Paper.
  • Paper generation can be carried out on various subjects.
  • Every subject can have various topics, fetched from the database.
  • Paper can be drafted according to Total Marks & Marks Distribution.
  • Generated Question Paper can be saved in the database & viewed by the respective authors.

Guildelines

  • Before starting make sure you have MongoDB installed locally.
  • The question format should be as expected as given below or can be directly taken from questionBank.json
{
    "question": "Discuss the concept of smart polymers and their applications.",
    "subject": "Chemistry",
    "topic": "Polymers",
    "difficulty": "Easy",
    "marks": 1
}
  • Directlly add the following set of questions to questionBank collection or change code accordingly
  • Install all dependancies using
npm i

Results

Title Image
Dashboard image
Add Subject SS-1
Add Topics, Marks SS-2
Generate Paper SS-4

About

Following website would help to generate question paper based on various factors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published