Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/AnswersContent.jsp,v diff -u -r1.40 -r1.41 --- lams_tool_lamc/web/learning/AnswersContent.jsp 4 May 2015 16:57:32 -0000 1.40 +++ lams_tool_lamc/web/learning/AnswersContent.jsp 12 Sep 2016 13:31:07 -0000 1.41 @@ -36,7 +36,7 @@ //autoSaveAnswers if hasEditRight if (${hasEditRight}) { - var interval = "30000"; // = 30 seconds + var interval = "300000"; // = 30 seconds window.setInterval( function(){ //ajax form submit @@ -73,7 +73,7 @@ function verifyAllQuestionsAnswered() { // in case oneQuestionPerPage option is ON user has to select 1 answer, and all answers otherwise - var isOneQuestionPerPage = ${mcGeneralLearnerFlowDTO.questionListingMode == 'questionListingModeSequential'}; + var isOneQuestionPerPage = ${sessionMap.content.questionsSequenced}; var answersRequiredNumber = (isOneQuestionPerPage) ? 1 : ${fn:length(requestScope.learnerAnswersDTOList)}; //check each question is answered @@ -133,8 +133,7 @@ - - + <%@ include file="/common/messages.jsp"%> @@ -147,7 +146,7 @@ - +