SEBWIN-914: Reactivated disclaimer for screen proctoring.
This commit is contained in:
parent
89091acaac
commit
f3a9030505
1 changed files with 8 additions and 8 deletions
|
@ -31,10 +31,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
|||
{
|
||||
var result = OperationResult.Success;
|
||||
|
||||
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||
//{
|
||||
// result = ShowScreenProctoringDisclaimer();
|
||||
//}
|
||||
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||
{
|
||||
result = ShowScreenProctoringDisclaimer();
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
@ -43,10 +43,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
|||
{
|
||||
var result = OperationResult.Success;
|
||||
|
||||
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||
//{
|
||||
// result = ShowScreenProctoringDisclaimer();
|
||||
//}
|
||||
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||
{
|
||||
result = ShowScreenProctoringDisclaimer();
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue