vote up 84 vote down star
1

Can and how does one ask about homework on StackOverflow, and what guidelines should members use when responding to homework questions?

Return to FAQ Index

flag
The answer for this is likely to be hotly contested, so it hasn't been linked from the main faq yet. Let's try to keep the discussion civil. – Joel Coehoorn Oct 23 '08 at 16:54
2  
I have to say i see this FAQ as irrelevant, there shouldn't be distinction in knowledge. Well maybe what to do when there is a "plz send teh codez" question. outside that i think there is no problem here at all. – levhita Oct 23 '08 at 17:49
Like it or not, there are at least three conflicting views, the most restrictive of which results in the removal of all homework questions. This proves that some guideline is needed. – Joel Coehoorn Oct 23 '08 at 18:37
I was thinking of posting the exact same q ... The people on my shoulder were slugging it out as I was answering 'Filling up a TreeView control' – Gishu Nov 24 '08 at 11:20
A recent check of the FAQ (for the what was SO built with item) showed that someone has indeed added this question to the index, so I'm cleaning it up to read clearer for readers coming from the FAQ and are not familiar with the discussion. – Joel Coehoorn Apr 16 at 16:23

migrated from stackoverflow.com

30 Answers

vote up 119 vote down

This is an attempt to reconcile two extreme positions in a way that is acceptable to the majority of the community:

This post is not the official position of the StackOverflow administrators, but rather a community-edited effort to provide clear guidelines on how to respond to homework. Individual community members can of course use their own judgment.

The guidelines outlined below are rooted in these basic principles:

  • It is okay to ask about homework. For one, it would be impossible to stop it all even if we wanted to. StackOverflow exists to help programmers learn and provide a standard repository for programming problems, both simple and complex, and this includes helping students.
  • However, students normally have different goals and expectations than professionals. Just giving a student a complete answer may not be in the student's own best interest. Therefore homework questions should be treated differently than other questions.


Asking about Homework

  • Make a good faith attempt to solve the problem yourself first. If we can't see enough work on your part your question will likely be booed off the stage; it will be voted down and closed.
  • Ask about specific problems with your existing implementation. If you can't do that yet, you need to do some more of your own work first, or try searching for more general help.
  • Include the homework tag with your question, and admit that this is homework. Trying to hide it will just get the question closed faster.
  • If your school has a policy regarding outside help on homework, make sure you are aware of it before you ask for/receive help on StackOverflow. If there are specific restrictions (for example, you can receive help, but not full code samples), include them in the question so that those providing assistance can keep you out of trouble.
  • Never use code you don't understand.


Answering Homework Questions

  • Try to give suggestions that will lead the asker in the correct direction rather than providing a ready-made answer.
  • It's usually better not to provide a complete code sample if a question looks very strongly like homework. Use your best judgement, of course, but if you must provide code for a question that is blatantly homework, try to use pseudo-code first. In the spirit of creating a programming resource, you may come back after a suitable amount of time and edit your response to include more complete code. This way, the student still has to write their own code, but a full solution can still become available after the assignment has ended.
  • Don't downvote others who answer homework questions in good faith, even if they break these guidelines. It's not always obvious at first glance that a question is homework, especially when you're not expecting to see it here. It is a good idea to suggest editing the response in a comment.
  • Don't ridicule a student because they haven't yet learned something obvious or developed the good habits you'd expect from a seasoned programmer. Do add a respectful comment or answer that points them towards best practices and better style.
  • Don't downvote a homework question that follows the guidelines and was asked in good faith.
  • Don't edit a question to add the homework tag unless it's extremely obvious that it's homework. If there's any room for doubt at all, it's best to leave it as is. Instead, add a comment first requesting that the asker clarify the situation.
  • TODO: guideline for whether/when to close / how to treat a "plz send teh codez" question.
link|flag
First draft here. Let the discussion and editing commence. – Joel Coehoorn Oct 23 '08 at 16:55
Looks good. I might make the bullet point about being open with the fact that this is homework a bit stronger. I think this is the #1 problem people have - when someone asks about homework without stating that is it homework. This is my #1 problem, at least. – Chris Marasti-Georg Oct 23 '08 at 17:01
Looks good to me. Typo: "psuedo"-code. – Pistos Oct 23 '08 at 17:01
1  
Can you better clarify why a homework question would be closed? I think the argument is that it didn't show enough work in it. Those questions are currently left to down-votes. If it's a poorly written, programming related, on topic question. Why close it? – Alex B Oct 23 '08 at 17:02
I added emphasis to the admission bit. It can be removed or toned down if others feel it should be, – Chris Marasti-Georg Oct 23 '08 at 17:03
I disagree with the never provide a code sample. You should be able to provide a code snippet, because if somebody finds this via Google, they may have a similar problem and not be doing homework. And the best way to learn is through writing code – David Basarab Oct 23 '08 at 17:03
@longhorn Perhaps the asker should provide the finished code in an answer? This would also give them a chance to have it peer-reviewed – Chris Marasti-Georg Oct 23 '08 at 17:05
@Alex B, I can't see anything in the "close" menu that would be relevant for a homework question. I think a more likely scenario is a flurry of downvotes, and possible offensive marks (as some could be offended at being asked to do someone's homework) – Chris Marasti-Georg Oct 23 '08 at 17:06
Please add that you should obey your school's policy on receiving help in places like StackOverflow. I would hate to see someone fail a class because they received help on here. – jsl4980 Oct 23 '08 at 17:08
"If you must provide code, use pseudo-code." Who decide that? If I want to use the language the guy want, I will? – Daok Oct 23 '08 at 17:10
@jsl, added a blurb. Good suggestion. – Chris Marasti-Georg Oct 23 '08 at 17:12
No one has decided it yet. This is still in the 'proposal' phase. However, students are generally supposed to write their own code, and won't learn anything if they can just copy yours. – Joel Coehoorn Oct 23 '08 at 17:12
How will you know it's an homework. The person will simply not add "Homework" tag to get the full code... Too many rules, for nothing, once the question is written like the Console one you read 30 min ago is answered the question won't be reask and all is over. – Daok Oct 23 '08 at 17:14
Newby and people that ask for homework will never read all those SO Faq because it's too much. Most SO won't either. I really do not see how this will work. – Daok Oct 23 '08 at 17:14
3  
For me this represent nothing. People in an homework can request help by checking a book, google, forum or here. It's never the whole homework. I hate to see people bitching against homework, a question is a question. SO is a place to solve question, that's it. – Daok Dec 3 '08 at 15:47
show 23 more comments
vote up 64 vote down

FWIW, I teach a programming class, and have the following policy:

Programming is a "team sport," and it is good for you to talk with each other about ideas on how to confront the problems, and look to the Internet and other sources for ideas.

Nevertheless, the work you hand in with your name on it should represent work that you did.

If you work with others to complete your lab, list those people with your source code. Also, if you get code from an online resource, list the URL with the lab, and credit where you got the code from. This is a common courtesy and a legal requirement, even for free, open-source software.

Failure to give credit is plagiarism. Work that is apparent plagiarism may receive little or no credit.

link|flag
4  
You should add a parenthetical: "(<I/Your grader> knows how to use google, too.)" After only a semester of grading Automata homework, it was really easy to separate the googlers from the people who actually did their homework. – Greg D Oct 23 '08 at 19:11
1  
That's an incredibly lenient policy on plagiarism. My school had an automatic 'zero' for anything that included plagiarism and any cheating was reported to the dean of the college. On a second offense students could be removed from the program. – jsl4980 Oct 23 '08 at 20:26
Well, where I am is further down in the academic chain such that we see the students as "customers." – JohnMcG Oct 23 '08 at 20:28
I agree with jsl4980, plagiarism should be handled aggressively (my college expelled students for the first offense. That said, I think having guidelines like this that make clear limits on what's in and what's out are very helpful for avoiding plagiarism in the first place. – acrosman Oct 23 '08 at 23:11
I have to agree with jsl4980. Now it did lead to some interesting problems, I inserted a quotation from SRV into one of my programs and cited it. This lead to my having to explain why I "stole" Java code from a guy who died before Java existed. Neither the prof nor the TA were from the US. – Dan Blair Dec 3 '08 at 15:58
2  
I like your policy. Programming most certainly is a team sport. – Chris Ballance Feb 9 at 4:25
wow, sbeen a while but still... yes on agressive plagiarism policies BUT how many different permutations of hello world can you make before stubling on someone else's, thus citing sources is NOT plagiarism. – Newtopian Apr 15 at 7:07
This being said, students should sometimes be reminded that the homework was about programming, not net surfing thus even if all sources were cited the grades are on the actual work done towards that goal... That's how we did it when grading papers, it was well accepted by both students and staff – Newtopian Apr 15 at 7:09
1  
Yes, in a literature course, I can use resources, and quote them, and I must cite them and give proper credit. I share your viewpoint in that credit must be given, just as with any other resource. This seems like a guideline to impose on students. – Anonymous Jun 19 at 6:50
vote up 34 vote down

I think that helping people with homework is OK, but it seems that not many people agree. I answered a question last night tagged homework. Everyone else in the thread was refusing to answer and providing guidelines that the poster should follow, many of which are echoed here, instead of actually trying to address the issue. That post has now been deleted, most likely through the use of offensive, and most likely successfully caused this user to never visit this site again. This is not the kind of community I would like to see built here. So what if someone posts their homework?

We're here to help people, not to judge them. Remember that.

link|flag
2  
Doing someone's homework for them is not help, it will hinder them in the long run. Do you want new hires at your company unable to do their own work? – jsl4980 Oct 23 '08 at 17:09
Who am I to decide what will and won't help people? If I'm able I answer what's asked. If it doesn't help the asker can rephrase and ask again. – Kyle Cronin Oct 23 '08 at 17:24
1  
I completely agree with you. – levhita Oct 23 '08 at 17:51
1  
Marking offensive is definitely not cool. – Joel Coehoorn Oct 23 '08 at 21:04
I honestly don't know what happened. It could be moderator intervention, as another question posted by the same user disappeared as well. – Kyle Cronin Oct 23 '08 at 21:08
2  
Oh yes, when I was in collage I had an internship where I had to learn Bash quickly. From the response I got from the Linux community I still avoid Linux whenever I can. This is even though I know that Linux performs better on server side than Windows. There is never call for rudeness. – WolfmanDragon Dec 11 '08 at 0:27
@jsl4980: There's a difference between answering a homework problem, and doing the student's homework for them. Most homework is too extensive to get ready-to-return code from here anyway, and if the answer is just clarifying the problem, what's the wrong in that? – Ilari Kajaste Sep 11 at 9:55
vote up 27 vote down
  • There should be no distinction between homework and regular questions. SO community members should answer homework questions as completely and definitively as possible.
  • The "homework" tag is for information only, and should not be used as a guideline for what kind of answers should be given.
  • Conflicts with a school or instructor's policy on outside help are the responsibility of the student asking the question, not the SO community.
link|flag
1  
I absolutely agree, the "homework" questions are generally still legitimate, beginner type questions and there should be a place SO for beginning programmer's questions and answer, complete with whatever code is relevant to the question. – Timothy Carter Oct 23 '08 at 21:00
vote up 23 vote down

I think helping with homework is great, as long as the asker and answerer are involved in the spirit of learning.

Just providing a straight block of code, with no explanation, isn't helpful.

Ideally the question would be something like, "I have this homework problem and I can't figure out how to figure it out! What should I be looking at?" and the answer would be like, "look at [hash tables, or some website, or this class, or whatever]".

I would hate anyone to feel like their question is too simple, and maybe sometimes it's not obvious that a simple question is really a way of saying, "I don't know how to figure this out."

link|flag
The counter to the bold block would be.. they should be smart enough to figure out how it works. If not they should learn.. – Gishu Nov 24 '08 at 11:24
Then again, for some problems a block of code may even be the best explanation you can give. – Ilari Kajaste Sep 11 at 9:58
vote up 12 vote down

Community-based information sources (ex. Wikipedia, Stack Overflow, et al.) all seems to share a prejudice against homework help. It always seems strange to me that this is such a hot issue. If you see a so-called "homework question" you have doubts about answering, just ask yourself this simple question:

"Do I want to answer this question?"

If yes, provide the best and most complete answer you can, without reservation.

If for any reason you don't, simply move on. Don't waste energy making pompous, high-brow, and accusatory remarks about your preceptions of the poster's motivations. It's rude, and degrades the wonderful user-experience that has become Stack Overflow.

  • The poster's motivations for posting are irrelevent

You may think yourself clever that you can identify classes of problems from acedemia vs. professional, but it's possible that someone might be trying to learn independently, or the class might be taken for audit (non-credit). In these cases, "academic honesty" doesn't apply. Furthermore, asking the poster if their question is homework related seems silly. Would you be satisfied if they said "no"? Would a dishonest person answer that truthfully?

  • Stack Overflow is not the place to preach your morals

Even if it's obvious the poster is trying to "cheat" on homework, that's not your concern. The poster assumes all responsibility for their actions. To my knowledge, the party facilitating the "cheating" is never liable for anything. You won't get expelled/fired for helping. After all, you're just answering a question. Nothing more.

  • Dishonest students only hurt themselves

Stack Overflow won't (presumably) be there when the student takes their exams. If the student is smart, they will learn from the answers they get on SO, and will be more prepared for their projects, exams, and long-term career success. The dishonest students will only be helped in the short-term, and won't be serious contenders for good jobs, etc. since they won't be able to apply what they were supposed to learn. Everything comes out in the wash, as the proverb says.

Thanks for reading.

link|flag
Good answer, even if I don't really agree with it. Where were you to argue this viewpoint when I first posted the question ;) ... – Joel Coehoorn Mar 17 at 23:30
Recently, an SO user pulled the "this sounds like homework.." bit on a question i asked. Didn't want to start a new thread. I've been out of school since '95, but that's not the point. Point is: you really can't tell if it's homework, and so what if it is? You want the rep points or not? ;) – Matt Mar 18 at 15:11
Dishonest students hurt more than themselves... If they somehow get into the workforce, they can cause even more damage. – Raymond Martineau Aug 1 at 5:38
vote up 11 vote down

My thoughts on this:

Overall, I agree with the majority of @Joel Coehoorn's response. That said, I look over the questions I've asked and ... well, damn if just over half of them probably sound like someone else's homework. :) A beginner's guide to bit-shifting? How to use feature x in C? I could easily see someone in a comp sci course asking these same questions. And the SO community was more than helpful for all of them. (Well, all the homework-ish ones.)

The point of us being here is to learn and educate. In just the few short weeks I've been a stack addict, I've learned more than I could ever have dreamed. Am I in school? No. Are my questions truly homework? No. But I'll bet their responses probably helped out some people who were doing homework or other studying. And I have no problem with that!

Do I think we should just send teh codez? No. But I have no problem helping educate someone who's coming into our industry.

So for those of you who are looking for homework help ... Follow the suggestions in the response I linked to in the first paragraph. Most likely, if you're respectful here, you'll get respectful and thoughtful advice from people who've been around the block. For the rest of us ... Well, those guidelines seem perfectly reasonable to me!

link|flag
vote up 8 vote down

When should we add the homework tag?
Discussion in the comments


An amendment to Answering questions by Joel.

  • Don't assume that a basic question is homework related. If the question is not tagged as homework, but you believe that it maybe homework answer it as such, don't modify the tags or condem the user for asking the question.
link|flag
At what point should the homework tag be edited into a question? – Joel Coehoorn Oct 23 '08 at 17:21
1  
I think once the person posing the question has admitted that it is a homework question the tag can be added. – ShaneB Oct 23 '08 at 18:58
@Joel: When the original poster puts it there, or says it's a homework question. – Bill the Lizard Oct 23 '08 at 18:58
I've seen questions that are pretty blatant, which is what prompted this whole thing. It seems like there is a point where it makes sense to add the tag. Thoughts? – Joel Coehoorn Oct 23 '08 at 19:46
I think it's too subjective to just say "this is obviously homework". Give people the benefit of the doubt, and ask for background information if you're not sure. – Bill the Lizard Oct 23 '08 at 19:50
The other argument for adding the homework tag is it's a "kinder gentler" alternative to closing the question, which I have seen done to homework questions (haven't done it myself, just seen it). Adding the tag at least doesn't prevent people from helping, and can always be removed later. – Joel Coehoorn Oct 23 '08 at 20:36
I can understand that, so long as the user who posed the question wouldn't get critizied for a homework question, despite the tag being added by another user. – ShaneB Oct 23 '08 at 22:05
I agree with Bill the Lizard: Don't ever just assume it's homework. If you're not sure, ask for background information. – aardvark Nov 3 '08 at 16:48
I agree that telling if a basic question is homework is subjective; however it may become moot as more of those giving the assignments use the sight, so they may tag questions they recognise as their own. – Anonymous Dec 5 '08 at 10:01
What about a `question' that's clearly copy and pasted from a homework assignment, including such idioms as "in this assignment", use of imperative tense, etc? I've seen more than one of those. Surely it's OK to tag as "homework" THEN...? (Of course, that's only gonna catch the most clueless and incredibly lazy askers, but, better than none!-) – Alex Martelli Jun 17 at 2:28
vote up 8 vote down

Distinguishing between homework and other forms of work seems silly in this context. You could make a similar argument that since I am asking questions related to my job, I should CLEARLY MARK those and share my earnings with the answerers. Huh?

Unethical to help people with homework? Silly, silly! If the homework is from college, the person is paying for that homework. Haven't they paid for the right to do it any old way they please? With help from whomever? I should feel LESS guilty for getting help with work I am getting paid for doing?

link|flag
Turning in someone else's work as your own is plagiarism which in good cases only results in failing that assignment. In my college if you were caught cheating twice you were out of the program. – jsl4980 Oct 23 '08 at 20:05
Turning in someone else's work as your own at your job is also plagiarism at best, and copyright theft at worst. As for the consequences of either of those, they're detrimental only to the one who plagiarizes - not the one trying to help. – Mark Brackett Oct 23 '08 at 22:09
2  
Everything I've ever learned, I've learned from other people. My whole life is an act of plagiarism, and so is yours! Intellectual property is an illusion, a false construct. We all build on each other's work. – Marcus Oct 24 '08 at 13:38
1  
Implementing concepts of others is not plagarism, claiming credit for other's productions is. I agree that we should help others with all sorts of problems (the help depends on the question), but I disagree with "My whole life is an act of plagarism, and so is yours!" I learn, not steal. – Fry Nov 3 '08 at 6:44
1  
@Marcus: We all build on each other's work, yes, but building is not the same as copy/pasting. It's one thing to apply what you've learned from others; it's something else entirely to turn in their work as yoour answer. – aardvark Nov 3 '08 at 16:46
Marcus, there's a world of difference between building on someone else's work and passing it off as your own - the latter is plagiarism. – Anonymous Dec 3 '08 at 15:27
Maybe it is different, but try to draw a line and its not that easy. From how many equal lines of code is it called plagiarism? There is no easy answer imho, there is a gray area where some ppl will think it is and some will think it isnt. – ejac Apr 7 at 23:26
vote up 7 vote down

Give pointers to help someone on their way to solving the problem. That may include explaining basic programming techniques and best practices along the way.

Never simply provide the answer.

People should come here to learn from answers to homework questions, not simply regurgitate a detailed code sample and hand it straight in.

It's just common sense on the part of the person answering, really. It's a shame some people may prefer posting the working solution as that will increase their chances of their answer being marked 'Answered'.

link|flag
Isn't this generally a good non-homework policy as well? – Greg D Oct 23 '08 at 19:12
Read the last paragraph again for why it doesn't work. – Joel Coehoorn Oct 23 '08 at 20:47
vote up 6 vote down

If you want to ask a homework related question you should be upfront about it because

  1. Most people who can competently answer your question do not want to do your homework for you, and particularly do not want to be tricked into doing it for you.
  2. Users answering questions on this site wish to help.
  3. If you are having trouble with homework, usually what you really need is not an answer to the question but rather an explanation of some underlying concept you misunderstand (possibly without realizing it!). That one concept may very well make the rest of your course a breeze!
link|flag
vote up 4 vote down

Agree with the community wiki answer but in addition would like to add that it's not our problem if something is homework. We are building a knowledge-base of programming questions and answers. If the question is the sort that might come up again it should have an answer, that simple. Otherwise we risk becoming too elitist with what are "appropriately nuanced" questions.

Besides, there's nothing stopping a student from claiming to be a professional or a hobbyist, or from going to a different forum even and asking there. In any case, its not like the answer to a technical point will teach them to program, and if it does then so be it, SO educations for everyone!

link|flag
I updated the response to reflect this. Do you feel the change addresses this concern? – Joel Coehoorn Oct 23 '08 at 17:31
It is our problem, because homework questions are generally uninteresting. A little elitism isn't a bad thing. – wnoise Oct 23 '08 at 17:52
2  
wnoise, elitism is fine as long as you are in the elitist class. – WolfmanDragon Dec 11 '08 at 0:39
vote up 3 vote down

Do the people on SO consider it cheating to post questions here asking for help on homework?

Does anyone consider it cheating to ask for help on a project you're being paid for?

Does anyone write a complete program in their answer anyway? Isn't it normally pseudocode or an excerpt anyway?

And what if you can get someone to write your programs for you? Isn't there normally an exam where SO isn't available?

I think posting answers to homework-like questions should be just like posting answers to non-homework questions. Answer it as clearly as you can if you know the answer. Don't answer if you don't know. Post helpful links.

The purpose of this site is to educate other people, and to learn from other people. If we provide only hints and partial answers to any question, rather than disclose our actual knowledge, then we've circumvented the benefits of this site for all involved.

link|flag
A student will learn more from being forced to do most of the work on their own, and they have subtly different expectations on where their output originated. A professional is often more concerned with completing the project at hand and should know enough to learn to emulate a code snippet. – Joel Coehoorn Oct 23 '08 at 17:29
Being my self a teacher, I let my students to search whenever they can, if they don't ask here, they'll ask somewhere else, maybe a friend or a forum, after all they'll never get a full working code here, is not the way SO works. – levhita Oct 23 '08 at 17:34
1  
The more code you write, the faster you learn. To write code faster and thus learn faster you have to ask questions and see examples. The example isn't useful if you don't use it for something, but students and professionals both learn the same way. – Mnebuerquo Oct 23 '08 at 18:09
1  
It seems to me that the issue is the difference between "examples" and "answers". Certainly we all learn from other people's code, even if we copy it verbatim ... but I don't know how much we learn if our involvement is strictly ctrl-C and ctrl-V (or your local variant). – Dave DuPlantis Oct 30 '08 at 19:12
vote up 3 vote down

A question is a question. It doesn't matter if it's homework or not.

Give a straight-up answer to the question and then walk the person through it if they ask for help understanding the answer.

We should never assume that the person is just going to take the code and run with it without understanding it. That may happen, but let's not ruin it for those that really want to learn.

Some people are so picky about even giving example code to show an idea of how to solve a homework problem. It's sickening.

As for tagging something as homework, that might be a bad idea if everyone is going to treat the person like crap. If not though, the tag would be useful information as it might give you a hint to be a little more specific when answering.

link|flag
vote up 3 vote down

I work in a computer science department as a graduate student. I live both sides of this coin - as a student and a teacher.

My policy towards my students is- learn what you can, from wherever you can. If you plagiarize, I will fail you, as you have no business passing the course or graduating if you don't know your stuff.

link|flag
vote up 3 vote down

The way I see it, the real problem is not homework questions, but plzsendtehcodez questions.

There's no reason a homework question should be treated any differently than a beginner's question. It's not our responsibility to prevent the student from getting in trouble, or make sure s/he learns something. These are the student's responsibilities.

If the original poster is obviously not interested in learning anything and just wants the code, this makes the question a plzsendtehcodez question, which I think should be closed immediately. They're both annoying and disrespectful (both to computer science and SO users).

link|flag
I love the plzsendtehcodez term. Just registered "plzsendtehcodez.blogspot.com" for my exercises as a "student of programming". Btw, I am an undergraduate student, but I am not taking any comp-sci courses. So, I am a student. And I ask beginner level questions on SO. Hm.. – Anonymous Jun 24 at 4:47
vote up 3 vote down

One thing that I have noticed so far on my time at Stack Overflow is that questions that appear (or are explicitly stated/tagged) as homework questions are getting answered in ways that are not useful to the original poster in their current situation.

Example: A student comes onto Stack Overflow and asks a question on how to do browser-based detection using JavaScript for a web development homework assignment.

Most of the answers take the route of "You shouldn't do that, you should do this instead..." and while they will technically be giving a widely accepted answer, they are not helping the original poster at all. At the same time, any user who actually goes and answers the question as the OP asked seem to be getting voted down by the same people who don't believe it is proper practice.

It just seems to me like some users place a greater importance on being technically right (and therefore making the topic perhaps more useful to future users) than on being useful to the actual user who posted the question.

I definitely agree with one of the older answers on this topic that says "make every effort to answer the original question". I think that this should be the #1 goal of any question that is posted on Stack Overflow regardless of whether it is homework or not. I think that if you want to give "alertnative methods" as an answer, it should be included after attempting to answer the original. This way you are not only assisting the user in his/her immediate need, but you would be providing more information for them (and for future viewers of the question) to learn from as well.

link|flag
1  
Yes: a student definitely has different needs than a pro. – Joel Coehoorn Feb 26 at 16:11
2  
One other thing to keep in mind: what a student 'wants' and what that student 'needs' are likely two different things. They want a solution they can just turn in. They need to be shown how to do it themselves, in proper context that points them to real-world best practices. – Joel Coehoorn Feb 26 at 16:13
@Joel: I agree. I'm not saying that we need to give them the exact "turn-it-in" answer as far as actual line by line code, but I do think the question needs to be addressed in its current form first before trying to steer the OP in a different direction. – TheTXI Feb 26 at 16:30
vote up 1 vote down

I think this exact same question should be posed to the professors/teachers of the classes you are in. You can probably get answers here, but if your professor found out you didn't do the work yourself you will most likely receive a failing grade. Many schools take cheating incredibly seriously, so make sure you know what you're getting in to before you decide to ask for help on here.

link|flag
1  
Since when asking for help is wrong?, half of our every day jobs are searching in Internet how to do this or how to do that. If I had to know everything by memory when I code, I would probably make horrible mistakes. I think even code samples are cool, after all you'll never post a full scripthere – levhita Oct 23 '08 at 17:28
Ask your professor if you're allowed to get outside help from professionals on homework. My professors made it clear that any cheating resulted in an automatic 'F' in the class and if you did it a few times you would be removed from the program completely. Is it worth risking? – jsl4980 Oct 23 '08 at 19:59
2  
"Ask your professor" I Am a Professor and I don't consider as cheating to research a possible solution in SO, actually I presented this site to my students. – levhita Oct 23 '08 at 23:13
Since when is research cheating? A student will inevtably come to a point where he or seh is stuck on a problem. Not beeing able to ask for assistance in one way or the other seems iverly rigid and would in my opinion strongly lessen the learning potential. I'm glad my teachers allowed this... – Sakkle Jan 16 at 14:56
vote up 1 vote down

A good answer here would be the one that explains the theory, some caveats and provide an code sample (usually barely working(if working at all)) that with some work can become in a full application.

That apply for students, professionals and hobbyist.

Making a distinction for Students will only make that in the future when a professional look that question, will find a crippled answer.

Lets don't make distinctions, knowledge shouldn't be limited to anyone.

link|flag
vote up 1 vote down

The first answer seems pretty well supported, but as expected there are a number of people who disagree with the ideas outlined there: both in the comments and in other answers. Like it or not, the very existence of the dissenting viewpoint proves that this faq question is needed.

However, none of the other answers yet address all the issues. They are mainly a response to the content of the original answer. We could really use an opposing response, written in the sofaq/community-wiki style, that addresses the original question directly. Then people could vote for it and we would have a better idea where the community stands.

link|flag
vote up 1 vote down

I think it's extremely important for students to learn that real-world programmers work together, learn from each other, support each other, and share their knowledge and insights. It's this type of networking that inspires and excites us.

link|flag
vote up 1 vote down

Homework, especially computer science homework, is a process not a goal. By not fully participating in the process, you are hurting yourself. Asking for help is fine, but it is only a small part of the process.

link|flag
vote up 1 vote down

I don't believe that the "homework" tag is necessarily the relevant point. The major difference, which is highlighted by the "plzsendtehcodez" tag.

If a student has a homework question, or someone has posted a projecteuler question, then the community SHOULD NOT answer them. The purposes of these things are self growth, and the SO community is not a place where work should be farmed out to.

If a question is posted "Design this website for me" there would be a community backlash against that poster. The poster is offloading their responsibility to find an answer on to other people.

If, however, the poster has clearly tried to find an answer for themselves. Or if their question is a fine-grained specific part of their homework, then we should absolutely help. This is the place to find answers for problems that have you stumped, but it's not a place to have other people do the work for you.

link|flag
vote up 1 vote down

You know, I instinctively baulk at the obvious homework questions. Perhaps it's because someone is getting a grade for it, so I feel it should be original work.

But, it occurs to me that I initially learned how to program from the ages of 11 to 12 about 95% from copying other people's programs from magazines (admittedly my buddy and I spent a lot of time tweaking and modifying them). By 13 I was teaching myself assembler on two architectures, and by 16 I was advised not to take my senior year computer studies course because I knew, quote "enough to teach the course" and receiving "the top grade was a given".

So there is clearly no definite line - good programmers will learn from others effectively and bad programmers will forever cheat and never learn much of anything.

Perhaps accreditation on the part of the asker is the key, as well as providing pointers and pseudo code... but as a professional I also appreciate receiving code which just works, so I can understand the essence of it and get on with my task. My ability professionally has grown in equal parts from my own experience and other's code.

link|flag
man u must be a guru. I worship thee. <bows/> – harshath.jr May 20 at 8:06
vote up 0 vote down

Consider, also, that a professional developer may be doing "self-study", working her way through a textbook which may, in fact, be commonly used in a university course. Such a person would not have the resources of a university student (professors to ask, tutoring, etc.), and may come here to ask a question.

How do we differentiate that from homework? Do we? Should it be tagged "homework"?

link|flag
vote up 0 vote down

Be honest; Tag it as homework. Try not to ask for an answer to the whole question. Maybe you don't understand a concept. Make an attempt at an answer and ask if it is correct/going in the right direction.

At some point, they are going to have to take a supervised test to get a grade. At least at the college level, homework should count that much.

link|flag
vote up 0 vote down
  • Stack Overflow is a space for professional developers to ask each other, not for helping students with homework.
  • Questions with the "homework" tag should be immediately closed and deleted.
  • If a user encounters a question that she very strongly suspects is homeowrk, she should apply the "homework" label and close it.
link|flag
1  
What's the difference between a student looking for help in learning something new and a professional looking for help in learning something new? Learning is learning ... – Cigars and Absinthe are Great Oct 23 '08 at 18:55
2  
I disagree completely. A "professional" developer should never stop considering themselves a student. And traditional students often ask challenging and insightful questions that force us "professionals" to learn new ways of looking at things. – TrickyNixon Oct 23 '08 at 19:15
Every student should find their professor's or school's rules on getting outside answers. If you're turning this work in as your own its blatant plagiarism. Most schools react very severely to any such cheating. – jsl4980 Oct 23 '08 at 20:02
Well, I would say that many schools would rather not deal with it to be honest, and would bend over backwards to avoid the conclusion that it is plagiarism unless confronted with undeniable evidence. – JohnMcG Oct 23 '08 at 20:05
Added a remark to tone down the 'close immediately' item. – Joel Coehoorn Oct 23 '08 at 20:16
I have serious doubts that any student would be dumb enough to put their entire homework on SO and ask the community here to do it all. If anything I think that we should do homework; answering the questions of one student could in turn benefit others. Who cares why they need the code? – EnderMB Oct 23 '08 at 20:24
Believe it or not, it's happened. – Joel Coehoorn Oct 23 '08 at 20:30
Focus guys this is a poll answer, not a real opinion, just vote a continue walking – levhita Oct 23 '08 at 23:15
the stackoverflow vision is harvesting answers to get front page google results. students search google too. – Dustin Getz Nov 15 '08 at 17:31
4  
I completely disagree... Where on this page does it say it's for professional developers exclusively? The day you concider yourself better than a student and fully edicated is tha day you should get youself a new career. – Sakkle Jan 16 at 15:00
vote up 0 vote down

Personally, I don't think it matters. Either way, answers should be written so that people learn something, regardless of if they're students or professional developers. I think it's OK to give solutions to homework questions so long as the student comes away learning something, however, us programmers are damned lazy, so if a solution is posted there's the temptation to simply blindly copy and paste it. This is the same for questions asked by professional programmers too however (and in fact, I'd argue that it's not very professional to copy and paste anything you don't understand).

So, I say treat them all the same, but also write answers to TEACH instead of to simply give the solution. Teach a man to fish and all that.

link|flag
vote up 0 vote down

The Stack Overflow vision is harvesting answers to get front page Google results. Students search Google too.

link|flag
vote up 0 vote down

As far as I have experienced, Stack Overflow will make one learn, the same purpose as homework.

link|flag

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.