LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified monitoring service to suit changes to ToolActivity.createToolSessionForActivity()
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.
commented out method copyAuthoringFormValuesIntoFormBean FCKEditor fields are now properties in the struts form bean, so there isnt a need to copy the values into the form.
added method: public ActionForward submitSession(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletExceptionso that selected groups attempt data is presented.
changes to the public static Map populateSessionUsersAttempts(HttpServletRequest request,Long sessionId, List listMcUsers, String questionUid)so that attempt data is filtered both based on user id and question content id