Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error in Sophia College Algebra?
#11
(02-07-2022, 07:45 PM)origamishuttle Wrote: Introduction to Relational Databases is a great example. Several questions force you to ask "What does the test writer THINK is the right answer??" because there's more than one. Case in point are questions that have two answers that are exactly the same, but only one is counted as correct.

With Intro to Relational Databases, I sometimes had to use a diff checker to see what the difference was between two seemingly identical bits of code to see that, actually, one has a semi-colon in place of a comma or whatever.  When you're staring at 4 nearly-identical pieces of code, it can be difficult to manually see the differences. 

There are some issues in a few courses, but I'm not sure that Intro to Relational Databases is one.
In progress:
TESU - BA Computer Science; BSBA CIS; ASNSM Math & CS; ASBA

Completed:
Pierpont - AAS BOG
Sophia (so many), The Institutes (old), Study.com (5 courses)
ASU: Human Origins, Astronomy, Intro Health & Wellness, Western Civilization, Computer Appls & Info Technology, Intro Programming
Strayer: CIS175, CIS111, WRK100, MAT210
Reply
#12
(02-07-2022, 07:45 PM)origamishuttle Wrote:
(02-07-2022, 07:06 PM)sophia UX Wrote: Mistakes do happen but they're not acceptable on a graded assessment; at least not for long.

Sophia has so many mistakes on graded assessments that I assumed they're intentional - to make it more challenging! Very few, if any, Sophia courses I've taken did not have at least one extremely questionable or demonstrably wrong question.  Introduction to Relational Databases is a great example. Several questions force you to ask "What does the test writer THINK is the right answer??" because there's more than one. Case in point are questions that have two answers that are exactly the same, but only one is counted as correct.

Don't get me wrong, I really appreciate the value Sophia provides, and I recommend it to everyone. But the assertion that wrong answers are not acceptable.. is surprising. Maybe Sophia needs to make the feedback system a little more obvious and encourage participation somehow.


There are professional ways to say things, and you missed the mark.

Sophia and CSM have representatives that read our posts, respond, and make changes or answer questions when they could be like every other provider ever and leave us in the dark. We are participating in the feedback system right now. They don’t have to be here, but they are because they care about the end-user experience just a little bit more than the next company.

Someone posted a complaint on a third-party web forum, and it was addressed and corrected the next day. Seems to me like they care quite a bit about correcting their mistakes and listening to feedback.

When a provider comes to this forum and reads snarky comments like yours, they are not encouraged to go the extra mile that Sophia does. No one person, group, or system is perfect, but at least they are making an attempt to make things right. Can we tone down the attitude so that they and others are not discouraged from doing so in the future?


Sent from my iPhone using DegreeForum.net
IN-PROGRESS:
???

MAYBE:
Newlane University - BA In Liberal Arts 
Kairos University 

COMPLETED:
Southeast Tourism Society - TMP (02/2020)
Pierpont Community and Technical College - AAS BOG, AOE: English (12/2018)
FEMA - PDS Certificate (04/30/2014)
GED (11/16/2004)
[-] The following 1 user Likes Tedium's post:
  • sophia UX
Reply
#13
(02-07-2022, 08:32 PM)rachel83az Wrote:
(02-07-2022, 07:45 PM)origamishuttle Wrote: Introduction to Relational Databases is a great example. Several questions force you to ask "What does the test writer THINK is the right answer??" because there's more than one. Case in point are questions that have two answers that are exactly the same, but only one is counted as correct.

With Intro to Relational Databases, I sometimes had to use a diff checker to see what the difference was between two seemingly identical bits of code to see that, actually, one has a semi-colon in place of a comma or whatever.  When you're staring at 4 nearly-identical pieces of code, it can be difficult to manually see the differences. 

There are some issues in a few courses, but I'm not sure that Intro to Relational Databases is one.

We must have had different sets of tests because I'm very sure about what was on my tests. I remember at least two questions where the correct answer was repeated exactly. I tried not to do any diff, since I thought it might not be allowed, so I tried to spot any tiny difference, as in other questions, but I couldn't. So I broke down and used a diff checker, and there was indeed no difference. There were also questions that asked you to identify which SQL query will run without error, but more than one does, usually because they seemed to treat an optional clause like it's required. There were also questions with syntax errors and copy/paste errors - sometimes in the question, sometimes in the answer. Honestly, I kept thinking how lucky I am to already know SQL, with all the things that could easily trip up someone new.

(02-07-2022, 09:38 PM)Tedium Wrote: There are professional ways to say things, and you missed the mark.

Thank you for the feedback. I really did not intend to be snarky or to offend anyone. I was trying to share my experience. Again, I do recommend Sophia to everyone.
[-] The following 1 user Likes origamishuttle's post:
  • sophia UX
Reply
#14
(02-07-2022, 07:45 PM)origamishuttle Wrote: Thank you for the feedback. I'm truly sorry if I offended anyone. Please feel free to delete.

No offense here.

Thanks for continuing to recommend Sophia. We're always listening to feedback and trying to do better.
[-] The following 3 users Like sophia UX's post:
  • a4tunatemom, neutrino, Tedium
Reply
#15
(02-07-2022, 10:31 PM)sophia UX Wrote:
(02-07-2022, 07:45 PM)origamishuttle Wrote: Thank you for the feedback. I'm truly sorry if I offended anyone. Please feel free to delete.

No offense here.

Thanks for continuing to recommend Sophia. We're always listening to feedback and trying to do better.

Hi Sophia, thanks for being here and taking our feedback!

I sent you a PM with something else that is a wrong answer on a course. 

Can you tell me if there is anyway to resubmit a touchstone? I submitted one, leaving a key point out (ugh.) I emailed customer service but haven't heard back. It hasn't been graded yet.  Thanks in advance.
Reply
#16
(02-07-2022, 09:41 PM)origamishuttle Wrote: We must have had different sets of tests because I'm very sure about what was on my tests. I remember at least two questions where the correct answer was repeated exactly. I tried not to do any diff, since I thought it might not be allowed, so I tried to spot any tiny difference, as in other questions, but I couldn't. So I broke down and used a diff checker, and there was indeed no difference.

Since Sophia is open book, I treated it like anything I would use professionally was fair game. I would definitely use a diff checker professionally, so I used it with Sophia. Yes, we must have had different questions because there was always a difference. Even if it was a minor difference. Sometimes, things were slightly misspelled or punctuation was wrong/out of place, but there was a definite difference.

Quote:There were also questions that asked you to identify which SQL query will run without error, but more than one does, usually because they seemed to treat an optional clause like it's required.

Did you try running the queries in the DB? Some of those optional clauses are required with PostgreSQL. Having worked with MySQL in the past, I agree that there was often more than one that would likely have worked on an MySQL DB, but when pasted into the sample DB and ran to test, only one would work.
In progress:
TESU - BA Computer Science; BSBA CIS; ASNSM Math & CS; ASBA

Completed:
Pierpont - AAS BOG
Sophia (so many), The Institutes (old), Study.com (5 courses)
ASU: Human Origins, Astronomy, Intro Health & Wellness, Western Civilization, Computer Appls & Info Technology, Intro Programming
Strayer: CIS175, CIS111, WRK100, MAT210
Reply
#17
(02-08-2022, 04:10 AM)rachel83az Wrote: Did you try running the queries in the DB? Some of those optional clauses are required with PostgreSQL. Having worked with MySQL in the past, I agree that there was often more than one that would likely have worked on an MySQL DB, but when pasted into the sample DB and ran to test, only one would work.

Yes, I tried to run everything through https://postgres.sophia.org/ that I could, and I was constantly restarting it and rerunning to make sure that it was in a correct state. That sandbox is an awesome resource, so I tried to maximize the benefit. I've worked with PostgreSQL, Oracle, and MySQL, so I understand the differences, which is another reason I kept referring to the sandbox - to ensure everything is proved out in PostgreSQL. I tried to be thorough and check all the answers, and in different ways, both running multiple queries together and resetting in between, which maybe would explain why I noticed the problem? And I completed the course a few months ago, so maybe problems have been fixed since then? I know that there were many reviews complaining of similar problems with the course when I took it...
Reply
#18
I have taken a ton of Sophia courses and I have seen several questions I got wrong and thought it was bs. They were either just flat out wrong or there were really two right answers but I didn't give the one they wanted. That's not a Sophia exclusive problem though, a lot of courses have poorly written test questions.
TESU BA Liberal Studies /Communications 



[-] The following 1 user Likes BSLIONS's post:
  • ss20ts
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  New Sophia Course Business Data Analytics Jonathan Whatley 23 1,122 Yesterday, 12:38 PM
Last Post: Ares
  Does the Study.com College Saver Plan only include 2 exams per month? Epiphany.y 3 109 Yesterday, 04:03 AM
Last Post: Epiphany.y
  Sophia.org Membership Code - Recent bjcheung77 221 155,598 Yesterday, 02:40 AM
Last Post: bjcheung77
  New Sophia Courses: Health, Fitness, and Wellness and Anatomy & Physiology II Lab LevelUP 20 4,028 05-26-2025, 08:12 PM
Last Post: infradata.it@gmail.com
Information Sophia Job Postings - Early Warning about New Courses and Revisions Ares 1 999 05-20-2025, 12:23 PM
Last Post: jsh1138
  alternative to these courses - sophia supernoms 6 388 05-18-2025, 12:38 AM
Last Post: Ares
  Algebra based physics homeschoolmom1 0 184 05-09-2025, 01:48 PM
Last Post: homeschoolmom1
  Sophia Credits Expire for transfer ande 2 1,467 05-07-2025, 08:16 PM
Last Post: staroceanex
  Study.com Free Degree Planning + First Month of College Saver bjcheung77 8 3,437 04-21-2025, 11:27 PM
Last Post: bjcheung77
  New Sophia Course soon: Public and Community Health jg_nuy 8 2,216 03-27-2025, 10:48 PM
Last Post: bjcheung77

Forum Jump:


Users browsing this thread: 1 Guest(s)