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;
Index: lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp 2 Jun 2015 23:19:22 -0000 1.2
+++ lams_tool_laqa/web/learning/mobile/SequentialAnswersContent.jsp 3 Jul 2015 16:48:10 -0000 1.3
@@ -40,7 +40,7 @@
data-min-words-limit="${questionEntry.value.minWordsLimit}"
class="space-bottom min-words-limit-enabled"
>
-
+