Index: lams_tool_lamc/web/learning/AnswersContent.jsp =================================================================== diff -u -rc048314fbc71e9f6125f8298849b394f45ff6c55 -r7f589f1ea063f8c50aad53033e73f9cb1ba5adac --- lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision c048314fbc71e9f6125f8298849b394f45ff6c55) +++ lams_tool_lamc/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 7f589f1ea063f8c50aad53033e73f9cb1ba5adac) @@ -72,7 +72,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 @@ -125,11 +125,11 @@ - + - + @@ -153,7 +153,6 @@ - <%@ include file="/common/messages.jsp"%> @@ -166,7 +165,7 @@ - +