Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v diff -u -r1.44 -r1.45 --- lams_tool_laqa/web/learning/AnswersContent.jsp 21 May 2015 23:43:12 -0000 1.44 +++ lams_tool_laqa/web/learning/AnswersContent.jsp 3 Jul 2015 14:26:45 -0000 1.45 @@ -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.30 -r1.31 --- lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 1 Jun 2015 23:30:47 -0000 1.30 +++ lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 3 Jul 2015 14:26:44 -0000 1.31 @@ -46,13 +46,13 @@ > - - +