FredyHoundayi commited on
Commit
233f7f7
·
verified ·
1 Parent(s): 032c60f

Update knowledge_quiz_maker.py

Browse files
Files changed (1) hide show
  1. 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. Format each question like this:
74
- Q1. [Question text]
75
- A) [Option A]
76
- B) [Option B]
77
- C) [Option C]
78
- D) [Option D]
79
- Answer: [Correct letter]
 
 
 
 
 
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}