Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -rcfd463431d2171b40403dcff2508408e72685c0e -r9496ff3ffe5e98272f7939a2cf4e8c6dbb2901f7 --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision cfd463431d2171b40403dcff2508408e72685c0e) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 9496ff3ffe5e98272f7939a2cf4e8c6dbb2901f7) @@ -19,308 +19,277 @@ - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - - - - - - - - - - + + <fmt:message key="label.learning.title" /> + <%@ include file="/common/header.jsp"%> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- codeStyles is a set, so each code style will be listed only once --%> + + + + + + + + + + + + + + + - - + function logLearnerInteractionEvent(eventType, qbToolQuestionUid, optionUid) { + $.ajax({ + url: '', + data: { + eventType : eventType, + qbToolQuestionUid : qbToolQuestionUid, + optionUid : optionUid + }, + cache : false, + type : 'post', + dataType : 'text' + }); + } + + + @@ -639,59 +601,59 @@ - + - + - + - +
- + - + - + - +
- +
<%@ include file="parts/paging.jsp"%>
- + <%@ include file="parts/allquestions.jsp"%> - + <%@ include file="parts/paging.jsp"%>
- + @@ -700,5 +662,5 @@ - + \ No newline at end of file