diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/monitor-students-progress-with-the-assignment-overview-page.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/monitor-students-progress-with-the-assignment-overview-page.md index 1496f99abe..c5e0f37bda 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/monitor-students-progress-with-the-assignment-overview-page.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/monitor-students-progress-with-the-assignment-overview-page.md @@ -60,3 +60,7 @@ Using a series of dropdown menus, you can apply multiple filters to the assignme 1. To filter for students by passing or failing grades, select the **Passing** {% octicon "triangle-down" aria-hidden="true" %} dropdown menu, then click **Passing** or **Failing**. 1. To unapply a filter, select the associated dropdown menu, then click the filter once more. A {% octicon "check" aria-hidden="true" %} is displayed alongside the name of an applied filter, while unapplied filters only display their names. {% data reusables.classroom.clear-all-assignment-overview %} + +## Downloading assignment details + +{% data reusables.classroom.download-results %} diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md index 67ee2053e0..34f6004240 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md @@ -114,7 +114,7 @@ By default, autograding tests will automatically run whenever a student pushes t ### Download autograding results -You can also download a CSV of your students' autograding scores via the "Download" button. This will generate and download a CSV containing a link to the student's repository, their {% data variables.product.prodname_dotcom %} handle, roster identifier, submission timestamp, and autograding score. +{% data reusables.classroom.download-results %} ### View individual logs diff --git a/data/reusables/classroom/download-results.md b/data/reusables/classroom/download-results.md new file mode 100644 index 0000000000..50097f370c --- /dev/null +++ b/data/reusables/classroom/download-results.md @@ -0,0 +1 @@ +You can download a CSV with details of your students' assignments using the "Download" button on the overview page. This will generate and download a CSV containing a link to the student's repository, their {% data variables.product.prodname_dotcom %} handle, roster identifier, submission timestamp, and autograding score.