Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r25a7a499068e69269ac293b43893da584f2c6dc0 --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 25a7a499068e69269ac293b43893da584f2c6dc0) @@ -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 @@ - - - - - - - - - - -