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

OO-2725: enable resume is only a UI thing now

parent d7fa1cb8
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