Skip to content

Commit 9edf41b

Browse files
committed
Edit FAQ to add scoring rule with last submission
1 parent ba61440 commit 9edf41b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/templates/core/faq.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ <h5 class="mb-0">How does scoring work?</h5>
228228
Teams are ranked by the number of questions they have solved. If multiple teams have answered the same
229229
number
230230
of questions, then they are ranked by a point system based on least total time to submit a correct solution
231-
for the questions, as well as fewest attempts to get the correct solution.
231+
for the questions, as well as fewest attempts to get the correct solution. If multiple teams have the same
232+
number of questions solved and points, then they are ranked by time of their last submission.
232233
</p>
233234
<p>
234235
You receive points when you successfully solve a problem, and the amount of points is based on how many

0 commit comments

Comments
 (0)