Merge pull request #5331 from zoebentley/update-teacher-faq-and-devs-page-2021

Changed Developers and Teacher FAQ pages
This commit is contained in:
Sarah Otts 2021-05-10 16:43:44 -04:00 committed by GitHub
commit 70f7a9ef73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 28 deletions

View file

@ -363,9 +363,9 @@ const Developers = () => (
githubLink: (
<a href="https://github.com/LLK/">GitHub</a>
),
emailLink: (
<a href="mailto:help@scratch.mit.edu">
help@scratch.mit.edu
contactUsLink: (
<a href="https://scratch.mit.edu/contact-us/">
<FormattedMessage id="general.contactUs" />
</a>
)
}}

View file

@ -56,5 +56,5 @@
"developers.faqDifferencesTitle": "Whats the difference between Blockly and Scratch Blocks?",
"developers.faqDifferencesBody": "Scratch Blocks builds upon the Blockly code base, and is specifically designed with our principles in mind to support creative learning experiences.",
"developers.faqCollabTitle": "Id like to collaborate. How do I get in touch?",
"developers.faqCollabBody": "You can reach us over on {githubLink} or you can send an email to {emailLink}. We look forward to hearing from you!"
"developers.faqCollabBody": "You can reach us over on {githubLink} or on our {contactUsLink} page. We look forward to hearing from you!"
}

View file

@ -50,25 +50,6 @@ const TeacherFaq = props => (
<dd><FormattedHTMLMessage id="teacherfaq.teacherSignUpBody" /></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>
<dd><FormattedMessage id="teacherfaq.teacherPersonalBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherGoogleTitle" /></dt>

View file

@ -10,11 +10,6 @@
"teacherfaq.teacherSignUpBody": "To request a Teacher Account, please go to the teacher account <a href=\"/educators/register\">request form</a>.",
"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.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": "Does Scratch connect with Google Classroom, Clever or any other classroom management service?",