It might be useful to add a drop down field "Difficulty" for questions. With a very limited set of options, say:

  • Beginner
  • Advanced
  • Expert

This way, users could easily judge if they can answer a specific question (depending on their experience in the topic) and how much time it will probably take.

Beginners usually know they are new so they can easily select Beginner. Those with some experience just select Advanced and those working on a topic for years may chose Expert. I think it's not very difficult to judge halfway correctly.

And the difficulty rating does not have to be very precise anyway, it's more a rough estimate by the asking person.

As an addition, rep gained on this topic can be multiplied with a difficulty factor. This would solve the problem of lots of rep for often-viewed and easy to answer questions and few rep for less-viewed, difficult questions.

Update

Thank you so far for the answers. I clearly underestimated the fact that some users are going to always chose Expert difficulty.

Maybe readers voting on the difficulty would be a workaround. Of course, we cannot use the rep factor then, for the same reason.

This kind of voting would obviously introduce a whole new set of issues, since we could vote on both content and difficulty (I'm almost positive this kind of proposal existed before?).

link|improve this question

71% accept rate
feedback

10 Answers

up vote 10 down vote accepted

The fact that someone is asking the question implies "expert" automatically almost. They don't know: so they ask...

Another thought:

There are long, hard to read, badly posed questions with short answers, and very short questions with difficult answers because OP does not realise how damn difficult it could be.

I disagree with the proposal...

link|improve this answer
What if there were just two levels instead of three? Just "beginner" and "advanced"? – lala Aug 29 '10 at 14:36
feedback

I think it's not very difficult to judge halfway correctly.

You're asking people to rate themselves less than "expert"? Or rate their work and effort objectively in general?

This seems unlikely, based on my observatons of how people work in the real world.

link|improve this answer
3  
I wonder if complexity could be determined based upon average length of response, average reputation of response-giver, and number of responses... :) – Jonathan Sampson Jul 9 '09 at 9:59
3  
It's asking people to rate their questions as less than expert. For instance, when I asked an ASP.NET question a while ago, I'd probably have classed it as "beginner". My recent COM questions would have been "advanced" at a guess. – Jon Skeet Jul 9 '09 at 10:31
2  
My first comment was speculation about how we could infer, at a later time, the complexity of a question. But to follow up on Skeet's response, I too wouldn't be ashamed to ask "intermediate" questions...sometimes I simply don't know the answer. – Jonathan Sampson Jul 9 '09 at 11:14
Really? There are plenty of times I would rate myself as Beginner or Advanced. Not too many where I would call myself Expert. The way I look at it, if I was an expert, I either wouldn't be asking, because I'd know the answer, or I'm awesome and it's still a really hard and advanced question. – beska Oct 29 '09 at 13:16
That's 'cause Jeff only hangs out with experts. ;) – Bernhard Hofmann Oct 29 '09 at 17:44
2  
question could be rated be people viewing the question. many questions are so basic that its painful to even read the title. Person that asked them didnt even read the simple tutorial about the language hes using. – IAdapter Jul 30 '10 at 12:11
@ Jonathan Sampson: Average length - perhaps. Reputation - perhaps. Number of responses - not sure because the most difficult and most easy questions will sometimes receive few responses. Average time to answer (provided the answer is upvoted / accepted ) can probably given an indication. Easy questions are almost always answered within seconds on SO :) – JP19 Jan 20 '11 at 17:38
feedback

Within limits, aren't the people asking the questions the ones least likely to know the difficulty of the answer?

link|improve this answer
The wording I was looking for... – gbn Jul 9 '09 at 15:16
feedback

I have to agree with the OP because the amount of (obviously) beginner questions (like this one: http://stackoverflow.com/questions/852067/java-generics) are decreasing the signal-to-noise ratio significantly for people who are looking to discuss topics that are reasonably advanced.

I mean absolutely no offense to easy questions or beginners who ask them, everyone has to start somewhere. However, classifying questions properly (and I understand it's easier said than implemented) is going to be helpful to beginners and advanced users alike.

link|improve this answer
feedback

Maybe it would be better if the people answering the question rated the question. That way the average answer could be given. Of course it would have to be after a set number of responses.

link|improve this answer
Yea, that idea was included in the update to the OP just a few minutes earlier. I wonder how people think about it. – mafutrct Jul 9 '09 at 14:11
1  
I suppose I could include a measure of how much thought I put into an answer, but I don't see why it would be worth the bother. – David Thornley Oct 29 '09 at 14:22
feedback

I disagree with this for much the same reason as a_m0d. ChrisF commented on his post and said that if someone did that (posted everything under the wrong difficulty rating) then people would downvote it, but I do not agree with this. You are introducing an opportunity for people to get downvoted based on the difficulty level, not the question itself.

link|improve this answer
Having read this I now see my original comment is misleading. I still think (some) people would down-vote questions posted under the wrong difficulty rating, but I agree that doing that would be down-voting for the wrong reason. – ChrisF Jul 9 '09 at 13:26
feedback

I could see an advantage to the system proposed by scheibk.

People answering the question could rate the question and the associated answers with {beginner|intermediate|advanced} level. The question and answer would have an level associated corresponding to the average of all of the rates.

This way, when I'm looking for a question, I could choose the appropriate level. This is more useful as a tool to consult the Q/A than to select the questions I could or I want to answer, as the level is associated to the average of the response.

link|improve this answer
feedback

Part of the problem a system like this would address is that, as far as reputation, there is less incentive to answer a difficult question that requires some research than there is to answer an easy (for the answerer) question. It can be frustrating that a more advanced question just gets lost, even if it gets upvoted, when you are the poster or someone who would really like the question answered. I know the "bounty" system is designed to address this somewhat, but because of the delay before a bounty can be offered, it is difficult to get a question answered in a shorter amount of time. (While I would be in favor of reducing or eliminating the bounty delay, that proposal has been rejected.)

The difficulty rating, I think, would need to be provided by the answerers/moderators, not the asker. I think it would be possible over time to "start" a question at a given difficulty rating based on the history of the asker's questions. Perhaps the difficulty could be expressed as a reputation "multiplier"; that is, a question rated "1.3" in difficulty would earn 1.3 times as much reputation for an accepted answer as a question with difficulty "1".

I'd really like to see an idea like this taken seriously so that more difficult questions can actually get answers in a timely manner.

link|improve this answer
"there is less incentive to answer a difficult question" - The bounty system is the mechanism that is supposed to balance this out. – Adam Davis Jan 20 '11 at 17:24
@Pollyanna True, and I've explained why I find it deficient. – Andrew Jan 20 '11 at 17:35
if it's truly a difficult problem then one shouldn't expect an immediate answer. The bounty is delayed so the community can answer it quickly if it's easy. It acts as a difficulty filter. – Adam Davis Jan 20 '11 at 17:39
1  
@Pollyanna I agree that immediate answers would not be forthcoming on difficult problems, both due to the research required and due to the fewer people able to answer them. I don't think the bounty system, even without the delays, exactly solves the problem. The bounty system does not actually indicate difficulty, but rather it indicates that someone is willing to "pay" for an answer with reputation. A difficulty-based system for awarding reputation for answers would award more on the community's perceived difficulty of the question (provided that answerers' votes don't count). – Andrew Jan 20 '11 at 18:14
feedback

I don't think that that rep idea would work - why wouldn't everyone just post "expert" questions so that they can get more rep for the question (or for answers that they post) and to help others get more rep quickly?

link|improve this answer
2  
If someone rated their question as expert but it clearly wasn't then I'd expect some people would down-vote it precisely for that reason. – ChrisF Jul 9 '09 at 11:03
feedback

I attempted tagging questions early on with "Beginner", "Intermediate" and "Advanced" but it never took off, for a really good reason:

There's no value in judging questions based on who they would likely apply to.

There are many questions tagged beginner, and that may be a little useful over time for those just starting out who want to limit their searches to question geared more to their level.

Otherwise, just search for or ask the question - the system doesn't need this categorization because everything is instantly searchable.

link|improve this answer
feedback

You must log in to answer this question.

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