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;