Update teacher FAQ copy

Resolves LLK/scratchr2#3937
This commit is contained in:
Ray Schamp 2016-08-11 13:00:45 -04:00
parent 77644aafb2
commit 46b23beda5
2 changed files with 1 additions and 5 deletions

View file

@ -22,8 +22,6 @@ var TeacherFaq = injectIntl(React.createClass({
<dd><FormattedHTMLMessage id='teacherfaq.teacherWhatBody' /></dd> <dd><FormattedHTMLMessage id='teacherfaq.teacherWhatBody' /></dd>
<dt><FormattedMessage id='teacherfaq.teacherQuestionsTitle' /></dt> <dt><FormattedMessage id='teacherfaq.teacherQuestionsTitle' /></dt>
<dd><FormattedHTMLMessage id='teacherfaq.teacherQuestionsBody' /></dd> <dd><FormattedHTMLMessage id='teacherfaq.teacherQuestionsBody' /></dd>
<dt><FormattedMessage id='teacherfaq.teacherConvertTitle' /></dt>
<dd><FormattedHTMLMessage id='teacherfaq.teacherConvertBody' /></dd>
<dt><FormattedMessage id='teacherfaq.teacherGoogleTitle' /></dt> <dt><FormattedMessage id='teacherfaq.teacherGoogleTitle' /></dt>
<dd><FormattedHTMLMessage id='teacherfaq.teacherGoogleBody' /></dd> <dd><FormattedHTMLMessage id='teacherfaq.teacherGoogleBody' /></dd>
<dt><FormattedMessage id='teacherfaq.teacherEdTitle' /></dt> <dt><FormattedMessage id='teacherfaq.teacherEdTitle' /></dt>

View file

@ -3,9 +3,7 @@
"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 <a href=\"https://www.youtube.com/watch?v=7Hl9GxA1zwQ\">this video</a>.", "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 <a href=\"https://www.youtube.com/watch?v=7Hl9GxA1zwQ\">this video</a>.",
"teacherfaq.teacherQuestionsTitle": "What if I have any questions or comments on Teacher Accounts?", "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 please send us a message through <a href=\"/contact-us\">Contact Us</a>.", "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.teacherConvertTitle": "Can I convert my Scratch account into a Teacher Account?",
"teacherfaq.teacherConvertBody": "Yes. You can convert your Scratch account to a Scratch Teacher account by sending a request using the <a href=\"/contact-us\">Contact Us</a> form. In your request, please include the birth month, birth date, and email associated with the Scratch account to verify ownership, as well as additional detailed information to help confirm your status as an Educator. Please note that we will not be able to revert a Teacher Account after it is converted.",
"teacherfaq.teacherGoogleTitle": "Are teacher accounts integrated with Google Classroom or any other classroom managment service?", "teacherfaq.teacherGoogleTitle": "Are teacher accounts integrated with Google Classroom or any other classroom managment service?",
"teacherfaq.teacherGoogleBody": "Scratch Teacher accounts are not integrated with any classroom management services.", "teacherfaq.teacherGoogleBody": "Scratch Teacher accounts are not integrated with any classroom management services.",
"teacherfaq.teacherEdTitle": "Are ScratchEd & Scratch Teacher accounts the same thing?", "teacherfaq.teacherEdTitle": "Are ScratchEd & Scratch Teacher accounts the same thing?",