You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<iclass="fas fa-info-circle font-sm"></i> Tab Switching is prohibited on this contest. You will face a penalty of {{contest.tabSwitchPentalty}} mins after 3 faults in case you :-
94
+
<iclass="fas fa-info-circle font-sm"></i> Tab Switching is prohibited on this contest. You will face a penalty of {{contest.tabSwitchPenalty}} mins after {{contest.allowedTabSwitchesNumber}} faults in case you :-
95
95
<ul>
96
96
<li>• Switch the current tab</li>
97
97
<li>• Minimize the browser or switch to any other application</li>
@@ -112,13 +112,13 @@
112
112
</ul>
113
113
{{/if}}
114
114
{{#ifcontest.disallowNoFace}}
115
-
<iclass="fas fa-info-circle font-sm"></i> Face detection is enabled on this contest. You will face a penalty of {{contest.noFacePenalty}} mins every 5 secs after 3 faults in case :-
115
+
<iclass="fas fa-info-circle font-sm"></i> Face detection is enabled on this contest. You will face a penalty of {{contest.noFacePenalty}} mins every 5 secs after {{contest.allowedNoFacesNumber}} faults in case :-
116
116
<ul>
117
117
<li>• Your face is not visible in camera.</li>
118
118
</ul>
119
119
{{/if}}
120
120
{{#ifcontest.disallowMultipleFaces}}
121
-
<iclass="fas fa-info-circle font-sm"></i> Multiple face detection is enabled on this contest. You will face a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs after 3 faults in case :-
121
+
<iclass="fas fa-info-circle font-sm"></i> Multiple face detection is enabled on this contest. You will face a penalty of {{contest.multipleFacesPenalty}} mins every 5 secs after {{contest.allowedMultipleFacesNumber}} faults in case :-
122
122
<ul>
123
123
<li>• More than 1 face is visible in camera.</li>
0 commit comments