From eb994a519a36ea83a88471675d1686267705a6ee Mon Sep 17 00:00:00 2001 From: rrohit2901 Date: Mon, 18 Nov 2019 23:55:45 +0530 Subject: [PATCH 1/2] Corrected few erros in documenetation. --- _docs/grader/grade_inquiry_grader.md | 4 ++-- _docs/student/submission.md | 2 +- _docs/sysadmin/course_archiving.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_docs/grader/grade_inquiry_grader.md b/_docs/grader/grade_inquiry_grader.md index b7ebb789..06903ffd 100644 --- a/_docs/grader/grade_inquiry_grader.md +++ b/_docs/grader/grade_inquiry_grader.md @@ -44,7 +44,7 @@ and [Enabling Grade Inquiries](../instructor/grade_inquiry_instructor). ### Reopening Grade Inquiries -If a grade inquiry was prematurely closed or resolved the grader can reopen the grade inquiry by pressing the blue 'Reopen Grade Inquiry' button. +If a grade inquiry was prematurely closed or resolved, the grader can reopen the grade inquiry by pressing the blue 'Reopen Grade Inquiry' button. ![](/images/grade_inquiry/instructor_reload_grade_inquiry.PNG) @@ -60,7 +60,7 @@ person during office hours. ### Grade Inquiry Per Component -If grade inquiry per component is enabled, grade inquiries can be made for a specific component. For example, assume there is a component of the gradeable named Read Me and a component named Documentation. Now two separate grade inquiries can be made for each of these components. The grader(s) who graded that component will get notified if they are a grader that can be shown. +If grade inquiry per component is enabled, grade inquiries can be made for a specific component. For example, assume there is a component of the gradeable named ReadMe and a component named Documentation. Now two separate grade inquiries can be made for each of these components. The grader(s) who graded that component will get notified if they are a grader that can be shown. ![](/images/grade_inquiry/grader_grade_inquiry_per_component.PNG) diff --git a/_docs/student/submission.md b/_docs/student/submission.md index 62e603ff..eca1e295 100644 --- a/_docs/student/submission.md +++ b/_docs/student/submission.md @@ -39,7 +39,7 @@ Once you have selected all necessary files, press "Submit". Then wait patiently for your assignment to be graded. The page will automatically refresh when grading is complete. If the assignment is computationally intensive or if the server is busy grading your -classmates work, you may need to wait longer. +classmate's work, you may need to wait longer. ![](/images/Submission_Result_Buggy.png) diff --git a/_docs/sysadmin/course_archiving.md b/_docs/sysadmin/course_archiving.md index daa01108..8797054a 100644 --- a/_docs/sysadmin/course_archiving.md +++ b/_docs/sysadmin/course_archiving.md @@ -86,7 +86,7 @@ chmod ugo-w /var/local/submitty/courses// ``` Note that both of these changes can be nontrivial to revert (since the -permissions and group ownership are nonuniform within the course +permissions and group ownership are non-uniform within the course directory. _TODO: Add more instructions and notes as the procedure is developed._ From e0c6f35cc26fa728399621c01e8667d194b5709e Mon Sep 17 00:00:00 2001 From: rrohit2901 Date: Thu, 21 Nov 2019 13:45:00 +0530 Subject: [PATCH 2/2] Implemented the recomendations. --- _docs/grader/grade_inquiry_grader.md | 2 +- _docs/student/submission.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/grader/grade_inquiry_grader.md b/_docs/grader/grade_inquiry_grader.md index 06903ffd..c39d022f 100644 --- a/_docs/grader/grade_inquiry_grader.md +++ b/_docs/grader/grade_inquiry_grader.md @@ -60,7 +60,7 @@ person during office hours. ### Grade Inquiry Per Component -If grade inquiry per component is enabled, grade inquiries can be made for a specific component. For example, assume there is a component of the gradeable named ReadMe and a component named Documentation. Now two separate grade inquiries can be made for each of these components. The grader(s) who graded that component will get notified if they are a grader that can be shown. +If grade inquiry per component is enabled, grade inquiries can be made for a specific component. For example, assume there is a component of the gradeable named README and a component named Documentation. Now two separate grade inquiries can be made for each of these components. The grader(s) who graded that component will get notified if they are a grader that can be shown. ![](/images/grade_inquiry/grader_grade_inquiry_per_component.PNG) diff --git a/_docs/student/submission.md b/_docs/student/submission.md index eca1e295..9e102551 100644 --- a/_docs/student/submission.md +++ b/_docs/student/submission.md @@ -39,7 +39,7 @@ Once you have selected all necessary files, press "Submit". Then wait patiently for your assignment to be graded. The page will automatically refresh when grading is complete. If the assignment is computationally intensive or if the server is busy grading your -classmate's work, you may need to wait longer. +classmates' work, you may need to wait longer. ![](/images/Submission_Result_Buggy.png)