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;
|
var result = OperationResult.Success;
|
||||||
|
|
||||||
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
//{
|
{
|
||||||
// result = ShowScreenProctoringDisclaimer();
|
result = ShowScreenProctoringDisclaimer();
|
||||||
//}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@ -43,10 +43,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
||||||
{
|
{
|
||||||
var result = OperationResult.Success;
|
var result = OperationResult.Success;
|
||||||
|
|
||||||
//if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
//{
|
{
|
||||||
// result = ShowScreenProctoringDisclaimer();
|
result = ShowScreenProctoringDisclaimer();
|
||||||
//}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue