Index: lams_tool_laqa/web/learning/mobile/AnswersContent.jsp
===================================================================
diff -u -redcb00b036697ee1a42eca4dd624e298131c0a9c -ra4d2bf9b5bfec1e41a95fefd6e8f1a636b8d32c1
--- lams_tool_laqa/web/learning/mobile/AnswersContent.jsp (.../AnswersContent.jsp) (revision edcb00b036697ee1a42eca4dd624e298131c0a9c)
+++ lams_tool_laqa/web/learning/mobile/AnswersContent.jsp (.../AnswersContent.jsp) (revision a4d2bf9b5bfec1e41a95fefd6e8f1a636b8d32c1)
@@ -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 -redcb00b036697ee1a42eca4dd624e298131c0a9c -ra4d2bf9b5bfec1e41a95fefd6e8f1a636b8d32c1
--- lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision edcb00b036697ee1a42eca4dd624e298131c0a9c)
+++ lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision a4d2bf9b5bfec1e41a95fefd6e8f1a636b8d32c1)
@@ -40,7 +40,7 @@
data-min-words-limit="${questionEntry.value.minWordsLimit}"
class="space-bottom min-words-limit-enabled"
>
-
+