Merge pull request #7103 from benjiwheeler/teacher-faq-revise-forums

CE-183 revised teacher faq forums answer
This commit is contained in:
Benjamin Wheeler 2022-10-14 17:28:02 -04:00 committed by GitHub
commit ca6f3e7341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View file

@ -62,9 +62,14 @@ const TeacherFaq = props => (
scratchEdLink: (
<a href="http://scratched.gse.harvard.edu/">ScratchEd</a>
),
forumsLink: (
<a href="http://scratched.gse.harvard.edu/discussions.html">
<FormattedMessage id="teacherfaq.forums" />
facebookGroupLink: (
<a href="https://www.facebook.com/groups/TeachingwithScratch">
<FormattedMessage id="teacherfaq.facebookGroup" />
</a>
),
creativeComputingLabLink: (
<a href="https://creativecomputing.gse.harvard.edu">
<FormattedMessage id="teacherfaq.creativeComputingLab" />
</a>
)
}}

View file

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