Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Included and updated the struts definitions of the action classes.

    • -0
    • +19
    ./lamsfoundation/lams/tool/mc/web/McAction.java
Part of Portfolio Export functionality either in teh form of action classes or utilities or resources

    • -0
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -1
    • +18
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -0
    • +280
    ./lamsfoundation/lams/tool/mc/web/McExportAction.java
    • -0
    • +123
    ./lamsfoundation/lams/tool/mc/web/McExportForm.java
    • -0
    • +45
    ./lamsfoundation/lams/tool/mc/web/McExportServlet.java
All the changes are to accomodate better integration between different modules. In this state all the modules seem to work properly and according to their specs. May requite lttle updates but expecting no major changes.

Some work needs on bug fixing authoring module.

    • -14
    • +2
    ./lamsfoundation/lams/tool/mc/McUtils.java
modifications after removing the session attributes at the start of activities.

    • -2
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 1 more file in changeset.
changes to accomodate session cleanup at start of activities

no major change

checks for null references

    • -4
    • +6
    ./lamsfoundation/lams/tool/mc/McUtils.java
wording changes to add question/options

included the CREATION_DATE for the existing content

upload file handles FileException

converting String based date to java.util.date

    • -10
    • +14
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
  1. … 3 more files in changeset.
added code to separate our progress view from view answers report

refined the resources

include McUtils.cleanUpSessionAbsolute(request); for better cleaning up sessions

included McUtils.cleanUpSessionAbsolute(request);

no major changes

format text

added public method public static void cleanUpSessionAbsolute(HttpServletRequest request)

    • -1
    • +205
    ./lamsfoundation/lams/tool/mc/McUtils.java
added resources label.learner.viewAnswers label.defineLater

included new constants public static final String LEARNER_PROGRESS public static final String LEARNER_PROGRESS_USERID

just debug message .. making sure learnerService is available

moving Preview mode to Learning

changes in the use of Preview mode and mode parameter

added property donePreview

enabled donePreview

added header resource : label.preview =MCQ Preview

added constant PREVIEW

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