Skip to content

Commit 97cd5a4

Browse files
added multiple device q/a
1 parent abdbe74 commit 97cd5a4

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

src/core/templates/core/faq.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,22 @@ <h6>Virtual Contests</h6>
169169
</div>
170170
</div>
171171
</div>
172+
<!-- Eighth Question-->
173+
<div class="card">
174+
<div class="card-header" id="headingEightContest">
175+
<h2 class="mb-0">
176+
<button class="btn btn-link btn-block text-left text-dark collapsed" type="button" data-toggle="collapse"
177+
data-target="#collapseEightContest" aria-expanded="false" aria-controls="collapseEightContest">
178+
<h5 class="mb-0">May a team use multiple computers or I/O devices?</h5>
179+
</button>
180+
</h2>
181+
</div>
182+
<div id="collapseEightContest" class="collapse" aria-labelledby="headingEightContest" data-parent="#accordionContest">
183+
<div class="card-body">
184+
<p>No, team members must share a single computer, keyboard, mouse/touchpad, and display.</p>
185+
</div>
186+
</div>
187+
</div>
172188
</div>
173189

174190
<!-- DOMJUDGE-->
@@ -334,7 +350,8 @@ <h5 class="mb-0">Is there a registration deadline?</h5>
334350
</div>
335351
<div id="collapseThreeRegister" class="collapse" aria-labelledby="headingThreeRegister" data-parent="#accordionRegister">
336352
<div class="card-body">
337-
Yes, there is a team registration deadline which appears on the homepage once it is set by the contest organizers. Only teams created by this deadline can receive log-in credentials for DOMjudge.
353+
Yes, there is a team registration deadline which appears on the homepage once it is set by the contest organizers. Only
354+
teams created by this deadline can receive log-in credentials for DOMjudge.
338355
</div>
339356
</div>
340357
</div>
@@ -365,7 +382,10 @@ <h6>Join a walk-in team</h6>
365382
You can be assigned a walk-in team by selecting 'No' at the registered teams prompt during check in.
366383
</li>
367384
<li>
368-
If multiple people want to join the same walk-in team, one person must first check in and select 'No' at the registered teams prompt. After they are added to a walk-in team, they must then share the team's PIN, located in the Account Dashboard, with their group. The remaining individuals should follow the procedure outlined in 'How do I join an existing team?' before checking in.
385+
If multiple people want to join the same walk-in team, one person must first check in and select 'No' at the registered
386+
teams prompt. After they are added to a walk-in team, they must then share the team's PIN, located in the Account
387+
Dashboard, with their group. The remaining individuals should follow the procedure outlined in 'How do I join an
388+
existing team?' before checking in.
369389
</li>
370390
</ul>
371391

0 commit comments

Comments
 (0)