You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
3.1 KiB

[
{
"title": "Few participants",
"participants": 3,
"tallies": [
[1, 1, 1],
[1, 0, 2],
[3, 0, 0],
[2, 0, 1],
[0, 3, 0]
],
"ranks": [
3,
1,
5,
4,
2
]
},
{
"title": "Thousands of participants",
"participants": 37000,
"tallies": [
[11142, 6970, 4040, 1968, 9888, 2992],
[10141, 8971, 4043, 1965, 8884, 2996],
[14141, 8971, 1043, 1965, 7884, 2996]
],
"ranks": [
1,
2,
3
]
},
{
"title": "Millions of participants",
"participants": 72327456,
"tallies": [
[5272679, 19797001, 10732688, 9612936, 1379840, 16886281, 8646031],
[16354546, 11690342, 9451800, 14245973, 817593, 12461162, 7306040],
[9849171, 17970690, 14276861, 4606692, 16404594, 6760147, 2459301],
[2645563, 12907474, 1278331, 22843261, 8025412, 8964952, 15662463],
[16293252, 12277630, 38348, 14929905, 11087753, 10634266, 7066302]
],
"ranks": [
3,
4,
5,
1,
2
]
},
{
"title": "Static Default Grade",
"participants": 10,
"mode": "StaticDefault",
"default": 0,
"tallies": [
[ 2, 2, 2, 2, 2 ],
[ 1, 2, 2, 2, 2 ],
[ 0, 0, 4, 0, 0 ],
[ 0, 0, 0, 0, 2 ],
[ 0, 0, 0, 1, 1 ]
],
"ranks": [
1,
1,
3,
4,
5
]
},
{
"title": "Static Default Grade to Passable",
"participants": 10,
"mode": "StaticDefault",
"default": 2,
"tallies": [
[ 2, 2, 2, 2, 2 ],
[ 2, 2, 1, 2, 2 ],
[ 0, 0, 4, 0, 0 ],
[ 0, 0, 0, 0, 2 ],
[ 0, 0, 0, 1, 1 ]
],
"ranks": [
4,
4,
3,
1,
2
]
},
{
"title": "Normalization",
"participants": 10,
"mode": "Normalized",
"tallies": [
[ 2, 2, 2, 2, 2 ],
[ 1, 1, 1, 1, 1 ],
[ 0, 0, 5, 0, 0 ],
[ 0, 2, 0, 2, 0 ],
[ 1, 0, 0, 1, 1 ]
],
"ranks": [
3,
3,
2,
5,
1
]
},
{
"title": "Normalization with billions of Participants",
"participants": 10805010410,
"mode": "Normalized",
"tallies": [
[ 2161002082, 2161002082, 2161002082, 2161002082, 2161002082 ],
[ 1080501041, 1080501041, 1080501041, 1080501041, 1080501041 ],
[ 0, 0, 1000092263, 0, 0 ],
[ 0, 1050092837, 0, 1050092837, 0 ],
[ 980091907, 0, 0, 980091907, 980091907 ]
],
"ranks": [
3,
3,
2,
5,
1
]
}
]