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 @@ - - - - - - - - - - - Index: lams_tool_laqa/web/learning/SequentialAnswersContent.jsp =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r25a7a499068e69269ac293b43893da584f2c6dc0 --- lams_tool_laqa/web/learning/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/learning/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision 25a7a499068e69269ac293b43893da584f2c6dc0) @@ -46,13 +46,13 @@ > - - + Index: lams_tool_laqa/web/learning/mobile/AnswersContent.jsp =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r25a7a499068e69269ac293b43893da584f2c6dc0 --- lams_tool_laqa/web/learning/mobile/AnswersContent.jsp (.../AnswersContent.jsp) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/learning/mobile/AnswersContent.jsp (.../AnswersContent.jsp) (revision 25a7a499068e69269ac293b43893da584f2c6dc0) @@ -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; Index: lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r25a7a499068e69269ac293b43893da584f2c6dc0 --- lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision 25a7a499068e69269ac293b43893da584f2c6dc0) @@ -40,7 +40,7 @@ data-min-words-limit="${questionEntry.value.minWordsLimit}" class="space-bottom min-words-limit-enabled" > - +