wolfe3d / sodata

Science Olympiad Data
GNU General Public License v3.0
3 stars 2 forks source link

Scoring Students #36

Open wolfe3d opened 2 years ago

wolfe3d commented 2 years ago

I was thinking about the algorithm for scoring students and placing them in future tournaments, so that we could find an easy way to assign them to the events.

My proposed logic -

Average placements to find the students who should be placed in top team.

When placing students in the tournament, use the placements and pick from top 20 students to choose a schedule that fits all events. Keep in mind 7 senior limit.

Please, comment.

wolfe3d commented 2 years ago

Default weights for events will be added to the events table. Tournament specific event weights will be in a separate table. The Defaults will be loaded when the scoring is started.

wolfe3d commented 2 years ago

Scoring Completed Tournament specific events were added to tournamentevent. Scoring was made as a new table. Tournament scoring is done on php and recalculated in javascript. Watch for bugs.
Overall scoring is done in php and put on a separate page. data.php#score No link currently exists to the page. I am not sure the best place(s) to put.

Next step use the scores and available events to come up with proposed schedule for team A.

wolfe3d commented 2 years ago

Need to add toggle button that shows a scoring page that displays the places that each event has earned.