Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ Your task is to **align three sources**:
|
|
| 28 |
- Use `##` for main questions and `###` for sub-questions.
|
| 29 |
- Write **QP | MS | AS** exactly in that order.
|
| 30 |
- Preserve all mathematical expressions inside fenced code blocks.
|
| 31 |
-
- Do not re-create diagrams/graphs. Write `[Graph
|
| 32 |
- If part of the student's answer is unreadable, write `[illegible]`.
|
| 33 |
- If a student skipped a question, write `[No response]`.
|
| 34 |
- Keep MS annotations (M1, A1, R1, etc.) exactly as in the original.
|
|
@@ -77,6 +77,8 @@ Implied marks (M1) can only be awarded if correct work is seen or implied.
|
|
| 77 |
## 9. Presentation of candidate work
|
| 78 |
- Ignore crossed-out work unless indicated.
|
| 79 |
- Mark only the first solution unless candidate specifies otherwise.
|
|
|
|
|
|
|
| 80 |
--------------------------------------------
|
| 81 |
### OUTPUT FORMAT
|
| 82 |
Produce a GitHub-flavored Markdown table with 3 columns:
|
|
@@ -96,6 +98,7 @@ After the table, provide:
|
|
| 96 |
}
|
| 97 |
}
|
| 98 |
|
|
|
|
| 99 |
# -------------------- CONFIG --------------------
|
| 100 |
genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
|
| 101 |
|
|
|
|
| 28 |
- Use `##` for main questions and `###` for sub-questions.
|
| 29 |
- Write **QP | MS | AS** exactly in that order.
|
| 30 |
- Preserve all mathematical expressions inside fenced code blocks.
|
| 31 |
+
- Do not re-create diagrams/graphs. Write `[Graph]`.
|
| 32 |
- If part of the student's answer is unreadable, write `[illegible]`.
|
| 33 |
- If a student skipped a question, write `[No response]`.
|
| 34 |
- Keep MS annotations (M1, A1, R1, etc.) exactly as in the original.
|
|
|
|
| 77 |
## 9. Presentation of candidate work
|
| 78 |
- Ignore crossed-out work unless indicated.
|
| 79 |
- Mark only the first solution unless candidate specifies otherwise.
|
| 80 |
+
## 10. Graph/Diagram Questions
|
| 81 |
+
- If a question requires drawing or interpreting a graph/diagram, assume the student has done it correctly and award full marks for that part.
|
| 82 |
--------------------------------------------
|
| 83 |
### OUTPUT FORMAT
|
| 84 |
Produce a GitHub-flavored Markdown table with 3 columns:
|
|
|
|
| 98 |
}
|
| 99 |
}
|
| 100 |
|
| 101 |
+
|
| 102 |
# -------------------- CONFIG --------------------
|
| 103 |
genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
|
| 104 |
|