University of the People: Tuition-Free, Accredited Online Degree Programs
441–450 of 483 posts
Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#442The University of the People is an innovative school where you can meet and talk to students from all over the world. The faculty is of high caliber as well.
And the faculty can be hit-or-miss. Some are awesome, some of okay. A few are just awful.
Personally, I had an instructor for Java who had difficulty managing different JDKs one a single machine. If I, as a student new to Java, can figure it out, I absolutely expect my instructor to know how to do so. Granted, this particular instructor was a "standout" in the negative sense. Most have been okay.
Fortunately, instructors are mostly inconsequential as there's very little interaction with them.
Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#443my experience so far has been nothing but pleasant, great quality content in their courses (majors), I'm currently in my first years in my third term in June, i have learned about python like I haven't gone into the programming in any depth before, I joined uopeople in a computer science degree (BSc). plagiarism is a big NO in this wonderful university and so is creating. more about me, I am Nadine lynch, and I am so…
Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#444Let's be honest about schools like UofP and WGU. They exist to provide a cheap and easy way for experienced professionals to get that piece of paper to bypass a HR checkbox, nothing more. If you are serious about learning, look elsewhere.
> If you are serious about learning, look elsewhere.
This is unfair though. You can still acquire a decent education through the school. Depending on your goals, it might be better to look elsewhere.
Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#445Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#446Earlier quoted context omitted.
I'll just add that many UoPeople students in the US transfer to WGU to complete their bachelor's degree. (WGU is regionally accredited, so it carried more weight. And it accepts UoPeople credits.)
That's good to know. I applied for WGU a few years back but they didn't accept my application (not sure if it's because of my poor grades from an early attempt at community college a few years before that or if I bombed the application essay - or both). If UoPeople's a bit more lenient about my past mistakes, then it seems like UoPeople→WGU would be a viable approach. Or maybe I should just re-apply to WGU?
UoPeople requires a high school diploma equivalent and English proficiency. If you meet that, you're golden.
The school uses a process they called "foundations" in which you take basic college-level courses to demonstrate the ability to complete them. If you maintain a decent GPA in those courses, you are granted "degree seeking status." So, essentially, you meet the minimum requirements and then earn your way into the program.
You will not need to submit your previous transcripts when you apply. However, I would recommend submitting them later and transferring any credits your can. No sense in repeating what you've already studied.
Even if you do submit your transcripts when you apply, I seriously doubt it would hurt your chances. The school is very big on "access to higher education," so denying you would run counter to that.
You could also try reapplying to WGU. If you struggled in community college, WGU might not work for you--yet. Then again, UoPeople might not either. If you feel like you've grown since then, developed better study and time management skills, then give either a shot.
Another option is that some universities offer "academic forgiveness."[0] It's basically a way to help students recover from a rough start.
[0] This is an example, but if you search for the term you'll find many schools with similar programs. https://www.tulsacc.edu/student-resources/student-records/ac...
Re: University of the People: Tuition-Free, Accredited Online Degree Programs
#447Earlier quoted context omitted.
This gives more ammunition to my hot take that degrees from elite universities don't teach you anything special.
Most university classes on Algorithms, is simply to build a Binary Search Tree. Or maybe a Red Black Tree, for the more advanced courses. The concept is easy enough. The challenge may lie in the part where you must write the code in an unfamiliar language to yourself, like C++, which has its own pitfalls in trying to understand how pointers work, and to code it out, while not destroying your program. Recall that the…