lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changes to saveMcContent

added USER_EXCEPTION_NO_STUDENT_ACTIVITY

fixded redundant html tags

removed class definition

tested so that tool content gets copied properly

added more javaDoc

enabled geting uiids for the newly copied file content

enabled creation of new uuids for the copied files content through content repository

passed IToolContentHandler to related methods.

made boolean definitions more uniform

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.

  1. … 9 more files in changeset.
wrote up the jsp for Stats presentation

removed JavaScript alert()

    • -1
    • +0
    ./web/monitoring/MonitoringMaincontent.jsp
wrote upt the jsp for Instructions presentation

    • -1
    • +27
    ./web/monitoring/InstructionsContent.jsp
initialiased data for tabs Instructions and Stats

implemented method: public int getTotalNumberOfUsers() throws McApplicationException

added contract: public int getTotalNumberOfUsers() throws McApplicationException

no major changes

implemented: public int getTotalNumberOfUsers()

added new method: public int getTotalNumberOfUsers();

added resources count.total.user =Total Users Count: count.finished.user =Finished User Count: count.max.attempt =Maximum Attempt Count:

added new constants COUNT_ALL_USERS

modified /monitoring action definition for use with LamsDispatchAction

made changes so that attempt history data is presented for both 'All' groups and for a particular session id

    • -44
    • +56
    ./web/monitoring/SummaryContent.jsp
added new functions: function submitMonitoringMethod(actionMethod) function submitSession(selectedToolSessionId, actionMethod)

    • -3
    • +17
    ./web/monitoring/MonitoringMaincontent.jsp
added new property selectedToolSessionId and changed property dispatch to dsp because of naming conflict

added method: public ActionForward submitSession(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException

so that selected groups attempt data is presented.

added resource label.selectGroup

added comparison to test question content id within maps

    • -6
    • +11
    ./web/monitoring/SummaryContent.jsp
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

implemented method: public List getAttemptsForUserAndQuestionContent(final Long queUsrId, final Long mcQueContentId) throws McApplicationException;