I see what you mean, and perhaps my wording was a little vague. Assuming Askbot already keeps track of which user created each tag, could it not then only count questions that were not created by the same user that created the tag?
todofixthis ( 2012-07-28 10:47:16 -0500 )editIt is possible to, for example store a list of unique user id's on each tag up until the use count reaches the "X" number and after that stop accumulating that info. This way we can achieve the "strong" solution without eating up a lot of DB/CPU time. This will come at a cost of adding one database field to the tags table - just for that one badge... It would definitely increase value of the badge:). Is it worthwhile?
Evgeny ( 2012-07-28 12:02:48 -0500 )edit
Is there not a possible "good" case where a user tags their own posts and it's of value to other people? Shouldn't the tagger be rewarded for doing this good?
Also my feeling is that people who find the need to game the system on a Q&A site really need to get out more.
paulus_almighty ( 2012-04-17 05:08:25 -0500 )editThe concern I have about gaming the system is that I'm planning on offering financial incentives for certain behaviors (e.g., free membership on a paid community).
todofixthis ( 2012-04-17 08:21:03 -0500 )edit