Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantPawar03 authored Nov 20, 2023
1 parent a98b563 commit 577f67a
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ Design and implement a Question Paper Generator application.
- 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
```

- 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.",
Expand All @@ -28,20 +26,20 @@ The question format should be as expected as given below or can be directly take
"marks": 1
}
```
- Directlly add the following set of questions to questionBank collection or change code accordingly
- Install all dependancies using
```
Directlly add the following set of questions to questionBank collection or change code accordingly
```
```
Install all dependancies using npm install
npm i
```



# Results
| Title | Image |
--- | --- |
| Dashboard ||
| File Complaints ||
| Cluster Map ||
| Prediction Graph ||
| Dashboard |<img width="960" alt="image" src="https://github.com/SiddhantPawar03/QuestForge/assets/85052056/d6ecc477-614a-41f2-aaa8-23a1880d6781">|
| Add Subject |<img width="960" alt="SS-1" src="https://github.com/SiddhantPawar03/QuestForge/assets/85052056/0ad5c861-5565-447c-b3f0-e3e51ed6f8cf">|
| Add Topics, Marks |<img width="950" alt="SS-2" src="https://github.com/SiddhantPawar03/QuestForge/assets/85052056/2eda7e6a-cce0-4604-8c50-dba07b4e9bc6">|
| Generate Paper |<img width="947" alt="SS-4" src="https://github.com/SiddhantPawar03/QuestForge/assets/85052056/d0b63147-ed05-4e00-a59a-c8bc62bb71a1">|


0 comments on commit 577f67a

Please sign in to comment.