diff --git a/app/pods/components/intermediate-contest-view/template.hbs b/app/pods/components/intermediate-contest-view/template.hbs
index ba85095..f882fff 100644
--- a/app/pods/components/intermediate-contest-view/template.hbs
+++ b/app/pods/components/intermediate-contest-view/template.hbs
@@ -91,7 +91,7 @@
{{#if (or contest.disallowTabSwitch contest.disallowWindowResize contest.disallowNoFace)}}
{{#if contest.disallowTabSwitch}}
-
Tab Switching is prohibited on this contest. You will face a penalty of 10 mins after 3 faults in case you :-
+
Tab Switching is prohibited on this contest. You will face a penalty of {{contest.tabSwitchPentalty}} mins after 3 faults in case you :-
- • Switch the current tab
- • Minimize the browser or switch to any other application
@@ -100,25 +100,25 @@
{{/if}}
{{#if contest.disallowWindowResize}}
- Browser Window Resize is prohibited on this contest. You will face a penalty of 10 mins every 10 secs in case you :-
+ Browser Window Resize is prohibited on this contest. You will face a penalty of {{contest.windowResizePenalty}} mins every 10 secs in case you :-
- • Resize the browser window
{{/if}}
{{#if contest.disallowWindowMove}}
- Browser Window Movement is prohibited on this contest. You will face a penalty of 10 mins every 10 secs in case you :-
+ Browser Window Movement is prohibited on this contest. You will face a penalty of {{contest.windowMovePenalty}} mins every 10 secs in case you :-
- • Move the browser window
{{/if}}
{{#if contest.disallowNoFace}}
- Face detection is enabled on this contest. You will face a penalty of 10 mins every 5 secs after 3 faults in case :-
+ Face detection is enabled on this contest. You will face a penalty of {{contest.noFacePenalty}} mins every 5 secs after 3 faults in case :-
- • Your face is not visible in camera.
{{/if}}
{{#if contest.disallowMultipleFaces}}
- Multiple face detection is enabled on this contest. You will face a penalty of 10 mins every 5 secs after 3 faults in case :-
+ 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 :-
- • More than 1 face is visible in camera.