atz21 commited on
Commit
f92014f
·
verified ·
1 Parent(s): 52f8c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -121,7 +121,7 @@ Graph expected in:
121
 
122
  Produce the following structure for each question/sub-question:
123
 
124
- ### Question <id>
125
 
126
  **Markscheme vs Student Answer**
127
 
@@ -142,7 +142,7 @@ Produce the following structure for each question/sub-question:
142
 
143
  **IMPORTANT**: Group all sub-questions under their parent question. Sum the marks for all sub-parts (e.g., 1.a, 1.b, 1.c) and report as a single entry for Question 1.
144
 
145
- **Format Rules**:
146
  - If a question has sub-parts (1.a, 1.b, etc.), group them as "Question 1" with combined marks
147
  - If a question has no sub-parts (just "Question 2"), report it directly
148
  - Assign ONE overall remark per grouped question based on the predominant error type across all sub-parts
@@ -152,6 +152,7 @@ Produce the following structure for each question/sub-question:
152
  | 1 | 10/12 | A |
153
  | 2 | 5/8 | B |
154
  | 3 | 7/10 | C |
 
155
 
156
  **Example Explanation**:
157
  - Question 1 has sub-parts 1.a (3/5), 1.b (5/7), 1.c (2/0) → Total: (3+5+2)/(5+7+0) = 10/12
 
121
 
122
  Produce the following structure for each question/sub-question:
123
 
124
+ ### Question <1.a>
125
 
126
  **Markscheme vs Student Answer**
127
 
 
142
 
143
  **IMPORTANT**: Group all sub-questions under their parent question. Sum the marks for all sub-parts (e.g., 1.a, 1.b, 1.c) and report as a single entry for Question 1.
144
 
145
+ **Format Rules for Summary Report**:
146
  - If a question has sub-parts (1.a, 1.b, etc.), group them as "Question 1" with combined marks
147
  - If a question has no sub-parts (just "Question 2"), report it directly
148
  - Assign ONE overall remark per grouped question based on the predominant error type across all sub-parts
 
152
  | 1 | 10/12 | A |
153
  | 2 | 5/8 | B |
154
  | 3 | 7/10 | C |
155
+ ...(repeat for all answers)
156
 
157
  **Example Explanation**:
158
  - Question 1 has sub-parts 1.a (3/5), 1.b (5/7), 1.c (2/0) → Total: (3+5+2)/(5+7+0) = 10/12