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 ");
|
||||
}
|
||||
|
||||
final boolean checkActive = exam.lmsSetupId != null;
|
||||
final SPSData spsData = this.screenProctoringAPIBinding.getSPSData(exam.id);
|
||||
final String url = screenProctoringServiceBundle.bundled
|
||||
? screenProctoringServiceBundle.serviceURL
|
||||
|
@ -597,7 +598,7 @@ public class ScreenProctoringServiceImpl implements ScreenProctoringService {
|
|||
InstructionType.SEB_PROCTORING,
|
||||
attributes,
|
||||
ccRecord.getConnectionToken(),
|
||||
true,
|
||||
checkActive,
|
||||
true)
|
||||
.onError(error -> log.error(
|
||||
"Failed to register screen proctoring join instruction for SEB connection: {}",
|
||||
|
|
Loading…
Add table
Reference in a new issue