Skip to content

Commit 6d60200

Browse files
authored
fix: removes tentative grade from comment (#11)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 2b9dcc7 commit 6d60200

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/javascript/grader/src/main.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,6 @@ function generateReviewComment(analysis: GradingAnalysis, studentName: string):
583583
**Student:** ${studentName}
584584
**Date:** ${new Date().toLocaleDateString()}
585585
586-
### Scores
587-
- **Functional Score:** ${analysis.functionalScore}/5
588-
- **Technical Score:** ${analysis.technicalScore}/5
589-
590586
### Feedback
591587
${analysis.feedback}
592588

0 commit comments

Comments
 (0)