1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #33596 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-06-20 06:01:24 -07:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -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 %}

View File

@@ -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

View File

@@ -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.