Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r7a1a9b453d15b75fbdbd78906aa7ced81f4c711e -r0b1d534ce1915b907afff0171909f90226b31921 --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 7a1a9b453d15b75fbdbd78906aa7ced81f4c711e) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 0b1d534ce1915b907afff0171909f90226b31921) @@ -2,7 +2,7 @@ <%@ include file="/common/taglibs.jsp"%> - + @@ -14,281 +14,282 @@ - - -
- + - - - - - +
+ - - - - - - - - - + + + + + - - - + + + + + + + + + - + + + -
- -
+ - - - - - - - +
+ +
-
- -
+ + + + + + + -
- - - - - -   -   - - - - +
+ +
- - -   -   - - +
+ + + + + +   +   + + + + - - + + +   +   + + - - - -   -   - - - + + - - - -
- -
+ + + +   +   + + + - - - - - - - - + + + + + + + <%-- Connect to command websocket only if it is learner UI --%> + + // command websocket stuff for refreshing + // trigger is an unique ID of page and action that command websocket code in Page.tag recognises + commandWebsocketHookTrigger = 'qa-leader-change-refresh-${generalLearnerFlowDTO.toolSessionID}'; + // if the trigger is recognised, the following action occurs + commandWebsocketHook = function() { + location.reload(); + }; + + }); + + \ No newline at end of file