From 18dd26a9e68ce707dfed5180033b0a1b58be01b9 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 14:36:51 -0400 Subject: [PATCH 1/8] Update honor code title. --- lms/templates/static_templates/honor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/static_templates/honor.html b/lms/templates/static_templates/honor.html index d4d77e6ae6..cd8ce2bb8b 100644 --- a/lms/templates/static_templates/honor.html +++ b/lms/templates/static_templates/honor.html @@ -5,7 +5,7 @@ <%namespace name='static' file='../static_content.html'/>
-

Collaboration Policy

+

Honor Code


From 0e76c4a9d75b90c1780188472b6c2a0434a0ea70 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 14:42:25 -0400 Subject: [PATCH 2/8] Fix faq titles. --- lms/templates/static_templates/faq.html | 37 +++++++++++++------------ 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/lms/templates/static_templates/faq.html b/lms/templates/static_templates/faq.html index eeb7b611e8..32dee32b8a 100644 --- a/lms/templates/static_templates/faq.html +++ b/lms/templates/static_templates/faq.html @@ -15,7 +15,7 @@
-

Category

+

Organization

What is edX?

@@ -52,8 +52,23 @@
-
-

Category

+
+

Objectives

+ +
+

Many institutions are partnering in this space. Will other institutions be able to collaborate with edX?

+

In July of 2012 edX announced the addition of the University of California Berkeley to the edX educational space. The gathering (or consortium) of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities. We plan to add many more institutions to this growing online initiative.

+
+ +
+

Why is Berkeley joining edX?

+

Like Harvard and MIT, Berkeley shares edX mission “to enhance human fulfillment worldwide through online learning, transforming education in quality, efficiency and scale through technology and research, for the benefit of campus-based students and the worldwide community of online learners”.

+

Berkeley shares edX commitment to the not-for-profit model as a way to transform learning and enhance education on campus and around the world.

+
+
+ +
+

Students

Who can take edX courses? Will there be an admissions process?

@@ -79,21 +94,9 @@

Who is the learner? Domestic or international? Age range?

Improving teaching and learning for students on our campuses is one of our primary goals. Beyond that, we don’t have a target group of potential learners, as the goal is to make these courses available to anyone in the world – from any demographic – who has interest in advancing their own knowledge. The only requirement is to have a computer with an internet connection. More than 150,000 students from over 160 countries registered for edX's first course, 6.002x: Circuits and Electronics. The age range of students certified in this course was from 14 to 74 years.

- -
-

Many institutions are partnering in this space. Will other institutions be able to collaborate with edX?

-

In July of 2012 edX announced the addition of the University of California Berkeley to the edX educational space. The gathering (or consortium) of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities. We plan to add many more institutions to this growing online initiative.

-
- -
-

Why is Berkeley joining edX?

-

Like Harvard and MIT, Berkeley shares edX mission “to enhance human fulfillment worldwide through online learning, transforming education in quality, efficiency and scale through technology and research, for the benefit of campus-based students and the worldwide community of online learners”.

-

Berkeley shares edX commitment to the not-for-profit model as a way to transform learning and enhance education on campus and around the world.

-
-
- +
-

Category

+

Technology Platform

What are the specific arrangements between Berkeley and edX?

From 16f4ed27bf0fdf9e746f8d42a27043e5716539f9 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 16:13:57 -0400 Subject: [PATCH 3/8] Change default gender option to be blank. --- lms/templates/signup_modal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index 4ef58ceae5..c954c16b2c 100644 --- a/lms/templates/signup_modal.html +++ b/lms/templates/signup_modal.html @@ -46,6 +46,7 @@
I agree to the Honor Code - , sumarized below as:
From 0cfd915161d598e1f7ecf1595ff46bbb8a8191b3 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 16:31:23 -0400 Subject: [PATCH 7/8] Link faq to be able to sign up from corresponding question. --- lms/static/js/toggle_login_modal.js | 1 + lms/templates/static_templates/faq.html | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lms/static/js/toggle_login_modal.js b/lms/static/js/toggle_login_modal.js index a92c616245..4f07f81bb5 100644 --- a/lms/static/js/toggle_login_modal.js +++ b/lms/static/js/toggle_login_modal.js @@ -53,6 +53,7 @@ if(notice !== undefined) { $(modal_id).find(".notice").show().html(notice); } + window.scrollTo(0, 0); e.preventDefault(); }); diff --git a/lms/templates/static_templates/faq.html b/lms/templates/static_templates/faq.html index 32dee32b8a..971942586d 100644 --- a/lms/templates/static_templates/faq.html +++ b/lms/templates/static_templates/faq.html @@ -120,7 +120,7 @@

How may I apply to study with edX?

-

Simply complete the online registration form here[link], or click on the "SIGN UP" tab at the top of this page). Enrolling will create your unique student record in the edX database, allows you to enroll in classes, and to receive a certificate on successful completion.

+

Simply complete the online registration form here, or click on the "SIGN UP" tab at the top of this page). Enrolling will create your unique student record in the edX database, allows you to enroll in classes, and to receive a certificate on successful completion.

@@ -140,4 +140,6 @@
- +%if user.is_authenticated(): + <%include file="../signup_modal.html" /> +%endif From b51dc5aec23e8880a1f041eb5749bf12be9c433b Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 16:32:42 -0400 Subject: [PATCH 8/8] Link faq to courses page. --- lms/templates/static_templates/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/static_templates/faq.html b/lms/templates/static_templates/faq.html index 971942586d..72090daf45 100644 --- a/lms/templates/static_templates/faq.html +++ b/lms/templates/static_templates/faq.html @@ -82,7 +82,7 @@

What will the scope of the online courses be? How many? Which faculty?

-

Our goal is to offer a wide variety of courses across disciplines. There are currently seven courses planned for the Fall 2012 [Link to courses page].

+

Our goal is to offer a wide variety of courses across disciplines. There are currently seven courses planned for the Fall 2012.