Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== diff -u -r65a83a957c6c1160566e3e9d11a9c9a4d6e704f6 -rc50fe13d18f2af436354f5a9ececd048a9ec752d --- lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 65a83a957c6c1160566e3e9d11a9c9a4d6e704f6) +++ lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision c50fe13d18f2af436354f5a9ececd048a9ec752d) @@ -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 @@ - +