Skip to content
Snippets Groups Projects
Commit b0821fb2 authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 11.4 to OpenOLAT default branch with c4575237556dfb75a12119d2e1c54820e013a101

parents 2c886e55 2b1f61c6
No related branches found
No related tags found
No related merge requests found
......@@ -312,10 +312,7 @@ public class AssessmentTestDisplayController extends BasicController implements
outcomesListener = new AssessmentEntryOutcomesListener(assessmentEntry, manualCorrections, assessmentService, authorMode);
}
AssessmentTestSession lastSession = null;
if(deliveryOptions.isEnableSuspend()) {
lastSession = qtiService.getResumableAssessmentTestSession(assessedIdentity, anonymousIdentifier, entry, subIdent, testEntry, authorMode);
}
AssessmentTestSession lastSession = qtiService.getResumableAssessmentTestSession(assessedIdentity, anonymousIdentifier, entry, subIdent, testEntry, authorMode);
if(lastSession == null) {
candidateSession = qtiService.createAssessmentTestSession(assessedIdentity, anonymousIdentifier, assessmentEntry, entry, subIdent, testEntry, authorMode);
candidateAuditLogger = qtiService.getAssessmentSessionAuditLogger(candidateSession, authorMode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment