Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,11 +141,10 @@ OUTPUT 1: Provide a JSON array of questions in the following format:
|
|
| 141 |
|
| 142 |
TASK 2: Based on the student's performance in the graded answer sheet, generate a new **8-question remedial test** following these rules:
|
| 143 |
1. 4 remediation items: concepts the student got wrong (2 near-transfer, 2 far-transfer)
|
| 144 |
-
2.
|
| 145 |
3. 1 synthesis/higher-order item: combines multiple concepts
|
| 146 |
-
4. 1 confidence/metacognition item: student reflects on confidence or explains an answer
|
| 147 |
|
| 148 |
-
OUTPUT 2: Provide a JSON array of the 8 remedial questions with question number, topic, and content
|
| 149 |
"""
|
| 150 |
|
| 151 |
result = gemini_generate_content(model, prompt_text=prompt)
|
|
|
|
| 141 |
|
| 142 |
TASK 2: Based on the student's performance in the graded answer sheet, generate a new **8-question remedial test** following these rules:
|
| 143 |
1. 4 remediation items: concepts the student got wrong (2 near-transfer, 2 far-transfer)
|
| 144 |
+
2. 3 retention items: concepts the student got right
|
| 145 |
3. 1 synthesis/higher-order item: combines multiple concepts
|
|
|
|
| 146 |
|
| 147 |
+
OUTPUT 2: Provide a JSON array of the 8 remedial questions with [question number, topic, and content , image and year ]
|
| 148 |
"""
|
| 149 |
|
| 150 |
result = gemini_generate_content(model, prompt_text=prompt)
|