int sectionPos = Integer.parseInt(seid);
navig.goToSection(sectionPos);
}
} else if (wfCommand.equals(QTIConstants.QTI_WF_SUBMIT)) { // submit
// Assessment
navig.submitAssessment();
// Persist data in all cases: test, selftest, surveys except previews
// In case of survey, data will be anonymized when reading from the
// table (using the archiver)
if (!qtistatus.isPreview()) {
iqm.persistResults(ai, callingResId, callingResDetail, ureq);