Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing by

/* the attributes below used in the Preview mode*/

request.getSession().removeAttribute(MAP_QUESTION_CONTENT_LEARNER);

request.getSession().removeAttribute(TOTAL_QUESTION_COUNT);

request.getSession().removeAttribute(CURRENT_QUESTION_INDEX);

request.getSession().removeAttribute(MAP_GENERAL_OPTIONS_CONTENT);

request.getSession().removeAttribute(MAP_OPTIONS_CONTENT);

request.getSession().removeAttribute(QUESTION_LISTING_MODE_COMBINED);

request.getSession().removeAttribute(PREVIEW_ONLY);

added constant PREVIEW_ONLY

enabled testing code for create. leave and removeTool sessions

reorganized ToolContentManager and ToolSessionManager methods and fixed loging

included setFlushMode(FlushMode.AUTO) in the update

fixed error.defineLater

included learnerService service bean

MODIFED SO THAT DEFAULT CONTENT ID IS USED WHERE NO CONTENTID IS AVAILABLE

enabled deleting DEFAULT_CONTENT_ID

reformatted ToolContentManager methods

added DEFAULT_CONTENT_ID

added code for checking LEARNING_MODE

enabled going back to learner index on learner finish.

removed attribite LEARNING_MODE on cleanup

FIXED RUNOFFLINE RESOURCE

added MODE

added code for testing setAsDefineLater and setAsRunOffline

reorganized ToolContentManager methods.

removed redundant method: public static void updateExistingOptionContent(HttpServletRequest request, Map options, String optionText)

organized copying the original content and removing copied content for test puroses.

organized copyToolContent and removeToolContent

changes for the copyToolContent

orginized the resources

*** empty log message ***

removed redundant methods and constants added methods to clean up session attributes

removed unused methods and constants

    • -18
    • +7
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
removed unused constants

*** empty log message ***

removed unused sections

removed unused methods

    • -424
    • +2
    ./org/lamsfoundation/lams/tool/mc/McUtils.java