Hey guys. I'm curious if it's possible to setup 'badge levels'. Let me explain what I mean by that by giving an example of what I'm looking to do. I essentially want to be able to give 'Beginner', 'Intermediate', and 'Master' badges on my site. For example, if a user does something 5 times, they get a 'Beginner' badge; if they do it 10 times, they get an 'Intermediate' badge; for 20 times, they get a 'Master' badge; etc. The trick here though is when the user advances levels (e.g. from Beginner to Intermediate), their previous badge is removed... that way they don't have both a Beginner and Intermediate badge; they only have the Intermediate badge. So in the backend, I'd essentially need fields for both a minimum and maximum frequency.. right now, the Frequency field is essentially a minimum field.
Does that make sense? Is something like this possible?
Thanks -- Philip