Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no major changes, removed blank spaces etc

removed blank spaces etc

added methods public static Map convertToMap(List sessionsList, String listType)

and

public static Map convertToString Map(List sessionsList, String listType)

    • -2
    • +72
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
a new DTO to hold user data in monitoring url

    • -0
    • +117
    ./org/lamsfoundation/lams/tool/mc/McMonitoredUserDTO.java
a new DTO to hold monitoring module summary data

    • -0
    • +75
    ./org/lamsfoundation/lams/tool/mc/McMonitoredAnswersDTO.java
added contant SELECTION_CASE

new monitoring starter class

new monitoring form

    • -0
    • +27
    ./org/lamsfoundation/lams/tool/mc/web/McMonitoringForm.java
new action class for monitoring action

    • -0
    • +111
    ./org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java
new form for monitoring module

added resource label.monitoring

added constant LOAD_MONITORING

reading parameters with the format AttributeNames.PARAM_TOOL_CONTENT_ID

reading parameters with the format AttributeNames.PARAM_TOOL_SESSION_ID

added support for accessing content repository to copy the uuids for the uploaded files

updated the starter for constant ACTIVE_MODULE

updated public ActionForward editActivityQuestions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ToolException

no changes

added a logger.debug()

added FlushMode.AUTO

added contant DEFINE_LATER_EDIT_ACTIVITY

added new method executeDefineLater to support reuse of define later

created the new class to start define later functionality. Struts definitions included. Reuses existing authoring module greatly.

    • -0
    • +60
    ./org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java
updated Struts definitions

included editActivityQuestions method to support define later functionality.

addedc onstant REMOVE_TOOL_CONTENT

fixed the issue: if there is only 1 question in the question list, disable moving questions up and down

added a static newInstance method and implemented Comparable interface

included deep copy of attachments for copyToolContent. To be improved to access content repository during deep copy

enabled testing service pojo method copyToolContent