Skip to content

Commit

Permalink
show allowed fault numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Jun 24, 2024
1 parent 7e8ec7c commit 861c7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/pods/components/full-screen-contest-view/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</li>
{{#if contest.disallowTabSwitch}}
<li>
Tab Switching Prohibited <span class="red">You will get a penalty of {{contest.tabSwitchPenalty}} mins in case you switch tab after 3 faults.</span>
Tab Switching Prohibited <span class="red">You will get a penalty of {{contest.tabSwitchPenalty}} mins in case you switch tab after {{contest.allowedTabSwitchesNumber}} faults.</span>
</li>
{{/if}}
{{#if contest.disallowWindowResize}}
Expand All @@ -35,12 +35,12 @@
{{/if}}
{{#if contest.disallowNoFace}}
<li>
Face Detection Enabled <span class="red">You will get a penalty of {{contest.noFacePenalty}} mins every 5 secs if your face is not visible in camera after 3 faults.</span>
Face Detection Enabled <span class="red">You will get a penalty of {{contest.noFacePenalty}} mins every 5 secs if your face is not visible in camera after {{contest.allowedNoFacesNumber}} faults.</span>
</li>
{{/if}}
{{#if contest.disallowMultipleFaces}}
<li>
Multiple Face Detection Enabled <span class="red">You will get a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs if multiple faces are visible in camera after 3 faults.</span>
Multiple Face Detection Enabled <span class="red">You will get a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs if multiple faces are visible in camera after {{contest.allowedMultipleFacesNumber}} faults.</span>
</li>
{{/if}}
</ul>
Expand Down

0 comments on commit 861c7d5

Please sign in to comment.