lams_tool_lamc

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
included

McUtils.cleanUpSessionAbsolute(request);

no major changes

format text

added public method

public static void cleanUpSessionAbsolute(HttpServletRequest request)

added resources

label.learner.viewAnswers

label.defineLater

included new constants

public static final String LEARNER_PROGRESS

public static final String LEARNER_PROGRESS_USERID

this is no more needed

    • -77
    • +0
    ./web/monitoring/MonitoringTabsHeader.jsp
fixed session data assignment from main jsp to included jsp

    • -1
    • +67
    ./web/monitoring/MonitoringMaincontent.jsp
changed button location by style

changes for the preview mode

just debug message .. making sure learnerService is available

improved Preview mode testing

moving Preview mode to Learning

changes in the use of Preview mode and mode parameter

updated definitions for preview mode

reformatting

    • -1
    • +0
    ./web/monitoring/MonitoringMaincontent.jsp
preview mode and formatting changes/updates

    • -18
    • +1
    ./web/learning/CombinedAnswersContent.jsp
    • -174
    • +111
    ./web/learning/Preview.jsp
    • -14
    • +14
    ./web/learning/ResultsSummary.jsp
    • -13
    • +12
    ./web/learning/SingleQuestionAnswersContent.jsp
formatting changes

added property donePreview

enabled donePreview

added header resource :

label.preview =MCQ Preview

added constant PREVIEW

changes for the authoring preview

    • -1
    • +19
    ./web/learning/CombinedAnswersContent.jsp
    • -0
    • +232
    ./web/learning/Preview.jsp
preview mode implementation

implementation for the Preview mode of Authoring module

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

fixed button size

enabled more testing

enabled testing code for create. leave and removeTool sessions