Spaces:
Sleeping
Sleeping
Update knowledge_quiz_maker.py
Browse files- knowledge_quiz_maker.py +12 -7
knowledge_quiz_maker.py
CHANGED
|
@@ -70,13 +70,18 @@ GUIDELINES:
|
|
| 70 |
4. Questions should test understanding, not just recall
|
| 71 |
5. Base questions ONLY on the provided context
|
| 72 |
6. If the context doesn't contain enough information, say "Insufficient context to generate this question"
|
| 73 |
-
7.
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
CONTEXT:
|
| 82 |
{context}
|
|
|
|
| 70 |
4. Questions should test understanding, not just recall
|
| 71 |
5. Base questions ONLY on the provided context
|
| 72 |
6. If the context doesn't contain enough information, say "Insufficient context to generate this question"
|
| 73 |
+
7. After each correct answer, provide a clear and concise explanation based strictly on the context
|
| 74 |
+
8. Do NOT use external knowledge
|
| 75 |
+
|
| 76 |
+
FORMAT STRICTLY like this:
|
| 77 |
+
|
| 78 |
+
Q1. [Question text]
|
| 79 |
+
A) [Option A]
|
| 80 |
+
B) [Option B]
|
| 81 |
+
C) [Option C]
|
| 82 |
+
D) [Option D]
|
| 83 |
+
Answer: [Correct letter]
|
| 84 |
+
Explanation: [2-4 sentence explanation referencing the context]
|
| 85 |
|
| 86 |
CONTEXT:
|
| 87 |
{context}
|