SEBSERV-580 fixed by skip active testing for Exam without LMS
This commit is contained in:
parent
bb0df16a56
commit
9e5a0085b3
2 changed files with 3 additions and 2 deletions
|
@ -577,6 +577,7 @@ public class ScreenProctoringServiceImpl implements ScreenProctoringService {
|
||||||
log.debug("Register JOIN instruction for client ");
|
log.debug("Register JOIN instruction for client ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final boolean checkActive = exam.lmsSetupId != null;
|
||||||
final SPSData spsData = this.screenProctoringAPIBinding.getSPSData(exam.id);
|
final SPSData spsData = this.screenProctoringAPIBinding.getSPSData(exam.id);
|
||||||
final String url = screenProctoringServiceBundle.bundled
|
final String url = screenProctoringServiceBundle.bundled
|
||||||
? screenProctoringServiceBundle.serviceURL
|
? screenProctoringServiceBundle.serviceURL
|
||||||
|
@ -597,7 +598,7 @@ public class ScreenProctoringServiceImpl implements ScreenProctoringService {
|
||||||
InstructionType.SEB_PROCTORING,
|
InstructionType.SEB_PROCTORING,
|
||||||
attributes,
|
attributes,
|
||||||
ccRecord.getConnectionToken(),
|
ccRecord.getConnectionToken(),
|
||||||
true,
|
checkActive,
|
||||||
true)
|
true)
|
||||||
.onError(error -> log.error(
|
.onError(error -> log.error(
|
||||||
"Failed to register screen proctoring join instruction for SEB connection: {}",
|
"Failed to register screen proctoring join instruction for SEB connection: {}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue