Merge branch 'main' into openapi-update-d06701e0eaef012bcdbaa8a1430de0c3926ba047557d63e80a2d2279f67f91a3
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 202 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 297 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 58 KiB |
@@ -126,6 +126,16 @@ You can see the teams that are working on or have submitted an assignment in the
|
||||
<img alt="Group assignment" class="procedural-image-wrapper" src="/assets/images/help/classroom/assignment-group-hero.png">
|
||||
</div>
|
||||
|
||||
## Monitoring students' progress
|
||||
The assignment overview page displays information about your assignment acceptances and team progress. You may have different summary information based on the configurations of your assignments.
|
||||
|
||||
- **Total teams**: The number of teams that have been created.
|
||||
- **Rostered students**: The number of students on the Classroom's roster.
|
||||
- **Students not on a team**: The number of students on the Classroom roster who have not yet joined a team.
|
||||
- **Accepted teams**: The number of teams who have accepted this assignment.
|
||||
- **Assignment submissions**: The number of teams that have submitted the assignment. Submission is triggered at the assignment deadline.
|
||||
- **Passing teams**: The number of teams that are currently passing the autograding tests for this assignment.
|
||||
|
||||
## Next steps
|
||||
|
||||
- After you create the assignment and your students form teams, team members can start work on the assignment using Git and {% data variables.product.product_name %}'s features. Students can clone the repository, push commits, manage branches, create and review pull requests, address merge conflicts, and discuss changes with issues. Both you and the team can review the commit history for the repository. For more information, see "[Getting started with {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github)," "[Repositories](/repositories)," "[Using Git](/github/getting-started-with-github/using-git)," and "[Collaborating with issues and pull requests](/github/collaborating-with-issues-and-pull-requests)," and the free course on [managing merge conflicts](https://lab.github.com/githubtraining/managing-merge-conflicts) from {% data variables.product.prodname_learning %}.
|
||||
|
||||
@@ -100,12 +100,21 @@ Optionally, you can automatically grade assignments and create a space for discu
|
||||
|
||||
{% data reusables.classroom.assignments-guide-invite-students-to-assignment %}
|
||||
|
||||
You can see whether a student has joined the classroom and accepted or submitted an assignment in the **All students** tab for the assignment. {% data reusables.classroom.assignments-to-prevent-submission %}
|
||||
You can see whether a student has joined the classroom and accepted or submitted an assignment in the **Classroom roster** tab for the assignment. You can also link students' {% data variables.product.prodname_dotcom %} aliases to their associated roster identifier and vice versa in this tab. {% data reusables.classroom.assignments-to-prevent-submission %}
|
||||
|
||||
<div class="procedural-image-wrapper">
|
||||
<img alt="Individual assignment" class="procedural-image-wrapper" src="/assets/images/help/classroom/assignment-individual-hero.png">
|
||||
</div>
|
||||
|
||||
## Monitoring students' progress
|
||||
The assignment overview page provides an overview of your assignment acceptances and student progress. You may have different summary information based on the configurations of your assignments.
|
||||
|
||||
- **Rostered students**: The number of students on the Classroom's roster.
|
||||
- **Added students**: The number of {% data variables.product.prodname_dotcom %} accounts that have accepted the assignment and are not associated with a roster identifier.
|
||||
- **Accepted students**: The number of accounts have accepted this assignment.
|
||||
- **Assignment submissions**: The number of students that have submitted the assignment. Submission is triggered at the assignment deadline.
|
||||
- **Passing students**: The number of students currently passing the autograding tests for this assignment.
|
||||
|
||||
## Next steps
|
||||
|
||||
- Once you create the assignment, students can start work on the assignment using Git and {% data variables.product.product_name %}'s features. Students can clone the repository, push commits, manage branches, create and review pull requests, address merge conflicts, and discuss changes with issues. Both you and student can review the commit history for the repository. For more information, see "[Getting started with {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github)," "[Repositories](/repositories)," and "[Collaborating with issues and pull requests](/github/collaborating-with-issues-and-pull-requests)."
|
||||
|
||||
@@ -20,7 +20,7 @@ You can use a testing framework, run a custom command, write input/output tests,
|
||||
|
||||
You can see an overview of which students are passing autograding tests by navigating to the assignment in {% data variables.product.prodname_classroom %}. A green checkmark means that all tests are passing for the student, and a red X means that some or all tests are failing for the student. If you award points for one or more tests, then a bubble shows the score for the tests out of the maximum possible score for the assignment.
|
||||
|
||||

|
||||

|
||||
|
||||
## Grading methods
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
To prevent acceptance or submission of an assignment by students, deselect **Enable assignment invitation URL**. To edit the assignment, click {% octicon "pencil" aria-label="The pencil icon" %} **Edit assignment**.
|
||||
To prevent acceptance or submission of an assignment by students, you can change the "Assignment Status" within the "Edit assignment" view. When an assignment is Active, students will be able to accept it using the invitation link. When it is Inactive, this link will no longer be valid.
|
||||
|
||||
Reference in New Issue
Block a user