From 68c1d07f0dd88180bcb034c14ccc7183982f791d Mon Sep 17 00:00:00 2001 From: Lyla Fischer Date: Mon, 9 Apr 2012 11:19:04 -0400 Subject: [PATCH 1/3] changed welcome email --- templates/emails/welcome_body.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emails/welcome_body.txt b/templates/emails/welcome_body.txt index b08326f6fd..3944f6c325 100644 --- a/templates/emails/welcome_body.txt +++ b/templates/emails/welcome_body.txt @@ -1,4 +1,4 @@ -MITx's prototype offering, 6.002x, is now open. To log in, visit +MITx's prototype offering, 6.002x, is open. To log in, visit % if is_secure: https://6002x.mitx.mit.edu @@ -16,7 +16,7 @@ place to reset it. Once you log in, we recommend that you start the course by reviewing the "System Usage Sequence" in the Overview section, and the "6.002x At-a-Glance (Calendar)" handout under the Course Info tab. After you -familiarize yourself with the various features of the MITx platform, +familiarize yourself with the features of the MITx platform, you can jump right into the coursework by working on "Administrivia and Circuit Elements", the first Lecture Sequence in Week 1. From 703bcf7fb0683b0bcb9c7623c8c629cd8d425f1f Mon Sep 17 00:00:00 2001 From: Lyla Fischer Date: Sat, 28 Apr 2012 18:38:15 -0400 Subject: [PATCH 2/3] wording changes --- templates/create_account.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/create_account.html b/templates/create_account.html index 3eee7a6bc1..adb5220af5 100644 --- a/templates/create_account.html +++ b/templates/create_account.html @@ -6,9 +6,7 @@

Enrollment requires a modern web browser with JavaScript enabled. You don't have this. You can’t enroll without upgrading, since you couldn’t take the course without upgrading. Feel free to download the latest version of Mozilla Firefox or Google Chrome, for free, to enroll and take this course.

- Please note that 6.002x has already started. - Several assignment due dates for 6.002x have already passed. It is now impossible for newly enrolled students to get 100% of the points in the course, although new students can still earn points for assignments whose due dates have not passed, and students have access to all of the course material that has been released for the course. -

+Please note that 6.002x has now passed its half-way point. The midterm exam and several assignment due dates for 6.002x have already passed, wo it is now impossible for newly enrolled students to earn a passing grade and a completion certificate for the course. However, new students have access to all of the course material that has been released for the course, so you are welcome to enroll and browse the course.

<% if 'error' in locals(): e = error %> From 35ab42575585e8fddcce0253e5162190c835f9f8 Mon Sep 17 00:00:00 2001 From: Lyla Fischer Date: Sat, 28 Apr 2012 19:09:47 -0400 Subject: [PATCH 3/3] fixed typo --- templates/create_account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/create_account.html b/templates/create_account.html index adb5220af5..318a694658 100644 --- a/templates/create_account.html +++ b/templates/create_account.html @@ -6,7 +6,7 @@

Enrollment requires a modern web browser with JavaScript enabled. You don't have this. You can’t enroll without upgrading, since you couldn’t take the course without upgrading. Feel free to download the latest version of Mozilla Firefox or Google Chrome, for free, to enroll and take this course.

-Please note that 6.002x has now passed its half-way point. The midterm exam and several assignment due dates for 6.002x have already passed, wo it is now impossible for newly enrolled students to earn a passing grade and a completion certificate for the course. However, new students have access to all of the course material that has been released for the course, so you are welcome to enroll and browse the course.

+Please note that 6.002x has now passed its half-way point. The midterm exam and several assignment due dates for 6.002x have already passed. It is now impossible for newly enrolled students to earn a passing grade and a completion certificate for the course. However, new students have access to all of the course material that has been released for the course, so you are welcome to enroll and browse the course.

<% if 'error' in locals(): e = error %>