Loading...
 
Documentation

Documentation


Re: Star colour in scoring system

posts: 4656 Japan

I did a little digging and found in lib/tikilib.php:
// Returns html < img > tag to star corresponding to user's score

0 => 'grey',
100 => 'blue',
500 => 'green',
1000 => 'yellow',
2500 => 'orange',
5000 => 'red',
10000 => 'purple'

-- Gary

There are no comments at this time.