Index: lams_central/web/includes/javascript/common.js =================================================================== diff -u -re450814f5cc93d34ea65467cc4803e2b50004d1f -reac8bde01757bcad6b96174cfd2e0433834364ed --- lams_central/web/includes/javascript/common.js (.../common.js) (revision e450814f5cc93d34ea65467cc4803e2b50004d1f) +++ lams_central/web/includes/javascript/common.js (.../common.js) (revision eac8bde01757bcad6b96174cfd2e0433834364ed) @@ -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 =================================================================== diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -reac8bde01757bcad6b96174cfd2e0433834364ed --- lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11) +++ lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision eac8bde01757bcad6b96174cfd2e0433834364ed) @@ -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 =================================================================== diff -u -r522626bfe2a64ef94cf7fdc94c7043e5f84051cb -reac8bde01757bcad6b96174cfd2e0433834364ed --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 522626bfe2a64ef94cf7fdc94c7043e5f84051cb) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision eac8bde01757bcad6b96174cfd2e0433834364ed) @@ -16,28 +16,26 @@