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 @@