Skip to content

Commit 0f00edf

Browse files
authored
fix: adjusts the grader prompt to ensure student is not addressed directly (#535)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 59d3456 commit 0f00edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/javascript/grader/src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ Guidelines:
504504
- Provide constructive feedback
505505
- Consider both what was implemented and how well it was implemented
506506
- Reference specific aspects from the grading criteria, but DO NOT include score in the feedback
507-
- Keep feedback concise but helpful`;
507+
- Keep feedback concise but helpful
508+
- Do not address the student directly in the feedback, just provide the analysis`;
508509

509510
const response = UrlFetchApp.fetch("https://api.openai.com/v1/chat/completions", {
510511
method: "post",

0 commit comments

Comments
 (0)