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 @@ <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 =================================================================== diff -u -ra9b67b922680b37a512068cdd9865fcd444145a7 -reac8bde01757bcad6b96174cfd2e0433834364ed --- lams_tool_laqa/web/learning/CombinedAnswersContent.jsp (.../CombinedAnswersContent.jsp) (revision a9b67b922680b37a512068cdd9865fcd444145a7) +++ lams_tool_laqa/web/learning/CombinedAnswersContent.jsp (.../CombinedAnswersContent.jsp) (revision eac8bde01757bcad6b96174cfd2e0433834364ed) @@ -25,19 +25,20 @@
- - - + + + + - - -
- -  ${questionEntry.value.minWordsLimit} - - +
+
+
+ + +
+ :
-
+ Index: lams_tool_laqa/web/learning/SequentialAnswersContent.jsp =================================================================== diff -u -r099554309e1f77769667c041fb6d0fa91a89ea03 -reac8bde01757bcad6b96174cfd2e0433834364ed --- lams_tool_laqa/web/learning/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) +++ lams_tool_laqa/web/learning/SequentialAnswersContent.jsp (.../SequentialAnswersContent.jsp) (revision eac8bde01757bcad6b96174cfd2e0433834364ed) @@ -26,16 +26,15 @@
- + + - + +
- - -  ${questionEntry.value.minWordsLimit} - - + :