+ 3
Sololearn star
Can someone tell me what is the meaning of different color star attached with our profile picture and on which basis they are upgrading
6 Answers
+ 11
Monika Sharma
That is your award.
1 - Platinum
2 - Gold
3 - Silver
4 - Bronze
Which you get when you reach on some level.
level 16 or above level 16 users are Known as Platinum user.
+ 4
Mirielle
There was a change in the XP system recently. It included new criteria for reaching platinum status (higher XP, I think).
Following this many users who had been platinum level suddenly went back to gold. Users found it irritating and eventually users who had had the plat badge before got it back â regardless of number of XP (given they were active).
+ 3
Here is a simple XP-Level Chart that could be of help you get a picture or learn how sololearn assigns levels, based on your XP accumulation.
XP-Level Chart
Level 1: 0 to 49
Level 2: 50 to 149
Level 3: 150 to 299
Level 4: 300 to 499
Level 5: 500 to 999
Level 6: 1000 to 1999
Level 7: 2000 to 2999
Level 8: 3000 to 3999
Level 9: 4000 to 4999
Level 10: 5000 to 6499
Level 11: 6500 to 7999
Level 12: 8000 to 9999
Level 13: 10000 to 12999
Level 14: 13000 to 14999
Level 15: 15000 to 19999
Level 16: 20000 to 99999
+ 3
Mirielle
Who has level 16 or above comes under platinum.
if(level >= 16) {
award = "Platinum";
} else if(level >= 10 && level < 16) {
award = "Gold";
} else if(level >= 7 && level < 10) {
award = "Silver";
} else if(level >= 5 && level < 7) {
award = "Bronze";
}
+ 1
I think as badge are described...this should also be classified with detail....though i am on silver but i am curious to know about...
0
Oh... i think i raissd a good question đ