• How does accepting an answer work?
  • When should I do it?
  • Why can't I accept my own answers right away?
  • Which answer should I accept?

Return to FAQ index

link|improve this question
128  
It would be ironic if this question didn't have an accepted answer. – JohnB Feb 4 '11 at 18:29
15  
A little too ironic, I really do think – bobobobo Oct 1 '11 at 16:44
7  
It's like raaaa-ya-aaain – Adel Feb 12 at 19:32
Could this be a solution for the low accept rate problem? meta.stackoverflow.com/questions/71334/… – PiTheNumber Mar 19 at 11:28
feedback

migrated from stackoverflow.com Jul 14 '09 at 14:39

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 260 down vote accepted

Accepting Answers: How does it work?

Accepting an answer is important as it both rewards posters for solving your problem and informs others that your issue is resolved.

  • You may select any answer on questions you asked as the "accepted" answer. Only one answer at a time can be the 'accepted' answer.
  • There's a brief period (15 minutes) immediately after asking the question when you can't accept an answer.
  • You may change which answer is accepted, or simply un-accept the answer, at any time.
  • When you accept an answer, the question asker (you) gets +2 rep and the author of the accepted answer gets +15 rep.
  • You can accept your own answer to a question. There is no reputation awarded and the answer does not float to the top of the list. This can be done no earlier than 48 hours after the question is asked.
  • To mark an answer as accepted, click on the check mark beside the answer to toggle it from hollow to green. Before and after images:

images of the unselected and selected checkmarks

Which answer should I choose?

  • Don't hesitate to accept an answer that is well-written, suggests a good practice and works for you.
  • Otherwise, even if there are answers that are good enough but that you're not entirely satisfied by, you might wait 24 to 48 hours to give other people a chance to give you a better answer. A question with an accepted answer isn't as likely to receive further attention as one without an accepted answer.
  • Make sure that besides working for you, the answer is really good practice. Sometimes after the answer gets accepted, another comes in, uncovering the fact that previous one was in fact a bad hack.
  • The bottom line is to accept the answer that you found to be the most helpful to you, personally.

What should I do if none of the answers is suitable?

  • Re-read your question critically and make certain that it's clear what the problem is, and what the specific question is. You might want to place a bold single sentence version of your question at the bottom of your post to make sure it's clear what's being asked.
  • Re-read the answers. Consider accepting the best answer of the bunch, even if none of them are exactly what's needed.
  • Wait a few days after asking it, and then edit your question with what you've learned since asking it — perhaps additional information will help others help you. This will also have the effect of bringing your question back onto the home page where fresh eyes will see it.
  • If you have more than 75 reputation, you can add a bounty two days after the question is asked if you haven't accepted any answers yet. This will add incentive for people to answer your question.
  • Eventually you'll resolve the problem or find a work-around (which may be, "This won't work, so here's what I did instead"). Please add an answer with this information and accept your own answer so that others with your same question can see the path you eventually followed.

What's with the accept rate?

See How does accept rate work?

link|improve this answer
10  
Why can't I accept an answer in a question with a bounty that has ended? – Emil May 13 '10 at 15:20
"If you see a middle of the road percentage, it’s an experienced user who understands what accepted answers are for." -- How do you reckon? Not enough info to infer that. – MrBoJangles Feb 2 '11 at 17:28
@MrBo, I agree that that can't be fully inferred. I changed the wording slightly to reflect that. – jjnguy Feb 2 '11 at 18:38
19  
why isn't this info added to the SO faq? Not many regular users will find it otherwise. – jgauffin Jul 1 '11 at 8:13
feedback

What if more than one answer is suitable but none actually cover it all.

The actual accepted answer would in that case be a patchwork from other answers.

I could writeup my own answer from these pieces and eventually accept it but in doing so I would still like to reward the people who took the time to give their 2 cent.

It seems that currently there is no way to do this but it would be nice if we could (say create a group answer that would be displayed just like a normal answer with up-votes, comments and all, I could rephrase it to match what I have learned from the answers and check who participated in this. Rep could be distributed evenly amongst participants I have chosen)

Just an idea that would work nicely, least in theory !

link|improve this answer
12  
FWIW, creating your own answer as you describe was the intended behavior when SO launched: joelonsoftware.com/items/2008/09/15.html You could always upvote and link to the "contributor answers" in your answer; you could also mark your answer CW to encourage others to continue adding on. – Popular Demand Jun 23 '10 at 15:28
yes but reps in community wiki is no longer distributed in any way. It's either on or off. If rep could be gained, albeit to a lesser extent, to group contributed answer it would encourage people to pitch in. Of course this opens the door to a whole new can of worms in gaming popular answers by contributing useless punctuation. That said i'm sure there is a balance to be had – Newtopian Nov 18 '11 at 16:20
feedback

As for when, I would say wait between 24 and 48 hours before accepting one of the answers. That gives time for multiple answers to be offered. You should choose the best one, not simply the quickest one. It also allows time for other readers to vote answers up and down, which might affect your decision (in a good way).

link|improve this answer
17  
It especially allows for people in other timezones to have a chance to offer an answer. – Mark Hurd Apr 7 '10 at 4:15
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged