Homework in QA
-
Since when did asking a homework question in QA become so frowned upon? I agree when someone has not shown any effort that it can be hard to help them and I personally don't want to write all the code for them; however, too often I see people jump to the conclusion that if it is homework they don't deserve help. Whether it is homework, regular work, or hobby if someone asks a question they should all be treated the same. Help if you can.
There are only 10 types of people in the world, those who understand binary and those who don't.
There is a distinct difference between "Do my homework for me" and "Help me, I'm stuck with my homework." As the other have stated, put in some honest effort, don’t just post the question. You don’t want to be the bread and potatoes boy[^].
It was broke, so I fixed it.
-
If it's homework, isn't the general idea for the student to do the work themselves, and take any problems to the teacher? Unless the class is called "How to get other people on the Internet to do your work for you", then the answer needs to be your own work. I can see the argument for providing hints and general guidance if someone is genuinely struggling, but when was the last time you saw a homework question that wasn't "here's the assignment, it's due tomorrow, send me teh codezz, it's urgent"?
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Richard Deeming wrote:
when was the last time you saw a homework question that wasn't "here's the assignment, it's due tomorrow, send me teh codezz, it's urgent"?
Post not directed to me, but I can answer that question. Last week, someone posted a question asking for help and stating it was homework. The responders didn't supply code, just advice; the OP was asked to post their code if the hints didn't resolve the issue. The code was posted the next code and someone replied with a clearer direction - the logic was good, the issue was with the declarations. I commended the OP for saying it was homework and being honest about that. Tim
-
Since when did asking a homework question in QA become so frowned upon? I agree when someone has not shown any effort that it can be hard to help them and I personally don't want to write all the code for them; however, too often I see people jump to the conclusion that if it is homework they don't deserve help. Whether it is homework, regular work, or hobby if someone asks a question they should all be treated the same. Help if you can.
There are only 10 types of people in the world, those who understand binary and those who don't.
Asking a question is fine: but I do draw the line when they post the actual homework question (complete with the question numbers, and the date it is due to be handed in occasionally) and ask for code! We even had one who posted his tutors email so we could send the solution directly for him... :doh: No, actually I draw the line before that. If you try and get stuck, that's one thing. If you try and get us to do it for you without making any effort at all, that's another. And the geniuses that think we can't tell a homework question from a work project...I think they are in for a real shock when they find out that a real project is rather more than a 100 lines of code for a hotel booking simulator! Why should I do their work for them? If I get them through their course I could end up sitting next to them and having to do their work then as well! :wtf:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
Asking a question is fine: but I do draw the line when they post the actual homework question (complete with the question numbers, and the date it is due to be handed in occasionally) and ask for code! We even had one who posted his tutors email so we could send the solution directly for him... :doh: No, actually I draw the line before that. If you try and get stuck, that's one thing. If you try and get us to do it for you without making any effort at all, that's another. And the geniuses that think we can't tell a homework question from a work project...I think they are in for a real shock when they find out that a real project is rather more than a 100 lines of code for a hotel booking simulator! Why should I do their work for them? If I get them through their course I could end up sitting next to them and having to do their work then as well! :wtf:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
Quote:
If you try and get stuck, that's one thing.
Agreed. My point is I have seen some homework questions where they did show effort and the immediate responses by CP community where of no help.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Richard Deeming wrote:
when was the last time you saw a homework question that wasn't "here's the assignment, it's due tomorrow, send me teh codezz, it's urgent"?
Post not directed to me, but I can answer that question. Last week, someone posted a question asking for help and stating it was homework. The responders didn't supply code, just advice; the OP was asked to post their code if the hints didn't resolve the issue. The code was posted the next code and someone replied with a clearer direction - the logic was good, the issue was with the declarations. I commended the OP for saying it was homework and being honest about that. Tim
Which is a perfect example of how it should work. However, from your description, it doesn't sound like anyone jumped to the conclusion that the OP didn't deserve help because it was a homework question, which is what Ryan was complaining about.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Quote:
If you try and get stuck, that's one thing.
Agreed. My point is I have seen some homework questions where they did show effort and the immediate responses by CP community where of no help.
There are only 10 types of people in the world, those who understand binary and those who don't.
Yes...some members are rather intolerant of beginners, and if the question is not phrased exactly correctly they are unnecessarily rude and unhelpful - I suspect it makes them feel big to pick on newbies... Pity, because apart from their complete absence of interpersonal skills most of them are actually competent and in some cases very good technically. Shame that their personalities don't match that level of technical expertise. :sigh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
Quote:
we should not provide solution.
But why not? We provide solutions to people who got a job because they told someone they could code. Why the difference?
There are only 10 types of people in the world, those who understand binary and those who don't.
Because the usual idea of homework is not to produce a solution per se but to learn how to produce a solution. Give a man a fish and he will eat for a day. Teach a man to fish and he will be arrested for fishing without a license.
- I would love to change the world, but they won’t give me the source code.
-
Quote:
we should not provide solution.
But why not? We provide solutions to people who got a job because they told someone they could code. Why the difference?
There are only 10 types of people in the world, those who understand binary and those who don't.
The difference is, that the one who has a job, probably has a base of knowledge, but missing experience. On the other hand the one who still in the learning phase will miss also the base if we provide him with a solution but no explanation...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Since when did asking a homework question in QA become so frowned upon? I agree when someone has not shown any effort that it can be hard to help them and I personally don't want to write all the code for them; however, too often I see people jump to the conclusion that if it is homework they don't deserve help. Whether it is homework, regular work, or hobby if someone asks a question they should all be treated the same. Help if you can.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Asking a question is fine: but I do draw the line when they post the actual homework question (complete with the question numbers, and the date it is due to be handed in occasionally) and ask for code! We even had one who posted his tutors email so we could send the solution directly for him... :doh: No, actually I draw the line before that. If you try and get stuck, that's one thing. If you try and get us to do it for you without making any effort at all, that's another. And the geniuses that think we can't tell a homework question from a work project...I think they are in for a real shock when they find out that a real project is rather more than a 100 lines of code for a hotel booking simulator! Why should I do their work for them? If I get them through their course I could end up sitting next to them and having to do their work then as well! :wtf:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
OriginalGriff wrote:
posted his tutors email so we could send the solution directly for him
Oh, yeah, I had forgotten about that one. :sigh:
You'll never get very far if all you do is follow instructions.
-
Because the usual idea of homework is not to produce a solution per se but to learn how to produce a solution. Give a man a fish and he will eat for a day. Teach a man to fish and he will be arrested for fishing without a license.
- I would love to change the world, but they won’t give me the source code.
Quote:
Because the usual idea of homework is not to produce a solution per se but to learn how to produce a solution.
I'm not disagreeing but isn't that the same for employment? I don't see why anyone is drawing the line between the two except for prejudicial reasons.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Persuading others to do your work for you is a wonderful skill to learn.
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
-
The difference is, that the one who has a job, probably has a base of knowledge, but missing experience. On the other hand the one who still in the learning phase will miss also the base if we provide him with a solution but no explanation...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Quote:
Because the usual idea of homework is not to produce a solution per se but to learn how to produce a solution.
I'm not disagreeing but isn't that the same for employment? I don't see why anyone is drawing the line between the two except for prejudicial reasons.
There are only 10 types of people in the world, those who understand binary and those who don't.
Quote:
isn't that the same for employment?
Absolutely not. When you are employed, you are employed to produce solutions. if you learn a little as you do this then all well and good, but this isn't the main point.
- I would love to change the world, but they won’t give me the source code.
-
That's fair. In that case I would expect the response to be in line with that, not "we're not going to help with your homework."
There are only 10 types of people in the world, those who understand binary and those who don't.
I'm not a spokesman for CP or anyone else but me :-D... And you right, that should be the line of response, that should help also the ones with homework questions...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Since when did asking a homework question in QA become so frowned upon? I agree when someone has not shown any effort that it can be hard to help them and I personally don't want to write all the code for them; however, too often I see people jump to the conclusion that if it is homework they don't deserve help. Whether it is homework, regular work, or hobby if someone asks a question they should all be treated the same. Help if you can.
There are only 10 types of people in the world, those who understand binary and those who don't.
Easy. When the responders started giving away the answers, giving the OP, literally, "copy'n'paste this code" answers. Is the OP going to learn from having their code written for them? Absolutely not.
A guide to posting questions on CodeProject
How to debug small programs
Dave Kreskowiak -
Easy. When the responders started giving away the answers, giving the OP, literally, "copy'n'paste this code" answers. Is the OP going to learn from having their code written for them? Absolutely not.
A guide to posting questions on CodeProject
How to debug small programs
Dave KreskowiakQuote:
Is the OP going to learn from having their code written for them? Absolutely not.
My point was that when someone does show effort if it looks like homework often the first response is to attack. It shouldn't be that way.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Quote:
Is the OP going to learn from having their code written for them? Absolutely not.
My point was that when someone does show effort if it looks like homework often the first response is to attack. It shouldn't be that way.
There are only 10 types of people in the world, those who understand binary and those who don't.
I've seen a ton of homework questions. Rarely have I seen the effort put in by the OP, but I'm happy to see it when it's there. I still won't give a code answer, but I will tell the person where they are going wrong and what they should be looking at/researching. But, of course, there's a bunch of people who don't understand the difference between effort and the lack thereof and just attack anyway. I don't see that too much, but when I do that person gets attacked. But, much more prevelent is the problem where the responders just give the answer in code without discussing what's going on or why. I think it's more of an exposition of the responders ability to answer such simple questions than it is of helping the person out or teaching them how to do the research to answer their own question. It's these people I just cannot stand.
A guide to posting questions on CodeProject
How to debug small programs
Dave Kreskowiak -
Since when did asking a homework question in QA become so frowned upon? I agree when someone has not shown any effort that it can be hard to help them and I personally don't want to write all the code for them; however, too often I see people jump to the conclusion that if it is homework they don't deserve help. Whether it is homework, regular work, or hobby if someone asks a question they should all be treated the same. Help if you can.
There are only 10 types of people in the world, those who understand binary and those who don't.
Agree wholeheartedly with you on this one. Any question asked should be treated essentially the same; if the OP asks for help, why not give it? If responding to a guru or a novice, surely the skill in answering is to not just provide the answer, but some framework so the OP understands - which at the end of the day is what it's all about whether for a student or expert. Sure, some posts will just be "please give me code to ..." but whether for homework or the next big thing in mobile apps, the response needs to be guidance toward the goal, and not just the solution on a platter. When I have taught programming I actively encourage the students to look for help online if they are stuck; I usually guide them where to look, and monitor those resources and respond myself when I can - but it is astonishing how one can explain something twenty ways to a blank-faced student, then someone else (as often as not another student) can say "It's like, you know, when that thing gets bigger, and like the other thing, you know?" and the original student's face lights up with understanding!
-
Asking a question is fine: but I do draw the line when they post the actual homework question (complete with the question numbers, and the date it is due to be handed in occasionally) and ask for code! We even had one who posted his tutors email so we could send the solution directly for him... :doh: No, actually I draw the line before that. If you try and get stuck, that's one thing. If you try and get us to do it for you without making any effort at all, that's another. And the geniuses that think we can't tell a homework question from a work project...I think they are in for a real shock when they find out that a real project is rather more than a 100 lines of code for a hotel booking simulator! Why should I do their work for them? If I get them through their course I could end up sitting next to them and having to do their work then as well! :wtf:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)