From 1aa8decd49fa62375f530a59d4f71173ec0eecac Mon Sep 17 00:00:00 2001 From: Sharon Jason Date: Wed, 3 Sep 2025 20:35:55 +0000 Subject: [PATCH 1/2] a few coach tidbits --- source/common/tools/student-virtual-coach.rst | 1 + .../setupcourses/assignment-settings/virtual-coach.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/source/common/tools/student-virtual-coach.rst b/source/common/tools/student-virtual-coach.rst index b27717ed..ab68a8aa 100644 --- a/source/common/tools/student-virtual-coach.rst +++ b/source/common/tools/student-virtual-coach.rst @@ -9,6 +9,7 @@ Virtual Coach The Virtual Coach can help you understand the error messages you have received, gain a better understanding of the assignment prompt, or receive a hint about the next possible steps. +Coach responses may be generated by AI, and students should carefully evaluate the recommendations provided. To open Virtual Coach, click the Chatbot icon at the bottom-right corner of the screen. This icon will only be available if your teachers enable this feature. diff --git a/source/instructors/setupcourses/assignment-settings/virtual-coach.rst b/source/instructors/setupcourses/assignment-settings/virtual-coach.rst index 9c44c8b6..42515c95 100644 --- a/source/instructors/setupcourses/assignment-settings/virtual-coach.rst +++ b/source/instructors/setupcourses/assignment-settings/virtual-coach.rst @@ -9,6 +9,8 @@ Virtual Coach When Virtual Coach is enabled, students can use AI to assist them with their programming tasks. Codio's prompts to the AI ensure that only assistance is provided, not solutions. The Virtual Coach can help students understand error messages they have received, gain a better understanding of the assignment prompt, or receive a hint about the next possible steps. +Codio conducts extensive research in the field of AI use in computing education, with error messages, summaries, and hints representing well-researched use cases for AI-assisted learning. Our Coach feature, which generates AI-powered error messages, demonstrates positive benefits for learners through improved completion rates and higher median grade attainment. Coach is powered by Anthropic's Claude model. No student's personally identifiable information (PII) is stored by Anthropic, ensuring student privacy protection. For more information, you can download our research paper: https://www.codio.com/research/impact-of-codio-coach. + In the assignments settings area, there are three settings you can toggle to enable the following features: **Summarize Prompt**, **Error Augmentation**, and **Next Steps Hint**. From ba0ed227ed848520ea36a73a5383dfeab2e0d3fb Mon Sep 17 00:00:00 2001 From: Sharon Jason Date: Wed, 3 Sep 2025 21:31:12 +0000 Subject: [PATCH 2/2] some clean up --- source/common/tools/student-virtual-coach.rst | 3 ++- .../setupcourses/assignment-settings/virtual-coach.rst | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/common/tools/student-virtual-coach.rst b/source/common/tools/student-virtual-coach.rst index ab68a8aa..50fcf8e9 100644 --- a/source/common/tools/student-virtual-coach.rst +++ b/source/common/tools/student-virtual-coach.rst @@ -9,7 +9,8 @@ Virtual Coach The Virtual Coach can help you understand the error messages you have received, gain a better understanding of the assignment prompt, or receive a hint about the next possible steps. -Coach responses may be generated by AI, and students should carefully evaluate the recommendations provided. +.. note:: + Virtual Coach responses may be AI-generated. Always verify suggestions against your assignment, course materials, and instructor guidance. To open Virtual Coach, click the Chatbot icon at the bottom-right corner of the screen. This icon will only be available if your teachers enable this feature. diff --git a/source/instructors/setupcourses/assignment-settings/virtual-coach.rst b/source/instructors/setupcourses/assignment-settings/virtual-coach.rst index 42515c95..4f8ed5ed 100644 --- a/source/instructors/setupcourses/assignment-settings/virtual-coach.rst +++ b/source/instructors/setupcourses/assignment-settings/virtual-coach.rst @@ -9,7 +9,10 @@ Virtual Coach When Virtual Coach is enabled, students can use AI to assist them with their programming tasks. Codio's prompts to the AI ensure that only assistance is provided, not solutions. The Virtual Coach can help students understand error messages they have received, gain a better understanding of the assignment prompt, or receive a hint about the next possible steps. -Codio conducts extensive research in the field of AI use in computing education, with error messages, summaries, and hints representing well-researched use cases for AI-assisted learning. Our Coach feature, which generates AI-powered error messages, demonstrates positive benefits for learners through improved completion rates and higher median grade attainment. Coach is powered by Anthropic's Claude model. No student's personally identifiable information (PII) is stored by Anthropic, ensuring student privacy protection. For more information, you can download our research paper: https://www.codio.com/research/impact-of-codio-coach. +Codio conducts extensive research in the field of AI use in computing education, with error messages, summaries, and hints representing well-researched use cases for AI-assisted learning. Our Coach feature, which generates AI-powered error messages, demonstrates positive benefits for learners through improved completion rates and higher median grade attainment. For more information, you can download `our research paper `_. + +.. note:: + Coach is powered by Anthropic's Claude model. No student's personally identifiable information (PII) is stored by Anthropic, ensuring student privacy protection. In the assignments settings area, there are three settings you can toggle to enable the following features: **Summarize Prompt**, **Error Augmentation**, and **Next Steps Hint**.