Single Room Proctoring Handling #4
This commit is contained in:
parent
bd045b0d03
commit
f645192e60
2 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,8 @@ public class MonitoringClientConnection implements TemplateComposer {
|
||||||
new LocTextKey("sebserver.monitoring.exam.connection.eventlist.text");
|
new LocTextKey("sebserver.monitoring.exam.connection.eventlist.text");
|
||||||
private static final LocTextKey CONFIRM_QUIT =
|
private static final LocTextKey CONFIRM_QUIT =
|
||||||
new LocTextKey("sebserver.monitoring.exam.connection.action.instruction.quit.confirm");
|
new LocTextKey("sebserver.monitoring.exam.connection.action.instruction.quit.confirm");
|
||||||
|
private static final LocTextKey CONFIRM_OPEN_SINGLE_ROOM =
|
||||||
|
new LocTextKey("sebserver.monitoring.exam.connection.action.singleroom.confirm");
|
||||||
|
|
||||||
private final ServerPushService serverPushService;
|
private final ServerPushService serverPushService;
|
||||||
private final PageService pageService;
|
private final PageService pageService;
|
||||||
|
@ -385,6 +387,7 @@ public class MonitoringClientConnection implements TemplateComposer {
|
||||||
actionBuilder
|
actionBuilder
|
||||||
.newAction(ActionDefinition.MONITOR_EXAM_CLIENT_CONNECTION_PROCTORING)
|
.newAction(ActionDefinition.MONITOR_EXAM_CLIENT_CONNECTION_PROCTORING)
|
||||||
.withEntityKey(parentEntityKey)
|
.withEntityKey(parentEntityKey)
|
||||||
|
.withConfirm(() -> CONFIRM_OPEN_SINGLE_ROOM)
|
||||||
.withExec(action -> this.monitoringProctoringService.openOneToOneRoom(
|
.withExec(action -> this.monitoringProctoringService.openOneToOneRoom(
|
||||||
action,
|
action,
|
||||||
connectionData,
|
connectionData,
|
||||||
|
|
|
@ -1720,6 +1720,7 @@ sebserver.monitoring.exam.connection.action.proctoring=Single Room Proctoring
|
||||||
sebserver.monitoring.exam.connection.action.proctoring.examroom=Exam Room Proctoring
|
sebserver.monitoring.exam.connection.action.proctoring.examroom=Exam Room Proctoring
|
||||||
sebserver.monitoring.exam.connection.action.openTownhall.confirm=You are about to open the town-hall room and force all SEB clients to join the town-hall room.<br/>Are you sure to open the town-hall?
|
sebserver.monitoring.exam.connection.action.openTownhall.confirm=You are about to open the town-hall room and force all SEB clients to join the town-hall room.<br/>Are you sure to open the town-hall?
|
||||||
sebserver.monitoring.exam.connection.action.closeTownhall.confirm=You are about to close the town-hall room and force all SEB clients to join it's proctoring room.<br/>Are you sure to close the town-hall?
|
sebserver.monitoring.exam.connection.action.closeTownhall.confirm=You are about to close the town-hall room and force all SEB clients to join it's proctoring room.<br/>Are you sure to close the town-hall?
|
||||||
|
sebserver.monitoring.exam.connection.action.singleroom.confirm=You are about to open the single/one to one room for this participant.<br/>Are you sure you want to open the single room?
|
||||||
|
|
||||||
sebserver.monitoring.exam.connection.notificationlist.actions=
|
sebserver.monitoring.exam.connection.notificationlist.actions=
|
||||||
sebserver.monitoring.exam.connection.action.confirm.notification=Confirm Notification
|
sebserver.monitoring.exam.connection.action.confirm.notification=Confirm Notification
|
||||||
|
|
Loading…
Reference in a new issue