File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/packages/frontend/course/assignments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ export class AssignmentsActions {
451
451
content += `\
452
452
\n\n\n# Peer graded\n\n
453
453
Your assignment was peer graded by other students.
454
- You can find the comments they made in the folders below.\
454
+ You can find the comments they made above and any directly to your work in the folders below.\
455
455
` ;
456
456
}
457
457
@@ -1043,7 +1043,7 @@ ${details}
1043
1043
if ( ! allComments [ student_id ] ) {
1044
1044
const studentComments = comments
1045
1045
. filter ( ( x ) => x . trim ( ) )
1046
- . map ( ( x ) => `- ${ x } ` )
1046
+ . map ( ( x ) => `- ${ x . trim ( ) } ` )
1047
1047
. join ( "\n\n" ) ;
1048
1048
allComments [ student_id ] = `Grades: ${ grades . join ( ", " ) } \n\n${
1049
1049
studentComments ? "Student Comments:\n" + studentComments : ""
You can’t perform that action at this time.
0 commit comments