File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
SafeExamBrowser.Runtime/Operations/Session Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ public override OperationResult Perform()
2525 {
2626 var result = OperationResult.Success;
2727
28- // if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
29- // {
30- // result = ShowScreenProctoringDisclaimer();
31- // }
28+ if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
29+ {
30+ result = ShowScreenProctoringDisclaimer();
31+ }
3232
3333 return result;
3434 }
@@ -37,10 +37,10 @@ public override OperationResult Repeat()
3737 {
3838 var result = OperationResult.Success;
3939
40- // if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
41- // {
42- // result = ShowScreenProctoringDisclaimer();
43- // }
40+ if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
41+ {
42+ result = ShowScreenProctoringDisclaimer();
43+ }
4444
4545 return result;
4646 }
You can’t perform that action at this time.
0 commit comments