From 9bdfa9d18dd73cbcb15f0a4e0ffe89d5b60aeec5 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 16:07:24 +0000 Subject: [PATCH 01/39] wip --- content/education/index.md | 1 + .../about-github-classroom.md | 50 +++++++++++++++++++ .../index.md | 1 + .../create-a-group-assignment.md | 2 +- 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md diff --git a/content/education/index.md b/content/education/index.md index 6e7d3aee141a..b481c1318863 100644 --- a/content/education/index.md +++ b/content/education/index.md @@ -14,6 +14,7 @@ featuredLinks: - /get-started/quickstart/git-and-github-learning-resources - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom popular: + - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md - /education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students - /education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers - /desktop diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md new file mode 100644 index 000000000000..4c9adb3051a8 --- /dev/null +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -0,0 +1,50 @@ +--- +title: About GitHub Classroom +shortTitle: About GitHub Classroom +intro: '{% data variables.product.prodname_classroom %} is a space where teachers, organizations or school administrators can create assignments, collaborate with teaching assistants, and invite students in a single course.' +product: 'Education' +type: overview +topics: + - Fundamentals +versions: + fpt: '*' +redirect_from: + - /education/manage-coursework-with-github-classroom/about-github-classroom + +--- + + +## About {% data variables.product.prodname_classroom %} + +{% data variables.product.prodname_classroom %} is an all-in-one platform that makes it easier for teachers and school administrators to manage students' course-works, assignments and code submissions. With {% data variables.product.prodname_classroom %}, you can create group assignments and assign your students to teams, which makes it easier for your students to collaborate and for you and for you to grade them. + +With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository.md)." + +You can also configure workflows, so that on each push of code to a pull request, your students' submissions are autograded. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md)." + +{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md)." + +You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %}. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom.md)." + + +## GitHub Classroom Features + +### Integrated Development Environment (IDE) + +{% data variables.product.prodname_classroom %} allows you to integrate a classroom with an IDE. Students can choose to either makes changes online or offline. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)." + +### Autograding + +{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md)." + +## Feedbacks + +{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md)." + +To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md)." + + +## Further reading + +- “[AUTOTITLE](https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom)” +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md)" diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md index ffb5cd0887c6..4ce554cea0c8 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md @@ -5,6 +5,7 @@ intro: 'Learn how to configure and use {% data variables.product.prodname_classr versions: fpt: '*' children: + - /about-github-classroom - /basics-of-setting-up-github-classroom - /glossary --- diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md index 6de6a059cf13..82fd257a487b 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md @@ -152,5 +152,5 @@ The assignment overview page displays information about your assignment acceptan ## Further reading -- [{% data variables.product.prodname_global_campus %} for teachers](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers) +- "[{% data variables.product.prodname_global_campus %} for teachers](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers)" - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)" From 19a8ed1302f20c5e12197c3405c2a0ad698e2b6f Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 16:15:13 +0000 Subject: [PATCH 02/39] Fixed failing links --- .../about-github-classroom.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 4c9adb3051a8..d4565356e635 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -18,13 +18,13 @@ redirect_from: {% data variables.product.prodname_classroom %} is an all-in-one platform that makes it easier for teachers and school administrators to manage students' course-works, assignments and code submissions. With {% data variables.product.prodname_classroom %}, you can create group assignments and assign your students to teams, which makes it easier for your students to collaborate and for you and for you to grade them. -With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository.md)." +With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." -You can also configure workflows, so that on each push of code to a pull request, your students' submissions are autograded. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md)." +You can also configure workflows, so that on each push of code to a pull request, your students' submissions are autograded. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." -{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md)." +{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." -You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %}. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom.md)." +You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %}. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." ## GitHub Classroom Features @@ -35,16 +35,16 @@ You can optionally connect a learning management system (LMS) with {% data varia ### Autograding -{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md)." +{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." ## Feedbacks -{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md)." +{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." -To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md)." +To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)." ## Further reading - “[AUTOTITLE](https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom)” -- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md)" +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From ed42ca4e9ae05b1fefe5cd15ecb60d2254e7380b Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 17:16:12 +0100 Subject: [PATCH 03/39] Update index.md --- content/education/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/index.md b/content/education/index.md index b481c1318863..dda90506fbab 100644 --- a/content/education/index.md +++ b/content/education/index.md @@ -14,7 +14,7 @@ featuredLinks: - /get-started/quickstart/git-and-github-learning-resources - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom popular: - - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md + - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom - /education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students - /education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers - /desktop From 7e85c3d94c63e228ddd2cc152a1d9401a34fe6cd Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 16:21:43 +0000 Subject: [PATCH 04/39] Fixed hardcoded link --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index d4565356e635..517805f40b7b 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -46,5 +46,5 @@ To learn more about the various {% data variables.product.prodname_classroom %} ## Further reading -- “[AUTOTITLE](https://docs.github.com/en/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom)” +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom)" - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From 10cdf91f3e45e407d674555079773bbe050e7373 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 17:27:55 +0100 Subject: [PATCH 05/39] Update about-github-classroom.md --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 517805f40b7b..de672b61b16d 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -39,7 +39,7 @@ You can optionally connect a learning management system (LMS) with {% data varia ## Feedbacks -{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." +{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)." From 23be93b8c6ec4b992ff4836803394971dcd641a3 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 17:41:59 +0100 Subject: [PATCH 06/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index de672b61b16d..5fdb2f076310 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -1,6 +1,5 @@ --- title: About GitHub Classroom -shortTitle: About GitHub Classroom intro: '{% data variables.product.prodname_classroom %} is a space where teachers, organizations or school administrators can create assignments, collaborate with teaching assistants, and invite students in a single course.' product: 'Education' type: overview From b80fd1562cd91b675064b652983675e977de1d73 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 17:42:12 +0100 Subject: [PATCH 07/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../about-github-classroom.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 5fdb2f076310..2ce87779aca5 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -7,9 +7,6 @@ topics: - Fundamentals versions: fpt: '*' -redirect_from: - - /education/manage-coursework-with-github-classroom/about-github-classroom - --- From 1349206bbd66bfe2ed468dd64489a9b72314ced4 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 15 Mar 2023 17:42:27 +0100 Subject: [PATCH 08/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 2ce87779aca5..ec81c51b7896 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -1,7 +1,6 @@ --- title: About GitHub Classroom intro: '{% data variables.product.prodname_classroom %} is a space where teachers, organizations or school administrators can create assignments, collaborate with teaching assistants, and invite students in a single course.' -product: 'Education' type: overview topics: - Fundamentals From d67b75a4d3a34e646dafa4e7301bb9b031d3d3c3 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:03:56 +0100 Subject: [PATCH 09/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index ec81c51b7896..82d1fe12d515 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -1,6 +1,6 @@ --- title: About GitHub Classroom -intro: '{% data variables.product.prodname_classroom %} is a space where teachers, organizations or school administrators can create assignments, collaborate with teaching assistants, and invite students in a single course.' +intro: 'Teachers and school administrators can use {% data variables.product.prodname_classroom %} to create virtual classrooms, make and edit assignments, automatically grade assignment submissions, and more.' type: overview topics: - Fundamentals From 5ae7763689037535250a72ad3b6797cabb87c4b3 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:04:05 +0100 Subject: [PATCH 10/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 82d1fe12d515..7a4bcb982c7d 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -8,7 +8,6 @@ versions: fpt: '*' --- - ## About {% data variables.product.prodname_classroom %} {% data variables.product.prodname_classroom %} is an all-in-one platform that makes it easier for teachers and school administrators to manage students' course-works, assignments and code submissions. With {% data variables.product.prodname_classroom %}, you can create group assignments and assign your students to teams, which makes it easier for your students to collaborate and for you and for you to grade them. From 7a7ec050963c0e9dd57ec08e2582b01faa24a798 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:04:14 +0100 Subject: [PATCH 11/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 7a4bcb982c7d..d4d8fd3715ea 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -10,7 +10,7 @@ versions: ## About {% data variables.product.prodname_classroom %} -{% data variables.product.prodname_classroom %} is an all-in-one platform that makes it easier for teachers and school administrators to manage students' course-works, assignments and code submissions. With {% data variables.product.prodname_classroom %}, you can create group assignments and assign your students to teams, which makes it easier for your students to collaborate and for you and for you to grade them. +{% data variables.product.prodname_classroom %} is a teaching tool that lets teachers and school administrators create and manage digital classrooms and assignments. You can create assignments for individual students or groups, set due dates, and track assignments on your teacher dashboard. Additionally, {% data variables.product.prodname_classroom %} has many features that simplify tasks like providing feedback, grading assignments, and integrating your existing teaching tools. With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." From 0bda2d345646b37fbba9132a4e0cec73b8d3e69c Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:04:26 +0100 Subject: [PATCH 12/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index d4d8fd3715ea..9d68996e370a 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -40,5 +40,4 @@ To learn more about the various {% data variables.product.prodname_classroom %} ## Further reading -- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom)" - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From 7062534c83839e3600726bc8af67823b2c1e470e Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:05:10 +0100 Subject: [PATCH 13/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 9d68996e370a..5417e087d7f7 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -21,7 +21,7 @@ You can also configure workflows, so that on each push of code to a pull request You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %}. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." -## GitHub Classroom Features +## {% data variables.product.prodname_classroom %} features ### Integrated Development Environment (IDE) From 01b6cfb3cd2d2df1fda75af290d3b610c382d0f4 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:05:27 +0100 Subject: [PATCH 14/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 5417e087d7f7..40fb990f9b6e 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -31,7 +31,7 @@ You can optionally connect a learning management system (LMS) with {% data varia {% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." -## Feedbacks +### Feedback {% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." From 107daccd403ea684a5c54b675afe909888a3954d Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 17 Mar 2023 19:06:26 +0100 Subject: [PATCH 15/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 40fb990f9b6e..f17592efc1e2 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -37,7 +37,6 @@ You can optionally connect a learning management system (LMS) with {% data varia To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)." - ## Further reading - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From 3f809641e910f74b1a7deba97db98c77ba0fd92d Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Sat, 18 Mar 2023 00:47:23 +0000 Subject: [PATCH 16/39] Made changes based on PR feedback. --- ...about-github-global-campus-for-students.md | 1 + ...ly-to-github-global-campus-as-a-student.md | 3 ++- .../about-github-classroom.md | 24 +++++++++++-------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md index 3726c5a6e3fe..7534e4bf4694 100644 --- a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md +++ b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md @@ -47,3 +47,4 @@ Once you are a verified {% data variables.product.prodname_global_campus %} stud - "[AUTOTITLE](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/about-github-global-campus-for-teachers)" - "[AUTOTITLE](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-community-exchange)" +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom)" diff --git a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md index 27d1436afb41..005d3a4689c0 100644 --- a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md +++ b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md @@ -60,4 +60,5 @@ To see when your free access to the {% data variables.product.prodname_student_p - "[AUTOTITLE](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/why-wasnt-my-application-to-global-campus-for-students-approved)" - "[AUTOTITLE](/get-started/signing-up-for-github/signing-up-for-a-new-github-account)" -- [{% data variables.product.prodname_education %}](https://education.github.com) +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom)" +- [{% data variables.product.prodname_education %}](https://education.github.com) \ No newline at end of file diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index f17592efc1e2..c919c108cc3e 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -12,31 +12,35 @@ versions: {% data variables.product.prodname_classroom %} is a teaching tool that lets teachers and school administrators create and manage digital classrooms and assignments. You can create assignments for individual students or groups, set due dates, and track assignments on your teacher dashboard. Additionally, {% data variables.product.prodname_classroom %} has many features that simplify tasks like providing feedback, grading assignments, and integrating your existing teaching tools. -With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." - -You can also configure workflows, so that on each push of code to a pull request, your students' submissions are autograded. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." - -{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." - -You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %}. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." - ## {% data variables.product.prodname_classroom %} features +{% data variables.product.prodname_classroom %} offers a variety of features that frees up your time and lets you focus on teaching. + ### Integrated Development Environment (IDE) {% data variables.product.prodname_classroom %} allows you to integrate a classroom with an IDE. Students can choose to either makes changes online or offline. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)." ### Autograding -{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." +{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." ### Feedback -{% data variables.product.prodname_classroom %} lets you create special feedback pull request to leave feedback on your students' submissions. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." +{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." + + +### Assignment Templates + +With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." + +### Learning Management System + +You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %} so that you can import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)." + ## Further reading - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From 8a77cb5efb7330d41a27136bd3357727019a8874 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:46:52 +0100 Subject: [PATCH 17/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index c919c108cc3e..b13bf62a0a28 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -12,7 +12,6 @@ versions: {% data variables.product.prodname_classroom %} is a teaching tool that lets teachers and school administrators create and manage digital classrooms and assignments. You can create assignments for individual students or groups, set due dates, and track assignments on your teacher dashboard. Additionally, {% data variables.product.prodname_classroom %} has many features that simplify tasks like providing feedback, grading assignments, and integrating your existing teaching tools. - ## {% data variables.product.prodname_classroom %} features {% data variables.product.prodname_classroom %} offers a variety of features that frees up your time and lets you focus on teaching. From 67fbfc45a74d8e8e0dcb6810a88fc7af71def3bb Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:47:06 +0100 Subject: [PATCH 18/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index b13bf62a0a28..aa5318d15d27 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -28,7 +28,6 @@ versions: {% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." - ### Assignment Templates With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." From 915d3f0b8c4d298c453c93fd0c4c453cefffe187 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:48:06 +0100 Subject: [PATCH 19/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index aa5318d15d27..61a576c71b28 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -22,7 +22,7 @@ versions: ### Autograding -{% data variables.product.prodname_classroom %} allows you to configure workflows to automatically grade students on submission of a pull-request. To learn more about autograding in GitHub Classroom, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." +Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade students' work each time they push to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." ### Feedback From 206395b779ff857603af21333f6ff893b6a69929 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:48:50 +0100 Subject: [PATCH 20/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 61a576c71b28..4e0175507aa6 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -16,7 +16,7 @@ versions: {% data variables.product.prodname_classroom %} offers a variety of features that frees up your time and lets you focus on teaching. -### Integrated Development Environment (IDE) +### Integrate a classroom with an integrated development environment (IDE) {% data variables.product.prodname_classroom %} allows you to integrate a classroom with an IDE. Students can choose to either makes changes online or offline. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)." From f2bc4617d95865916370ed7331ae5a288d667112 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:49:06 +0100 Subject: [PATCH 21/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 4e0175507aa6..a1bb93e7576e 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -24,7 +24,7 @@ versions: Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade students' work each time they push to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." -### Feedback +### Feedback pull requests {% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." From baa12c63577b2f74e51619bae2b788fb8288c84a Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:49:19 +0100 Subject: [PATCH 22/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index a1bb93e7576e..963c11f803a7 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -32,7 +32,7 @@ Through {% data variables.product.prodname_classroom %}, you can configure tests With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." -### Learning Management System +### Connect a learning management system You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %} so that you can import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." From af6c2bcf6eae22564bce9ab952c0bf0d006823a6 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:50:01 +0100 Subject: [PATCH 23/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 963c11f803a7..4436b91ef9f3 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -26,7 +26,7 @@ Through {% data variables.product.prodname_classroom %}, you can configure tests ### Feedback pull requests -{% data variables.product.prodname_classroom %} lets you enable pull request for feedback. This creates a special pull request titled **Feedback** in the assignment repository for each student or team. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." +With {% data variables.product.prodname_classroom %}, you can enable feedback pull requests. If you enable this feature for an assignment, {% data variables.product.prodname_classroom %} creates a special pull request titled **Feedback** in the assignment repository for each student or group. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." ### Assignment Templates From a6b1ba9555a35030c0cdc5c2821032e54adc60b4 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:50:37 +0100 Subject: [PATCH 24/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../about-github-classroom.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 4436b91ef9f3..34a21e354bdc 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -36,9 +36,6 @@ With {% data variables.product.prodname_classroom %}, you can create template re You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %} so that you can import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." -To learn more about the various {% data variables.product.prodname_classroom %} features, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)." - - ## Further reading - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From b56d1a6e671d1534be46a724e0090eb3c9c69a04 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:51:05 +0100 Subject: [PATCH 25/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 34a21e354bdc..9653e5a035fc 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -14,7 +14,7 @@ versions: ## {% data variables.product.prodname_classroom %} features -{% data variables.product.prodname_classroom %} offers a variety of features that frees up your time and lets you focus on teaching. +{% data variables.product.prodname_classroom %} offers a variety of features to simplify teaching and learning. ### Integrate a classroom with an integrated development environment (IDE) From 5c3745084a2286769e46736bc3d6bb215c1f3d0b Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:51:47 +0100 Subject: [PATCH 26/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 9653e5a035fc..3f65bcfe00b5 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -34,7 +34,7 @@ With {% data variables.product.prodname_classroom %}, you can create template re ### Connect a learning management system -You can optionally connect a learning management system (LMS) with {% data variables.product.prodname_classroom %} so that you can import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." +Optionally, you can connect a learning management system (LMS) to {% data variables.product.prodname_classroom %} to import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." ## Further reading From f3dd872c1e98233c2fba1ac0e5b20031fe8ac9d7 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:52:48 +0100 Subject: [PATCH 27/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 3f65bcfe00b5..32634b52988f 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -18,7 +18,7 @@ versions: ### Integrate a classroom with an integrated development environment (IDE) -{% data variables.product.prodname_classroom %} allows you to integrate a classroom with an IDE. Students can choose to either makes changes online or offline. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)." +In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the necessary software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." ### Autograding From 2b0eb1234f23c89173565d100ffb92d020791214 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:53:28 +0100 Subject: [PATCH 28/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 32634b52988f..863bc3963498 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -28,7 +28,7 @@ Through {% data variables.product.prodname_classroom %}, you can configure tests With {% data variables.product.prodname_classroom %}, you can enable feedback pull requests. If you enable this feature for an assignment, {% data variables.product.prodname_classroom %} creates a special pull request titled **Feedback** in the assignment repository for each student or group. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." -### Assignment Templates +### Assignment templates With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." From 397f77851ed229070359040d6aa687bed60c6b64 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:55:25 +0100 Subject: [PATCH 29/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 863bc3963498..5c39be5a8797 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -30,7 +30,7 @@ With {% data variables.product.prodname_classroom %}, you can enable feedback pu ### Assignment templates -With {% data variables.product.prodname_classroom %}, you can create template repositories with boilerplate code, documentation and other resources to serve as starter code for your students on an assignment. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." +With {% data variables.product.prodname_classroom %}, you can create assignments that use template repositories with boilerplate code, documentation, and other resources. Assignments with template repositories create assignment repositories with starter code for your students. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." ### Connect a learning management system From 42703c650e50505d65e9436596706b22f1ea9369 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Wed, 22 Mar 2023 18:26:42 +0000 Subject: [PATCH 30/39] Reordered feature list. --- .../about-github-classroom.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 5c39be5a8797..d05bd7214a7a 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -16,26 +16,26 @@ versions: {% data variables.product.prodname_classroom %} offers a variety of features to simplify teaching and learning. -### Integrate a classroom with an integrated development environment (IDE) +### Assignment templates -In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the necessary software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." +With {% data variables.product.prodname_classroom %}, you can create assignments that use template repositories with boilerplate code, documentation, and other resources. Assignments with template repositories create assignment repositories with starter code for your students. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." ### Autograding Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade students' work each time they push to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." -### Feedback pull requests +### Connect a learning management system -With {% data variables.product.prodname_classroom %}, you can enable feedback pull requests. If you enable this feature for an assignment, {% data variables.product.prodname_classroom %} creates a special pull request titled **Feedback** in the assignment repository for each student or group. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." +Optionally, you can connect a learning management system (LMS) to {% data variables.product.prodname_classroom %} to import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." -### Assignment templates +### Feedback pull requests -With {% data variables.product.prodname_classroom %}, you can create assignments that use template repositories with boilerplate code, documentation, and other resources. Assignments with template repositories create assignment repositories with starter code for your students. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." +With {% data variables.product.prodname_classroom %}, you can enable feedback pull requests. If you enable this feature for an assignment, {% data variables.product.prodname_classroom %} creates a special pull request titled **Feedback** in the assignment repository for each student or group. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." -### Connect a learning management system +### Integrate a classroom with an integrated development environment (IDE) -Optionally, you can connect a learning management system (LMS) to {% data variables.product.prodname_classroom %} to import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." +In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the necessary software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." -## Further reading +## Further reading - "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" From 7748905bcf89dc1082f3b57bd7ea2401691ff607 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Thu, 23 Mar 2023 17:51:43 +0100 Subject: [PATCH 31/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md index 2d4968982cf9..d24b9e1dd8b1 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md @@ -9,7 +9,6 @@ redirect_from: - /education/manage-coursework-with-github-classroom/get-started-with-github-classroom/basics-of-setting-up-github-classroom children: - /about-github-classroom - - /basics-of-setting-up-github-classroom - /glossary --- From 8f253bb9ebfcdd8962d5639e728e09d447f038ea Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Thu, 23 Mar 2023 17:52:24 +0100 Subject: [PATCH 32/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../get-started-with-github-classroom/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md index d24b9e1dd8b1..f9ebf3af8371 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/index.md @@ -11,5 +11,3 @@ children: - /about-github-classroom - /glossary --- - -i \ No newline at end of file From 6749028254feede536fc5e77077b123f570b125d Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:11:55 +0100 Subject: [PATCH 33/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index d05bd7214a7a..d415f12e13d5 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -10,7 +10,7 @@ versions: ## About {% data variables.product.prodname_classroom %} -{% data variables.product.prodname_classroom %} is a teaching tool that lets teachers and school administrators create and manage digital classrooms and assignments. You can create assignments for individual students or groups, set due dates, and track assignments on your teacher dashboard. Additionally, {% data variables.product.prodname_classroom %} has many features that simplify tasks like providing feedback, grading assignments, and integrating your existing teaching tools. +{% data variables.product.prodname_classroom %} is a teaching tool that lets teachers and school administrators create and manage digital classrooms and assignments. You can create assignments for individual students or groups of students, set due dates, and track assignments on your teacher dashboard. Additionally, {% data variables.product.prodname_classroom %} has many features that simplify tasks like providing feedback, grading assignments, and integrating your existing teaching tools. ## {% data variables.product.prodname_classroom %} features From cf1832f824b86b24678eca998229461281e789f6 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:21:17 +0100 Subject: [PATCH 34/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index d415f12e13d5..a5fa111ca83f 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -22,7 +22,7 @@ With {% data variables.product.prodname_classroom %}, you can create assignments ### Autograding -Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade students' work each time they push to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." +Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade the work of each student every time that student pushes to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." ### Connect a learning management system From 3ef9d8563bf4939c1facbae883deef1ca601900e Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:21:44 +0100 Subject: [PATCH 35/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index a5fa111ca83f..9eabe58d92b5 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -14,7 +14,7 @@ versions: ## {% data variables.product.prodname_classroom %} features -{% data variables.product.prodname_classroom %} offers a variety of features to simplify teaching and learning. +{% data variables.product.prodname_classroom %} offers a variety of features to simplify both teaching and learning. ### Assignment templates From 7fca514615bdef4478ec27daec431f74013823e0 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:22:16 +0100 Subject: [PATCH 36/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 9eabe58d92b5..5f254e8e2ca8 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -24,7 +24,7 @@ With {% data variables.product.prodname_classroom %}, you can create assignments Through {% data variables.product.prodname_classroom %}, you can configure tests to automatically grade the work of each student every time that student pushes to their assignment repository. To learn more about autograding with {% data variables.product.prodname_classroom %}, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding)." -### Connect a learning management system +### Ability to connect a learning management system Optionally, you can connect a learning management system (LMS) to {% data variables.product.prodname_classroom %} to import a student identifier roster for your classroom. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." From 5cfb7ef3f68e1bc6da55ebf28d7b7bdf7784b0a4 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:26:31 +0100 Subject: [PATCH 37/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 5f254e8e2ca8..7a39afa5f54d 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -32,7 +32,7 @@ Optionally, you can connect a learning management system (LMS) to {% data variab With {% data variables.product.prodname_classroom %}, you can enable feedback pull requests. If you enable this feature for an assignment, {% data variables.product.prodname_classroom %} creates a special pull request titled **Feedback** in the assignment repository for each student or group. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests)." -### Integrate a classroom with an integrated development environment (IDE) +### Combination with an integrated development environment (IDE) In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the necessary software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." From eeee1e7c7670e6666147d5334042a11e3f792ae2 Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 18:27:46 +0100 Subject: [PATCH 38/39] Update content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../get-started-with-github-classroom/about-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index 7a39afa5f54d..a3828f231ebf 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -18,7 +18,7 @@ versions: ### Assignment templates -With {% data variables.product.prodname_classroom %}, you can create assignments that use template repositories with boilerplate code, documentation, and other resources. Assignments with template repositories create assignment repositories with starter code for your students. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." +With {% data variables.product.prodname_classroom %}, you can create assignments that use template repositories with boilerplate code, documentation, and other resources that you think will be useful to your students. Assignments with template repositories create assignment repositories with starter code for your students. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-assignment-from-a-template-repository)." ### Autograding From 8eda5e685774f0eb07a85973d08b94018fea6d2a Mon Sep 17 00:00:00 2001 From: Olayinka Atobiloye Date: Fri, 24 Mar 2023 17:42:21 +0000 Subject: [PATCH 39/39] Updated further reading section. --- .../about-github-classroom.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md index a3828f231ebf..3d36ba9349fd 100644 --- a/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/about-github-classroom.md @@ -34,8 +34,9 @@ With {% data variables.product.prodname_classroom %}, you can enable feedback pu ### Combination with an integrated development environment (IDE) -In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the necessary software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." +In {% data variables.product.prodname_classroom %}, you can integrate a classroom with an IDE. Students can make changes to their assignment repositories through the IDE, or by checking out and running code locally with the appropriate software. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide)." ## Further reading -- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary)" +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom)" +- "[AUTOTITLE](/education/manage-coursework-with-github-classroom/learn-with-github-classroom)"