You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a folder (ifnot present) called Sourcesin 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 (ifnot 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.
80
80
81
81
---
82
82
@@ -94,5 +94,5 @@ pip install -r requirements.txt
94
94
```
95
95
python quiz_generator.py
96
96
```
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`.
0 commit comments