Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v diff -u -r1.39.2.5 -r1.39.2.6 --- lams_tool_laqa/web/learning/AnswersContent.jsp 15 Jun 2015 22:24:55 -0000 1.39.2.5 +++ lams_tool_laqa/web/learning/AnswersContent.jsp 3 Jul 2015 16:47:00 -0000 1.39.2.6 @@ -44,7 +44,7 @@ //check for min words limit jQuery(".min-words-limit-enabled").each(function() { - var questionId = $(this).data("sequence-id"); + var questionId = (${generalLearnerFlowDTO.questionListingMode == 'questionListingModeSequential'}) ? "" : $(this).data("sequence-id"); var isCkeditor = $(this).data("is-ckeditor"); var value; @@ -230,14 +230,3 @@ - - - - - - - - - - - Index: lams_tool_laqa/web/learning/SequentialAnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/SequentialAnswersContent.jsp,v diff -u -r1.28.2.1 -r1.28.2.2 --- lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 15 Jun 2015 22:24:55 -0000 1.28.2.1 +++ lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 3 Jul 2015 16:47:00 -0000 1.28.2.2 @@ -46,13 +46,13 @@ > - - + Index: lams_tool_laqa/web/learning/mobile/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/mobile/AnswersContent.jsp,v diff -u -r1.5.2.5 -r1.5.2.6 --- lams_tool_laqa/web/learning/mobile/AnswersContent.jsp 15 Jun 2015 22:24:54 -0000 1.5.2.5 +++ lams_tool_laqa/web/learning/mobile/AnswersContent.jsp 3 Jul 2015 16:47:00 -0000 1.5.2.6 @@ -52,7 +52,7 @@ //check for min words limit jQuery(".min-words-limit-enabled").each(function() { - var questionId = $(this).data("sequence-id"); + var questionId = (${generalLearnerFlowDTO.questionListingMode == 'questionListingModeSequential'}) ? "" : $(this).data("sequence-id"); var isCkeditor = $(this).data("is-ckeditor"); var value; Index: lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp 15 Jun 2015 22:24:54 -0000 1.1.2.1 +++ lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp 3 Jul 2015 16:47:00 -0000 1.1.2.2 @@ -40,7 +40,7 @@ data-min-words-limit="${questionEntry.value.minWordsLimit}" class="space-bottom min-words-limit-enabled" > - +