mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
revised teacher faq forums answer
This commit is contained in:
parent
37780551bc
commit
bc829be9b4
2 changed files with 11 additions and 5 deletions
|
@ -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>
|
||||
)
|
||||
}}
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue