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.10 -r1.11 --- lams_tool_laqa/web/learning/mobile/AnswersContent.jsp 2 Jun 2015 23:19:22 -0000 1.10 +++ lams_tool_laqa/web/learning/mobile/AnswersContent.jsp 3 Jul 2015 16:48:10 -0000 1.11 @@ -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;