This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
qoverflow/server/badges.json
2022-08-18 14:35:05 -04:00

64 lines
1.7 KiB
JSON

{
"badges": [
{
"title": "Great Question",
"text": "Have a question with net total points of >100",
"rank": "Gold"
},
{
"title": "Good Question",
"text": "Have a question with net total points of >25",
"rank": "Silver"
},
{
"title": "Nice Question",
"text": "Have a question with net total points of >10",
"rank": "Bronze"
},
{
"title": "Great Answer",
"text": "Have a answer with net total points of >100",
"rank": "Gold"
},
{
"title": "Good Answer",
"text": "Have a answer with net total points of >25",
"rank": "Silver"
},
{
"title": "Nice Answer",
"text": "Have a answer with net total points of >10",
"rank": "Bronze"
},
{
"title": "Socratic",
"text": "Have at least 10000 points",
"rank": "Gold"
},
{
"title": "Inquisitive",
"text": "Have at least 3000 points",
"rank": "Silver"
},
{
"title": "Curious",
"text": "Have at least 100 points",
"rank": "Bronze"
},
{
"title": "Zombie",
"text": "Have a question that is reopened",
"rank": "Gold"
},
{
"title": "Protected",
"text": "Have a question that is protected",
"rank": "Silver"
},
{
"title": "Scholar",
"text": "Accept an answer",
"rank": "Bronze"
}
]
}