Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teacher Apps 21-22: More Email Updates #36801

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%p
As a reminder, all participants in the Professional Learning Program
are strongly recommended to:
As a reminder, all participants in the Professional Learning Program are asked
to commit to the year-long program as well as:
%ul
%li
Attend their assigned summer workshop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
- else
= link_to @application.regional_partner.name, CDO.code_org_url('educate/professional-learning/contact-regional-partner', CDO.default_scheme)
- else
Tawny Bradley
Jared Fritz
%br
= mail_to 'teacher@code.org'
%br
Outreach Program Manager
Program Manager, District & School Recruitment
%br
Code.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- if !(@application.regional_partner)
%p
Please direct all questions or concerns to:
%br
= mail_to 'teacher@code.org'
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
using the contact information below so we can accommodate another teacher.
%li
%strong Mark your calendar for your summer workshop!
Details about the dates/location of your workshop can be found at
Details about your workshop can be found at
= link_to('this registration link', registration_url) + '.'
You will receive more details
approximately six weeks prior to your summer workshop.
Expand All @@ -70,5 +70,7 @@
Congratulations again! We look forward to receiving your registration
within two weeks.

= render partial: 'questions_concerns'

%p
= render partial: 'partner_signature'
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,11 @@
Thank you for supporting computer science for every student!

- if !(@application.regional_partner)
%p
Please direct all questions or concerns to:
%br
= mail_to 'teacher@code.org'
%p
Thanks again for applying!
= render partial: 'questions_concerns'
- else
%p
Thanks again for applying, and let us know if you have any questions or concerns!

%p
- if @application.regional_partner
- if @application.regional_partner.contact_email.present?
= @application.regional_partner.contact_name
%br
= mail_to @application.regional_partner.contact_email
%br
= @application.regional_partner.name
- else
= link_to @application.regional_partner.name, CDO.code_org_url('educate/professional-learning/contact-regional-partner', CDO.default_scheme)
- else
Jared Fritz
%br
Program Manager, District & School Recruitment
%br
Code.org
= render partial: 'partner_signature'

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
%p
We wish you the best this year!

= render partial: 'questions_concerns'
= render partial: 'partner_signature'
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@
and are 17% more likely to attend college.

%p
Code.org’s vision is that every student at every school has the opportunity to learn CS
as part of their core K-12 path. This is a community effort and administrative support is essential.
%strong
We need your approval in order for us to consider
That’s why we need your approval in order for us to consider
= @application.applicant_full_name + "'s"
application.

%p
To help us measure our progress towards expanding access and providing resources where
they’re needed most, we ask that you confirm demographic information about your school
as well as how the course will be implemented during the upcoming school year.

%p
Please take five minutes to complete
= link_to('this form', @application.principal_approval_url)
Expand All @@ -37,11 +44,9 @@
to see the cost of the program in your region.

%p
For participating teachers the following commitment is strongly recommended:
%ul
%li To attend one, five-day summer workshop
%li To attend up to four, one-day local workshops during the school year (usually held on Saturdays)
%li To teach the course in the school year.
Participating teachers are asked to commit to Code.org’s year-long Professional Learning Program
starting in the summer and concluding in the spring. Workshops can either be held in-person,
virtually, or as a combination of both throughout the year.

%p
For more information about
Expand All @@ -54,5 +59,6 @@
Please send any additional questions to your regional partner below.
Thank you very much for your support of computer science for all!

= render partial: 'questions_concerns'
%p
= render partial: 'partner_signature'
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%p
Jared Fritz
%br
Program Manager of District & School Recruitment
Program Manager, District & School Recruitment
%br
Code.org

Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
as soon as possible. Please note that your application is not considered complete until we receive this form.

%p
As a reminder, for teachers participating in the program, we require the following commitment:
%ul
%li Attend one, five-day summer workshop
%li Attend up to four, one-day local workshops during the school year (usually held on Saturdays)
%li Teach the course in the school year
Participating teachers are asked to commit to Code.org’s year-long Professional Learning Program
starting in the summer and concluding in the spring. Workshops can either be held in-person,
virtually, or as a combination of both throughout the year.

%p
= link_to('Six different studies show', 'https://medium.com/@codeorg/cs-helps-students-outperform-in-school-college-and-workplace-66dd64a69536')
Expand All @@ -38,5 +36,7 @@
Thank you very much for your support of computer science for all
and let us know if you have any further questions!

= render partial: 'questions_concerns'

%p
= render partial: 'partner_signature'