I am curious to know:

  1. Who asked the highest-voted question?
  2. What is the question?
  3. Who had the highest-voted answer to the question?

There is no option currently in SO to view the highest-voted (most popular) question and answers in each tag.

It would be really nice to see this.

The hot listing only shows the top voted question (and that is off-topic).

share|improve this question
1  
This should be in meta. – T.J. Crowder Sep 4 '09 at 13:34
why its duplicated migrating from SO... BUG?? – RameshVel Sep 4 '09 at 13:38
@random.. got it.. :) – RameshVel Sep 4 '09 at 13:41

migrated from stackoverflow.com Sep 4 '09 at 13:35

3 Answers

up vote 4 down vote accepted

It's easily possible to see the highest voted question by tag. Just click on the tag and then click the "votes" tab.

share|improve this answer
thanks Joel.. i got it.. – RameshVel Sep 4 '09 at 13:52

This is already possible, using the SO Data Dump that's publicly available. Don't know exactly from where, though - I never used it myself...

share|improve this answer
mmm okie... but its really hard to see most popular questions using that option.. it would be nice if this is part of SO... – RameshVel Sep 4 '09 at 13:42

You can use the sandbox to do such queries. The anatomy of a data dump gives you the structure of the tables.

Just search for posts with the right PostTypeId for answer or question that include a certain tag in Tags, order by votes descending and retrieve just one record. You can the retrieve the user by OwnerUserId.

As Joel pointed out the highest voted question per tag is easily found. But in the sandbox you can search for other criteria as well. Just use standard SQL queries.

share|improve this answer

You must log in to answer this question.

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