From bc829be9b48b8ebdcfa2bfc9072718908b4f8749 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Thu, 13 Oct 2022 21:49:40 -0400 Subject: [PATCH] revised teacher faq forums answer --- src/views/teachers/faq/faq.jsx | 11 ++++++++--- src/views/teachers/faq/l10n.json | 5 +++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/teachers/faq/faq.jsx b/src/views/teachers/faq/faq.jsx index c0ab66f09..47bba2a72 100644 --- a/src/views/teachers/faq/faq.jsx +++ b/src/views/teachers/faq/faq.jsx @@ -62,9 +62,14 @@ const TeacherFaq = props => ( scratchEdLink: ( ScratchEd ), - forumsLink: ( - - + facebookGroupLink: ( + + + + ), + creativeComputingLabLink: ( + + ) }} diff --git a/src/views/teachers/faq/l10n.json b/src/views/teachers/faq/l10n.json index 3aee57b4b..b3d7f37cd 100644 --- a/src/views/teachers/faq/l10n.json +++ b/src/views/teachers/faq/l10n.json @@ -43,8 +43,9 @@ "teacherfaq.studentMultipleTitle": "Can a student be in multiple classes? ", "teacherfaq.studentMultipleBody": "A student can only be a part of one class.", "teacherfaq.studentDiscussTitle": "Is there a space to discuss Teacher Accounts with other teachers?", - "teacherfaq.studentDiscussionBody": "Yes, you can engage in discussions with other teachers at {scratchEdLink}, an online community for Scratch educators. Check out their {forumsLink} to join conversations about a number of topics, including but not limited to Teacher Accounts. ScratchEd is developed and supported by the Harvard Graduate School of Education.", - "teacherfaq.forums": "forums", + "teacherfaq.studentDiscussionBody": "You can engage in discussions with other teachers by joining the {facebookGroupLink}, where you will find conversations about a number of topics, including Teacher Accounts. This group was established by the {creativeComputingLabLink} at the Harvard Graduate School of Education. You can also browse {scratchEdLink}, which is now an archived site, but includes extensive forums and resources related to Scratch in educational settings.", + "teacherfaq.creativeComputingLab": "Creative Computing Lab", + "teacherfaq.facebookGroup": "Teaching with Scratch Facebook group", "teacherfaq.privacyPolicy": "Scratch Privacy Policy", "teacherfaq.studentDataTitle": "What data does Scratch collect about students?", "teacherfaq.studentDataBody": "When a student first signs up on Scratch, we ask for basic demographic data including gender, age (birth month and year), country, and an email address for verification. This data is used (in aggregated form) in research studies intended to improve our understanding of how people learn with Scratch.",