Unverified Commit 127bfff7 authored by Karishma Chadha's avatar Karishma Chadha Committed by GitHub

Merge pull request #3770 from LLK/release/2020-03-26

[Master] Release 2020-03-26
parents e36caa07 f51afa8f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,7 +17,7 @@ const TeacherFaq = props => ( ...@@ -17,7 +17,7 @@ const TeacherFaq = props => (
<h2><FormattedMessage id="teacherfaq.title" /></h2> <h2><FormattedMessage id="teacherfaq.title" /></h2>
<dl> <dl>
<dt><FormattedMessage id="teacherfaq.teacherWhatTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherWhatTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherWhatBody" /></dd> <dd><FormattedMessage id="teacherfaq.teacherWhatBody" /></dd>
<iframe <iframe
allowFullscreen allowFullscreen
mozallowfullscreen mozallowfullscreen
...@@ -30,17 +30,50 @@ const TeacherFaq = props => ( ...@@ -30,17 +30,50 @@ const TeacherFaq = props => (
<dt><FormattedMessage id="teacherfaq.teacherSignUpTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherSignUpTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherSignUpBody" /></dd> <dd><FormattedHTMLMessage id="teacherfaq.teacherSignUpBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherWaitTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherWaitTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherWaitBody" /></dd> <dd><FormattedMessage id="teacherfaq.teacherWaitBody" /></dd>
<dt><FormattedMessage id="teacherfaq.classMultipleTeachersTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.classMultipleTeachersBody" /></dd>
<dt><FormattedMessage id="teacherfaq.convertToTeacherTitle" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.convertToTeacherList"
values={{
helpEmail: (
<a href="mailto:help@scratch.mit.edu">
help@scratch.mit.edu
</a>
)
}}
/>
</dd>
<ul>
<li><FormattedMessage id="teacherfaq.convertToTeacherUsername" /></li>
<li><FormattedMessage id="teacherfaq.convertToTeacherEmail" /></li>
<li><FormattedMessage id="teacherfaq.convertToTeacherBirth" /></li>
</ul>
<dt><FormattedMessage id="teacherfaq.teacherPersonalTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherPersonalTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherPersonalBody" /></dd> <dd><FormattedMessage id="teacherfaq.teacherPersonalBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherGoogleTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherGoogleTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherGoogleBody" /></dd> <dd><FormattedMessage id="teacherfaq.teacherGoogleBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentDiscussTitle" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.studentDiscussionBody"
values={{
scratchEdLink: (
<a href="http://scratched.gse.harvard.edu/">ScratchEd</a>
),
forumsLink: (
<a href="http://scratched.gse.harvard.edu/discussions.html">
<FormattedMessage id="teacherfaq.forums" />
</a>
)
}}
/>
</dd>
<dt><FormattedMessage id="teacherfaq.teacherEdTitle" /></dt> <dt><FormattedMessage id="teacherfaq.teacherEdTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherEdBody" /></dd> <dd><FormattedHTMLMessage id="teacherfaq.teacherEdBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherMultipleTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherMultipleBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherQuestionsTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherQuestionsBody" /></dd>
</dl> </dl>
</section> </section>
<section id="student-accounts"> <section id="student-accounts">
...@@ -48,25 +81,72 @@ const TeacherFaq = props => ( ...@@ -48,25 +81,72 @@ const TeacherFaq = props => (
<h2><FormattedMessage id="teacherfaq.studentAccountsTitle" /></h2> <h2><FormattedMessage id="teacherfaq.studentAccountsTitle" /></h2>
<dl> <dl>
<dt><FormattedMessage id="teacherfaq.studentVerifyTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentVerifyTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentVerifyBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentVerifyBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentEndTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentAddExistingTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentEndBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentAddExistingBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentForgetTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentForgetTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentForgetBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentForgetBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentUnsharedTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentUnsharedTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentUnsharedBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentUnsharedBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentDeleteTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentDeleteTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentDeleteBody" /></dd> <dd>
<dt><FormattedMessage id="teacherfaq.studentAddTitle" /></dt> <FormattedMessage
<dd><FormattedHTMLMessage id="teacherfaq.studentAddBody" /></dd> id="teacherfaq.studentDeleteBody"
values={{
accountSettingsLink: (
<a href="https://scratch.mit.edu/accounts/settings/">
<FormattedMessage id="teacherfaq.accountSettings" />
</a>
)
}}
/>
</dd>
<dt><FormattedMessage id="teacherfaq.studentMultipleTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentMultipleTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentMultipleBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentMultipleBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentDiscussTitle" /></dt> <dt><FormattedMessage id="teacherfaq.studentTransferTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.studentDiscussBody" /></dd> <dd><FormattedMessage id="teacherfaq.studentTransferBody" /></dd>
<dt><FormattedMessage id="teacherfaq.studentEndTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.studentEndBody" /></dd>
<dt><FormattedMessage id="teacherfaq.student250Title" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.student250Body"
values={{
myClassesLink: (
<a href="https://scratch.mit.edu/educators/classes/">
<FormattedMessage id="teacherfaq.myClasses" />
</a>
)
}}
/>
</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><FormattedMessage id="teacherfaq.studentPrivacyLawsBody" /></dd> <dd>
<FormattedMessage
id="teacherfaq.studentPrivacyLawsBody"
values={{
privacyPolicyLink: (
<a href="https://scratch.mit.edu/privacy_policy">
<FormattedMessage id="teacherfaq.privacyPolicy" />
</a>
)
}}
/>
</dd>
</dl> </dl>
</section> </section>
<section id="community"> <section id="community">
...@@ -74,9 +154,25 @@ const TeacherFaq = props => ( ...@@ -74,9 +154,25 @@ const TeacherFaq = props => (
<h2><FormattedMessage id="teacherfaq.commTitle" /></h2> <h2><FormattedMessage id="teacherfaq.commTitle" /></h2>
<dl> <dl>
<dt><FormattedMessage id="teacherfaq.commHiddenTitle" /></dt> <dt><FormattedMessage id="teacherfaq.commHiddenTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.commHiddenBody" /></dd> <dd><FormattedMessage id="teacherfaq.commHiddenBody" /></dd>
<dt><FormattedMessage id="teacherfaq.commWhoTitle" /></dt> <dt><FormattedMessage id="teacherfaq.commWhoTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.commWhoBody" /></dd> <dd><FormattedMessage id="teacherfaq.commWhoBody" /></dd>
<dt><FormattedMessage id="teacherfaq.commTurnOffCommentsTitle" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.commTurnOffCommentsBody"
values={{
desktopLink: (
<a href="https://scratch.mit.edu/download">
Scratch Desktop app
</a>
)
}}
/>
</dd>
<dt><FormattedMessage id="teacherfaq.commBlockGamesTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.commBlockGamesBody1" /></dd>
<dd><FormattedMessage id="teacherfaq.commBlockGamesBody2" /></dd>
<dt><FormattedMessage id="teacherfaq.commInappropriateTitle" /></dt> <dt><FormattedMessage id="teacherfaq.commInappropriateTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.commInappropriateBody" /></dd> <dd><FormattedHTMLMessage id="teacherfaq.commInappropriateBody" /></dd>
</dl> </dl>
......
{ {
"teacherfaq.title": "Scratch Teacher Account FAQ", "teacherfaq.title": "Scratch Teacher Account FAQ",
"teacherfaq.teacherWhatTitle": "What are teacher accounts?", "teacherfaq.teacherWhatTitle": "What are teacher accounts?",
"teacherfaq.teacherWhatBody": "A Scratch Teacher Account provides teachers and other educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. Learn more about Teacher Accounts in the video below:", "teacherfaq.teacherWhatBody": "A Scratch Teacher Account provides educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. Learn more about Teacher Accounts in the video below:",
"teacherfaq.teacherSignUpTitle": "How do I request a teacher account?", "teacherfaq.teacherSignUpTitle": "How do I request a teacher account?",
"teacherfaq.teacherSignUpBody": "To request a Teacher Account, go to the teacher account <a href=\"/educators/register\">request form</a>.", "teacherfaq.teacherSignUpBody": "To request a Teacher Account, please go to the teacher account <a href=\"/educators/register\">request form</a>.",
"teacherfaq.teacherWaitTitle": "Why do I have to wait one day for my account?", "teacherfaq.teacherWaitTitle": "Why do I have to wait one day for my account?",
"teacherfaq.teacherWaitBody": "The Scratch Team uses this time to manually review account creation submissions to verify the account creator is an educator.", "teacherfaq.teacherWaitBody": "The Scratch Team uses this time to manually review account creation submissions to verify the account creator is an educator.",
"teacherfaq.classMultipleTeachersTitle": "Can a class have multiple teachers?",
"teacherfaq.classMultipleTeachersBody": "A class can only have one teacher account associated with it.",
"teacherfaq.convertToTeacherTitle": "I already have a Scratch account, can you make it a Teacher account?",
"teacherfaq.convertToTeacherList": "Please send an email to {helpEmail} and be sure to include the following information:",
"teacherfaq.convertToTeacherUsername": "Your Scratch username (Please double check that you know your username by logging into it before contacting us!)",
"teacherfaq.convertToTeacherEmail": "The email address associated with your Scratch account",
"teacherfaq.convertToTeacherBirth": "The birth month and birth year associated with your Scratch account",
"teacherfaq.teacherPersonalTitle": "Why do you need to know my personal information during registration?", "teacherfaq.teacherPersonalTitle": "Why do you need to know my personal information during registration?",
"teacherfaq.teacherPersonalBody": "We use this information to verify the account creator is an educator. We will not share this information with anyone else, and it will not be shared publicly on the site.", "teacherfaq.teacherPersonalBody": "We use this information to verify the account creator is an educator. We will not share this information with anyone else, and it will not be shared publicly on the site.",
"teacherfaq.teacherGoogleTitle": "Are teacher accounts integrated with Google Classroom or any other classroom management service?", "teacherfaq.teacherGoogleTitle": "Does Scratch connect with Google Classroom, Clever or any other classroom management service?",
"teacherfaq.teacherGoogleBody": "Scratch Teacher accounts are not integrated with any classroom management services.", "teacherfaq.teacherGoogleBody": "No, Scratch does not connect with any classroom management services.",
"teacherfaq.teacherEdTitle": "Are Scratch Teacher accounts linked to ScratchEd accounts?", "teacherfaq.teacherEdTitle": "Are Scratch Teacher accounts linked to ScratchEd accounts?",
"teacherfaq.teacherEdBody": "No, Scratch Teacher accounts are not linked to <a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> accounts.", "teacherfaq.teacherEdBody": "No, Scratch Teacher accounts are not linked to <a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> accounts.",
"teacherfaq.teacherMultipleTitle": "Can a class have multiple teachers?", "teacherfaq.studentTransferTitle": "Can I transfer a student from one Teacher Account or class to another?",
"teacherfaq.teacherMultipleBody": "A class can only have one teacher account associated with it.", "teacherfaq.studentTransferBody": "No, it is not possible to transfer students from one class or teacher to another. You can create a new Student Account for the student using a different Teacher Account if they need to be part of a new class.",
"teacherfaq.teacherQuestionsTitle": "What if I have any questions or comments on Teacher Accounts?",
"teacherfaq.teacherQuestionsBody": "If you have any questions or feedback on Teacher Accounts, you can message us at <a href=\"mailto:teacher-accounts@scratch.mit.edu\">teacher-accounts@scratch.mit.edu</a>.",
"teacherfaq.studentAccountsTitle": "Student Accounts", "teacherfaq.studentAccountsTitle": "Student Accounts",
"teacherfaq.studentVerifyTitle": "Do I have to verify each of my students' emails?", "teacherfaq.studentVerifyTitle": "Do I have to verify each of my students' emails?",
"teacherfaq.studentVerifyBody": "No. Since student accounts do not use unique emails addresses, confirming your teacher email address will enable sharing for all class accounts.", "teacherfaq.studentVerifyBody": "No. The Teacher Account’s email address is used for all Student Accounts, so there is no need to verify students’ email addresses.",
"teacherfaq.studentEndTitle": "What happens when I \"end\" my class?", "teacherfaq.studentEndTitle": "What happens when I \"end\" my class?",
"teacherfaq.studentEndBody": "When you end a class, your class profile page will be hidden and your students will no longer be able to log in (but their projects and the class studios will still be visible on the site). You may re-open the class at any time. ", "teacherfaq.studentEndBody": "When you end a class, your class profile page will be hidden and your students will no longer be able to log in (but their projects and the class studios will still be visible on the site). You may re-open the class at any time. ",
"teacherfaq.studentForgetTitle": "What happens if a student forgets their password?", "teacherfaq.studentForgetTitle": "What happens if a student forgets their password?",
...@@ -27,23 +31,35 @@ ...@@ -27,23 +31,35 @@
"teacherfaq.studentUnsharedTitle": "Can I see unshared student projects?", "teacherfaq.studentUnsharedTitle": "Can I see unshared student projects?",
"teacherfaq.studentUnsharedBody": "Teacher accounts can only access shared student projects.", "teacherfaq.studentUnsharedBody": "Teacher accounts can only access shared student projects.",
"teacherfaq.studentDeleteTitle": "Can I delete student accounts?", "teacherfaq.studentDeleteTitle": "Can I delete student accounts?",
"teacherfaq.studentDeleteBody": "It is not possible for a teacher to delete a student account. A student can delete their own account in their Account Settings.", "teacherfaq.studentDeleteBody": "You cannot delete a student’s account by using a Teacher Account, but Student Accounts can be deleted through the {accountSettingsLink} page while logged in to the Student Account.",
"teacherfaq.studentAddTitle": "Can I add an existing Scratch account to my class? ", "teacherfaq.accountSettings": "Account Settings",
"teacherfaq.studentAddBody": "Only accounts created by the teacher can be part of a class. However, we are looking into adding this functionality in later versions.", "teacherfaq.studentAddExistingTitle": "Some of my students already have Scratch accounts, how do I add them to my classroom?",
"teacherfaq.studentAddExistingBody": "It is not possible to add an existing Scratch account to a classroom. You will need to create a new Student Account for them using your Teacher Account.",
"teacherfaq.studentMultipleTitle": "Can a student be in multiple classes? ", "teacherfaq.studentMultipleTitle": "Can a student be in multiple classes? ",
"teacherfaq.studentMultipleBody": "A student can only be a part of one class. However, we are looking into adding this functionality in later versions.", "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.studentDiscussTitle": "Is there a space to discuss Teacher Accounts with other teachers?",
"teacherfaq.studentDiscussBody": "Yes, you can engage in discussions with other teachers at <a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a>, an online community for Scratch educators. Check out their forums to join conversations about a <a href=\"http://scratched.gse.harvard.edu/discussions\">number of topics</a>, including but not limited to Teacher Accounts. ScratchEd is developed and supported by the Harvard Graduate School of Education.", "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.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.studentPrivacyLawsTitle": "Is Scratch 2.0 (online version) compliant with United States local and federal data privacy laws?", "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.studentPrivacyLawsBody": "Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have in place physical and electronic procedures to protect the information we collect on the Scratch website. 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 MIT, a 501(c)(3) organization and the entity that created and maintains Scratch. We encourage you to read the Scratch Privacy Policy for more information.",
"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.student250Title": "I want to add more than 250 students to a class, how can I do this?",
"teacherfaq.student250Body": "It is not possible to add more than 250 students to a single class. You can, however, create a new class on the {myClassesLink} and add another 250 student accounts to each new class.",
"teacherfaq.myClasses": "My Classes page",
"teacherfaq.commTitle": "Community", "teacherfaq.commTitle": "Community",
"teacherfaq.commHiddenTitle": "Can I create a hidden class?", "teacherfaq.commHiddenTitle": "Can I create a private class?",
"teacherfaq.commHiddenBody": "No. All content shared within your class will be accessible to the Scratch community.", "teacherfaq.commHiddenBody": "No. All content shared within your class will be accessible to the Scratch community.",
"teacherfaq.commWhoTitle": "Who can my students interact with on Scratch?", "teacherfaq.commWhoTitle": "Who can my students interact with on Scratch?",
"teacherfaq.commWhoBody": "Student accounts have the same community privileges as a regular Scratch account, such as sharing projects, commenting, creating studios, and the like. As a teacher, you can see all of your students' activity and perform light moderation actions within your class.", "teacherfaq.commWhoBody": "Student accounts have the same community privileges as a regular Scratch account, such as sharing projects, commenting, creating studios, and the like. As a teacher, you can see all of your students' activity and perform light moderation actions within your class.",
"teacherfaq.commInappropriateTitle": "What can I do if I see something inappropriate?", "teacherfaq.commInappropriateTitle": "What can I do if I see something inappropriate?",
"teacherfaq.commInappropriateBody": "You can manually remove inappropriate comments and projects created by your students. If you find inappropriate content created by non-students, please notify the Scratch Team by clicking the report button or sending a message to <a href=\"/contact-us\">Contact Us</a>." "teacherfaq.commInappropriateBody": "You can manually remove inappropriate comments and projects created by your students. If you find inappropriate content created by non-students, please notify the Scratch Team by clicking the ‘Report’ button.",
"teacherfaq.commTurnOffCommentsTitle": "Can I turn off the ability for students to see and post comments?",
"teacherfaq.commTurnOffCommentsBody": "No, you cannot disable the commenting feature for your students in the online Community. You can selectively turn off the ability for others to leave comments on their profiles and each individual project, but there is not a site-wide feature to restrict commenting. If commenting doesn’t feel right for your students, you may want to consider using the {desktopLink} which is an offline version of the Scratch project editor that does not include the online community.",
"teacherfaq.commBlockGamesTitle": "Can I block my students from playing games on Scratch?",
"teacherfaq.commBlockGamesBody1" : "We do not remove projects that are games, or inspired by popular video games unless they contain other elements which would be inappropriate for children. We believe that children learn best when working on projects about things in their life they are passionate about; one of the things they are often passionate about is games.",
"teacherfaq.commBlockGamesBody2" : "If you are aware of any specific projects which do contain inappropriate elements, please click the 'Report' button which appears on the project page so we can take appropriate action."
} }
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