Disclaimer: This only really applies to Stack Overflow at the moment, though I think something similar may apply to the other sites as well.
Disclaimer 2: I seem to be advocating nudge theory, woe is me.
I've been playing around on data.se; looking at a simplistic metric, whether a question includes code, to see whether there would be a simple way of increasing the overall quality of questions and answers on Stack Overflow.
It only includes questions from the 30 days prior to the latest dump - 2012-03-14 02:20:00 - as questions with a score <= -1 are deleted after 30 days. I've ignored completely any edits made, which means the majority of the questions are counted after the SO community has clicked {} for those people who can't be bothered to read. I've also restricted it to questions with a view count > 10 to weed out any outliers.
Some Definitions:
- good question: more up-votes than down-votes and not closed
- bad question: more down-votes than up-votes or closed.
- meh question: as many up-votes as down-votes, i.e. a score of 0.
- good answer: one that has more up-votes than down-votes or one that has been accepted.
- bad answer: not a good answer.
- code: body of the question currently has the
<code>tag. For those who don't know both a backtick and 4 spaces are converted into the<code>tag.
The Queries:
If we look at questions vs. code it's fairly obvious that the questions are much more likely to be classed as good if code is included ≈ 2.3 times more likely.There's very little difference in the bad area as, I suspect, a bad question is a bad question. They could also all be "please debug my code".
GoodQuestion IncludesCode Count
------------ ------------ -----
meh no 30629
meh yes 56101
no yes 6314
no no 6664
yes no 14923
yes yes 34643
When you compare answers vs. code the difference is just as pronounced. There are 2.5 times as many good answers on a question with code than one without. It's important to note that there can be many questions per answer in this query. As I said this is a simplistic analysis, so the 53,877 "bad" answers on a question that includes code could mean anything, more important, I think, is the fact that this is only 55% of the number of good answers on a question that does.
GoodAnswer IncludesCode Count
---------- ------------ -----
no no 25428
no yes 53877
yes no 38110
yes yes 97584
Comparing closure vs. the inclusion of code, 65% of all questions that get closed don't have any code in them. For this query I had no restrictions on views or anything.
Closed IncludesCode Count
------ ------------ -----
no no 51393
no yes 96634
yes no 3845
yes yes 2309
My Suggestion:
Make it more "difficult" for people to post. Bring up a Big-Red-Boxy-Thing TM and make them click not once but thrice - Post Your Question, dismiss, Post Your Question - and hopefully some will pay attention. The fact that there's no code could of course be completely correct, in which case people could just click those extra two times and no harm done.
I don't know whether it's done at the moment, but this would also be a good place to run the low quality post algorithm and raise another box if it is.

x%of the post is code :-) ( joke ). – ben is uǝq backwards Mar 23 '12 at 18:50