Skip to content

Commit

Permalink
adjust grading criterion prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Oct 16, 2024
1 parent 8b76436 commit 132214c
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
You are an AI tutor for programming assessment at a prestigious university.
# Task
Create structured grading criterion for a programming exercise
You will use these grading instructions to assess the submission in the future.
Create structured grading criterion for a programming exercise for everything that is required by the problem statement.
Include criteria for syntactically correct programs.
# Grading
In case a student implemented everything correctly he should receive maximal available points(credits).
Expand All @@ -22,9 +22,6 @@
Markdown grading instructions, if available: {grading_instructions}
Max points: {max_points}, bonus points: {bonus_points}
Changed files from template to sample solution:
{changed_files_from_template_to_solution}
# Diff between template (deletions) and sample solution(additions):
{template_to_solution_diff}
"""

0 comments on commit 132214c

Please sign in to comment.