Index: lams_central/web/includes/javascript/common.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/common.js,v diff -u -r1.8.2.3 -r1.8.2.4 --- lams_central/web/includes/javascript/common.js 4 May 2016 04:51:57 -0000 1.8.2.3 +++ lams_central/web/includes/javascript/common.js 23 Jul 2016 16:48:27 -0000 1.8.2.4 @@ -119,16 +119,4 @@ var wordCount = value ? (value.replace(/['";:,.?\-!]+/g, '').match(/\S+/g) || []).length : 0; return wordCount; } - -function getNumberOfWords(value, isRemoveHtmlTags) { - - //HTML tags stripping - if (isRemoveHtmlTags) { - value = value.replace(/ /g, '').replace(/<\/?[a-z][^>]*>/gi, ''); - } - value = value.trim(); - - var wordCount = value ? (value.replace(/['";:,.?\-!]+/g, '').match(/\S+/g) || []).length : 0; - return wordCount; -} \ No newline at end of file Index: lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.46.2.5 -r1.46.2.6 --- lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties 11 May 2016 07:35:59 -0000 1.46.2.5 +++ lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties 23 Jul 2016 16:48:30 -0000 1.46.2.6 @@ -286,6 +286,6 @@ label.search =Search... label.posted.by ={0} on {1} label.noredo.enabled =Note: after answer these questions, no changes are allowed. +label.words.required =Words required - #======= End labels: Exported 280 labels for en AU ===== Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v diff -u -r1.39.2.9 -r1.39.2.10 --- lams_tool_laqa/web/learning/AnswersContent.jsp 28 Mar 2016 18:08:04 -0000 1.39.2.9 +++ lams_tool_laqa/web/learning/AnswersContent.jsp 23 Jul 2016 16:48:30 -0000 1.39.2.10 @@ -16,28 +16,26 @@ <fmt:message key="activity.title" /> -div.growlUI h1, div.growlUI h2 { - color: white; - padding: 5px 5px 5px 0px; - text-align: center; - font-size: 20px; -} - - + Index: lams_tool_laqa/web/learning/CombinedAnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/CombinedAnswersContent.jsp,v diff -u -r1.32.2.3 -r1.32.2.4 --- lams_tool_laqa/web/learning/CombinedAnswersContent.jsp 11 Mar 2016 23:17:50 -0000 1.32.2.3 +++ lams_tool_laqa/web/learning/CombinedAnswersContent.jsp 23 Jul 2016 16:48:30 -0000 1.32.2.4 @@ -25,19 +25,20 @@
- - - + + + + - - -
- -  ${questionEntry.value.minWordsLimit} - - +
+
+
+ + +
+ :
-
+ Index: lams_tool_laqa/web/learning/SequentialAnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/SequentialAnswersContent.jsp,v diff -u -r1.28.2.3 -r1.28.2.4 --- lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 23 Feb 2016 14:36:03 -0000 1.28.2.3 +++ lams_tool_laqa/web/learning/SequentialAnswersContent.jsp 23 Jul 2016 16:48:30 -0000 1.28.2.4 @@ -26,16 +26,15 @@
- + + - + +
- - -  ${questionEntry.value.minWordsLimit} - - + :