Index: lams_tool_lamc/web/learning/mobile/AnswersContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/web/learning/mobile/AnswersContent.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_lamc/web/learning/mobile/AnswersContent.jsp 4 May 2015 16:57:32 -0000 1.14
+++ lams_tool_lamc/web/learning/mobile/AnswersContent.jsp 12 Sep 2016 13:31:07 -0000 1.15
@@ -64,7 +64,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
@@ -126,8 +126,7 @@
-
-
+
<%@ include file="/common/messages.jsp"%>
@@ -140,7 +139,7 @@
-
+