Update written_module.py
Browse files- written_module.py +4 -2
written_module.py
CHANGED
|
@@ -22,8 +22,10 @@ You are a writing coach helping a student improve their writing for the followin
|
|
| 22 |
First, return a JSON object with scores (0–10) for each of these:
|
| 23 |
{focus_str}
|
| 24 |
|
| 25 |
-
|
| 26 |
-
-
|
|
|
|
|
|
|
| 27 |
- A detailed summary of strengths and improvements
|
| 28 |
- One motivational line, without using the actual motivation keyword
|
| 29 |
|
|
|
|
| 22 |
First, return a JSON object with scores (0–10) for each of these:
|
| 23 |
{focus_str}
|
| 24 |
|
| 25 |
+
For each area:
|
| 26 |
+
- Repeat the score (0–10)
|
| 27 |
+
- Detailed explaination of why the user got that score
|
| 28 |
+
Then add
|
| 29 |
- A detailed summary of strengths and improvements
|
| 30 |
- One motivational line, without using the actual motivation keyword
|
| 31 |
|