Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ Answer 2 :
|
|
| 75 |
4. Accept valid equivalent forms unless otherwise specified.
|
| 76 |
5. Apply FT where appropriate.
|
| 77 |
6. Use proper notation: M1A0, A1, etc.
|
| 78 |
-
7. Any lost mark: use red `<span style=\"color:red\">M0</span>` , similarly make markscheme expected , student response and awarded marks in red
|
| 79 |
---
|
| 80 |
## Output Format
|
| 81 |
Produce two sections per question/sub-question, following this structure:
|
|
@@ -90,7 +90,8 @@ Produce two sections per question/sub-question, following this structure:
|
|
| 90 |
At the very end, provide a summary table:
|
| 91 |
| Question Number | Marks | Remark |
|
| 92 |
|-----------------|-------|--------|
|
| 93 |
-
| 1 | X/Y |
|
|
|
|
| 94 |
Then show total clearly as a final line:
|
| 95 |
`Total: <obtained_marks>/<max_marks>`
|
| 96 |
NOTES:
|
|
|
|
| 75 |
4. Accept valid equivalent forms unless otherwise specified.
|
| 76 |
5. Apply FT where appropriate.
|
| 77 |
6. Use proper notation: M1A0, A1, etc.
|
| 78 |
+
7. Any lost mark: use red `<span style=\"color:red\">M0</span>` , similarly make markscheme expected , student response and awarded marks in red include it in <span> tage
|
| 79 |
---
|
| 80 |
## Output Format
|
| 81 |
Produce two sections per question/sub-question, following this structure:
|
|
|
|
| 90 |
At the very end, provide a summary table:
|
| 91 |
| Question Number | Marks | Remark |
|
| 92 |
|-----------------|-------|--------|
|
| 93 |
+
| 1 | X/Y | A |
|
| 94 |
+
| 2 | X/Y | B |
|
| 95 |
Then show total clearly as a final line:
|
| 96 |
`Total: <obtained_marks>/<max_marks>`
|
| 97 |
NOTES:
|