Merge pull request #3857 from picklesrus/educator-faq-2

Second, smaller round of updates to the FAQ page.
This commit is contained in:
picklesrus 2020-05-06 15:02:41 -04:00 committed by GitHub
commit c5e1aa5324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 5 deletions

View file

@ -12,6 +12,25 @@ const InformationPage = require('../../../components/informationpage/information
const TeacherFaq = props => (
<InformationPage title={props.intl.formatMessage({id: 'teacherfaq.title'})}>
<div className="inner info-inner">
<section id="educator-questions">
<span className="nav-spacer" />
<h2><FormattedMessage id="teacherfaq.educatorTitle" /></h2>
<dl>
<dt><FormattedMessage id="teacherfaq.educatorGetStartedTitle" /></dt>
<dd>
<FormattedMessage
id="teacherfaq.educatorGetStartedBody"
values={{
educatorResourcesLink: (
<a href="/educators#resources">
<FormattedMessage id="teacherfaq.educatorResourcesLink" />
</a>
)
}}
/>
</dd>
</dl>
</section>
<section id="teacher-accounts">
<span className="nav-spacer" />
<h2><FormattedMessage id="teacherfaq.title" /></h2>
@ -29,8 +48,6 @@ const TeacherFaq = props => (
/>
<dt><FormattedMessage id="teacherfaq.teacherSignUpTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherSignUpBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherWaitTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.teacherWaitBody" /></dd>
<dt><FormattedMessage id="teacherfaq.classMultipleTeachersTitle" /></dt>
<dd><FormattedMessage id="teacherfaq.classMultipleTeachersBody" /></dd>
<dt><FormattedMessage id="teacherfaq.convertToTeacherTitle" /></dt>
@ -74,6 +91,16 @@ const TeacherFaq = props => (
</dd>
<dt><FormattedMessage id="teacherfaq.teacherEdTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherEdBody" /></dd>
<dt><FormattedMessage id="teacherfaq.teacherFeaturesTitle" /></dt>
<dd><FormattedHTMLMessage id="teacherfaq.teacherFeaturesBody" /></dd>
<ul>
<li><FormattedMessage id="teacherfaq.teacherFeaturesConvert" /></li>
<li><FormattedMessage id="teacherfaq.teacherMoveStudents" /></li>
<li><FormattedMessage id="teacherfaq.teacherMultipleClasses" /></li>
<li><FormattedMessage id="teacherfaq.teacherLMSs" /></li>
<li><FormattedMessage id="teacherfaq.teacherLimitStudent" /></li>
</ul>
<dd><FormattedHTMLMessage id="teacherfaq.teacherWillNotImplement" /></dd>
</dl>
</section>
<section id="student-accounts">

View file

@ -1,11 +1,13 @@
{
"teacherfaq.title": "Scratch Teacher Account FAQ",
"teacherfaq.educatorTitle": "Scratch Educator FAQ",
"teacherfaq.educatorGetStartedTitle": "Im an educator who is new to Scratch, how can I get started?",
"teacherfaq.educatorGetStartedBody": "Scratch has many resources available to help you get started! Please see our {educatorResourcesLink} for Guides, Tutorials, and many other resources to help you run your class with Scratch!",
"teacherfaq.educatorResourcesLink": "Educator Resources page",
"teacherfaq.teacherWhatTitle": "What are teacher accounts?",
"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.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.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?",
@ -19,10 +21,18 @@
"teacherfaq.teacherGoogleBody": "No, Scratch does not connect with any classroom management services.",
"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.teacherFeaturesTitle": "Does this feature exist, and if not, can you please add it?",
"teacherfaq.teacherFeaturesBody": "Many features are commonly requested, including:",
"teacherfaq.teacherFeaturesConvert": "Converting existing Scratch Accounts into Student Accounts",
"teacherfaq.teacherMoveStudents": "Moving Student Accounts to other Teacher Accounts and Classes",
"teacherfaq.teacherMultipleClasses": "Having Student Accounts be in multiple Classes, or associated with multiple Teacher Accounts",
"teacherfaq.teacherLMSs": "Connecting with classroom management systems like Google Classroom and Clever",
"teacherfaq.teacherLimitStudent": "Limit what features students have, such as seeing or being able to post comments",
"teacherfaq.teacherWillNotImplement": "It is not currently possible to do any of these things on Scratch. We would love to expand the functionality of Teacher Accounts, and all of these features are things we would like to add. However, Scratch is a small organization and our resources are limited, so it may take us a very long time before we can implement any of these changes.",
"teacherfaq.studentTransferTitle": "Can I transfer a student from one Teacher Account or class to another?",
"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.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 student emails?",
"teacherfaq.studentVerifyBody": "No. The Teacher Accounts 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.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. ",