We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3456 commit 0f00edfCopy full SHA for 0f00edf
lib/javascript/grader/src/main.ts
@@ -504,7 +504,8 @@ Guidelines:
504
- Provide constructive feedback
505
- Consider both what was implemented and how well it was implemented
506
- Reference specific aspects from the grading criteria, but DO NOT include score in the feedback
507
-- Keep feedback concise but helpful`;
+- Keep feedback concise but helpful
508
+- Do not address the student directly in the feedback, just provide the analysis`;
509
510
const response = UrlFetchApp.fetch("https://api.openai.com/v1/chat/completions", {
511
method: "post",
0 commit comments