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 @@ - - - - - - - - - - -