Index: lams_tool_assessment/web/pages/learning/learning.jsp
===================================================================
diff -u -r394f403c289f0fd7808c228840bead5c4e7d5d32 -re8a7110708b15579af2c6b31ac52a6da427fef6d
--- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 394f403c289f0fd7808c228840bead5c4e7d5d32)
+++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision e8a7110708b15579af2c6b31ac52a6da427fef6d)
@@ -1,35 +1,35 @@
<%@ include file="/common/taglibs.jsp"%>
+<%-- param has higher level for request attribute --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<%@ include file="/common/header.jsp"%>
-
- <%-- param has higher level for request attribute --%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -88,7 +88,15 @@
});
});
}
-
+
+ //autocomplete for VSA
+ $('.ui-autocomplete-input').each(function(){
+ $(this).autocomplete({
+ 'source' : '?questionUid=' + $(this).data("question-uid"),
+ 'delay' : 500,
+ 'minLength' : 3
+ });
+ });
});
function countHedgeQuestionSelectTotal(questionIndex) {