Commit ae6648f6 authored by picklesrus's avatar picklesrus

Update to data collection question.

parent 3b869c36
...@@ -111,6 +111,18 @@ const TeacherFaq = props => ( ...@@ -111,6 +111,18 @@ const TeacherFaq = props => (
</dd> </dd>
<dt><FormattedMessage id="teacherfaq.studentDataTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentDataTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.studentDataBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentDataBody" /></dd>
<dd>
<FormattedMessage
id="teacherfaq.studentDataBody2"
values={{
privacyPolicyLink: (
<a href="https://scratch.mit.edu/privacy_policy">
<FormattedMessage id="teacherfaq.privacyPolicy" />
</a>
)
}}
/>
</dd>
<dt><FormattedMessage id="teacherfaq.studentPrivacyLawsTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentPrivacyLawsTitle" /></dt>
<dd> <dd>
<FormattedMessage <FormattedMessage
......
...@@ -41,7 +41,9 @@ ...@@ -41,7 +41,9 @@
"teacherfaq.forums": "forums", "teacherfaq.forums": "forums",
"teacherfaq.privacyPolicy": "Scratch Privacy Policy", "teacherfaq.privacyPolicy": "Scratch Privacy Policy",
"teacherfaq.studentDataTitle": "What data does Scratch collect about students?", "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. When an educator uses a Scratch Teacher Account to create student accounts in bulk, students are not required to provide an email address for account setup.", "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.",
"teacherfaq.studentDataBody2": "When an educator uses a Scratch Teacher Account to create Student Accounts, students are not required to provide an email address. We encourage you to read the {privacyPolicyLink} for more information.",
"teacherfaq.studentPrivacyLawsTitle": "Is Scratch compliant with United States local and federal data privacy laws?", "teacherfaq.studentPrivacyLawsTitle": "Is Scratch compliant with United States local and federal data privacy laws?",
"teacherfaq.studentPrivacyLawsBody": "Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have physical and electronic procedures in place to protect the information we collect. Although we are not in a position to offer contractual guarantees with each entity that uses our free educational product, we are in compliance with all United States federal laws that are applicable to a 501(c)(3) non-profit organization. We encourage you to read the {privacyPolicyLink} for more information.", "teacherfaq.studentPrivacyLawsBody": "Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have physical and electronic procedures in place to protect the information we collect. Although we are not in a position to offer contractual guarantees with each entity that uses our free educational product, we are in compliance with all United States federal laws that are applicable to a 501(c)(3) non-profit organization. We encourage you to read the {privacyPolicyLink} for more information.",
"teacherfaq.student250Title": "I want to add more than 250 students to a class, how can I do this?", "teacherfaq.student250Title": "I want to add more than 250 students to a class, how can I do this?",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment