Skip to content

Commit 8df8f91

Browse files
Update FAQ language and order
[#173862703] Authored-by: Waciuma Wanjohi <code@waciuma.com>
1 parent 60afe09 commit 8df8f91

File tree

1 file changed

+26
-36
lines changed

1 file changed

+26
-36
lines changed

FAQ.md

Lines changed: 26 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Alternatively, you could [contribute](#CONTRIBUTING.md) an answer yourself.
88

99
## Contents
1010

11-
- [Are Coursera courses free to access?](#are-coursera-courses-free-to-access)
1211
- [How can I review the math prerequisites?](#how-can-i-review-the-math-prerequisites)
1312
- [What is a good course to learn a language (C++, Rust, Java, etc)?](#what-is-a-good-course-to-learn-a-particular-language)
1413
- [Why is the Firebase OSSU app different/broken?](#why-is-the-firebase-ossu-app-different-or-broken)
1514
- [In what order should I take the courses?](#in-what-order-should-i-take-the-courses)
1615
- [Does every resource in the main curriculum have to be free?](#does-every-resource-in-the-main-curriculum-have-to-be-free)
16+
- [Are Coursera courses free to access?](#are-coursera-courses-free-to-access)
1717
- [Is it necessary to purchase the Verified Upgrade for edX courses?](#is-it-necessary-to-purchase-the-verified-upgrade-for-edx-courses)
1818
- [Why do you recommend skipping the second half of CS50?](#why-do-you-recommend-skipping-the-second-half-of-cs50)
1919
- [Why doesn't the curriculum cover/ignore topic X?](#why-doesnt-the-curriculum-coverignore-topic-x)
@@ -22,29 +22,6 @@ Alternatively, you could [contribute](#CONTRIBUTING.md) an answer yourself.
2222

2323
## Questions
2424

25-
### Are Coursera courses free to access?
26-
27-
Some courses that require payment to access probably do exist on Coursera, but we don't put those on our curriculum.
28-
All Coursera courses that we put on the curriculum must, at minimum, be **free to audit**.
29-
For some courses, all course features are available for free;
30-
for others (especially those that are part of a specialization), you may only be able to access the lecture videos.
31-
(If you find the policies have changed for any courses on our curriculum, please tell us!)
32-
33-
Unfortunately, for some courses, Coursera's interface is [very aggressive](https://darkpatterns.org/) about convincing you that you have to pay.
34-
35-
You may see something like this on the course page:
36-
37-
<img src="http://i.imgur.com/MxOcYZv.png" alt="Free Trial" style="width: 400px;"/>
38-
39-
When attempting to enroll in such a course:
40-
- Click the blue "Enroll" or "Enroll Now" button.
41-
- A pop-up will appear.
42-
- **Do not click** "Start Free Trial", unless you do want to pay.
43-
- Find the text that says "Audit this course" at the bottom.
44-
- Click **Audit**.
45-
46-
![Audit this course](https://user-images.githubusercontent.com/3349406/27321369-95ca12e6-55cc-11e7-9b5c-f8fedd8fd643.png)
47-
4825
### How can I review the math prerequisites?
4926
Many OSSU students choose to review math topics that they have not studied recently.
5027
OSSU recommends students use Khan Academy for such a review.
@@ -90,15 +67,34 @@ At the same time, we recognize that education is a resource that requires paymen
9067
Therefore, we respect the business model of websites like edX, which make their materials free but with some paid add-ons, like official certificates or extra interaction with course instructors.
9168

9269
So we only require that the *learning materials* of a resource be free to access, not that every possible add-on be free.
93-
It would be ideal if graded assignments were always free but if we had this requirement, we would have to exclude any resource that doesn't have graded assignments at all.
70+
It would be ideal if graded assignments were always free. In the event that free assessments are not available OSSU looks for alternate assessments to pair with a course.
9471

95-
### Is it necessary to purchase the Verified Upgrade for edX courses?
72+
### Are Coursera courses free to access?
73+
74+
Some courses that require payment to access probably do exist on Coursera, but we don't put those on our curriculum.
75+
All Coursera courses that we put on the curriculum must, at minimum, be **free to audit**.
76+
For some courses, all course features are available for free;
77+
for others (especially those that are part of a specialization), you may only be able to access the lecture videos.
78+
(If you find the policies have changed for any courses on our curriculum, please tell us!)
79+
80+
Unfortunately, for some courses, Coursera's interface is [very aggressive](https://darkpatterns.org/) about convincing you that you have to pay.
81+
82+
You may see something like this on the course page:
9683

97-
If you just want to watch the videos, it is never necessary for any edX course on our curriculum.
84+
<img src="http://i.imgur.com/MxOcYZv.png" alt="Free Trial" style="width: 400px;"/>
85+
86+
When attempting to enroll in such a course:
87+
- Click the blue "Enroll" or "Enroll Now" button.
88+
- A pop-up will appear.
89+
- **Do not click** "Start Free Trial", unless you do want to pay.
90+
- Find the text that says "Audit this course" at the bottom.
91+
- Click **Audit**.
92+
93+
![Audit this course](https://user-images.githubusercontent.com/3349406/27321369-95ca12e6-55cc-11e7-9b5c-f8fedd8fd643.png)
9894

99-
CS50 doesn't use edX's grading system; it grades all assignments for free.
95+
### Is it necessary to purchase the Verified Upgrade for edX courses?
10096

101-
The [Software Development](https://www.edx.org/micromasters/software-development) courses have mostly free quizzes and assignments, but their Final Projects will only be graded by a human if you pay.
97+
If you just want to watch the videos, it is never necessary for any edX course on our curriculum. Note that a number of edX courses only allow students to audit a course for the estimated number of weeks it takes to complete. Students should not begin a course until they are prepared to focus and complete the course.
10298

10399
### Why do you recommend skipping the second half of CS50?
104100

@@ -110,13 +106,7 @@ That being said, feel free to finish CS50 if you like it and want to.
110106

111107
### Why doesn't the curriculum cover/ignore topic X?
112108

113-
We have several goals that we have to balance:
114-
- Ensure students learn the timeless principles of computer science in the best possible way, pedagogically speaking.
115-
- Ensure students are given sufficient knowledge of today's systems to be employable in the near future.
116-
- Ensure students are exposed to enough cutting-edge knowledge that they won't be left behind when technology changes, which it always does.
117-
- Keep the curriculum brief enough that it can be completed in a reasonable amount of time.
118-
119-
Therefore, not everything can be included, but we strive to be eclectic so that students are both employable and well-armed for change.
109+
You can read more about our curricular guidelines and the qualifications of the guidelines' authors [here](CURRICULAR_GUIDELINES.md). If you find a topic that is required by our guidelines and is not included in the curriculum, we should make a change! Read more about [contributing to a change](CONTRIBUTING.md).
120110

121111
### Why is the curriculum missing some pre-requisites?
122112

0 commit comments

Comments
 (0)