Merge remote-tracking branch 'origin/dev-1.2-ethz' into dev-1.2
This commit is contained in:
parent
49dfa9e3a0
commit
a881de1c9b
1 changed files with 1 additions and 0 deletions
|
@ -745,6 +745,7 @@ public class ZoomProctoringService implements ExamProctoringService {
|
|||
|
||||
private long forExam(final ProctoringServiceSettings examProctoring) {
|
||||
|
||||
// TODO
|
||||
// NOTE: following is the original code that includes the exam end time but seems to make trouble for OLAT
|
||||
final long nowInSeconds = Utils.getSecondsNow();
|
||||
final long nowPlus30MinInSeconds = nowInSeconds + Utils.toSeconds(30 * Constants.MINUTE_IN_MILLIS);
|
||||
|
|
Loading…
Reference in a new issue