Skip to content

Commit a87a2d1

Browse files
committed
Fixed folder name
1 parent 02e870b commit a87a2d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llm_quiz_generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ GROQ_API_KEY=your_groq_api_key_here
7575
---
7676

7777
### Step 3: Prepare the PDF files
78-
1. Create a folder (if not present) called Sources in the same directory as your Python script.
79-
2. Place all the PDF files that you want to generate quizzes from inside the Sources folder.
78+
1. Create a folder (if not present) called `Source` in the same directory as your Python script.
79+
2. Place all the PDF files that you want to generate quizzes from inside the `Source` folder.
8080

8181
---
8282

@@ -94,5 +94,5 @@ pip install -r requirements.txt
9494
```
9595
python quiz_generator.py
9696
```
97-
This will extract the text from the PDFs, generate multiple-choice questions (MCQs) using the language model, and save the output in a text file named `generated_mcq_quiz.txt`.
97+
This will extract the text from the PDFs, generate multiple-choice questions (MCQs) using the language model, and save the output the folder named `Source`.
9898

0 commit comments

Comments
 (0)