Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

added Javadocs to actions

    • -0
    • +54
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
Made changes to authoring module persistance in doing updates and creates.

    • -0
    • +1
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -0
    • +22
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 1 more file in changeset.
Rewrote persistance on submit content

    • -13
    • +14
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
rewrote the persistance of content and question content on submit so taht uids gets used conservatively.

    • -7
    • +7
    ./lamsfoundation/lams/tool/qa/QaQueContent.hbm.xml
  1. … 1 more file in changeset.
Added CVS ID tag

enabled copyToolContent to properly copy the attachments data in the content repository.

    • -2
    • +27
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -1
    • +46
    ./lamsfoundation/lams/tool/qa/QaUploadedFile.java
    • -6
    • +22
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 1 more file in changeset.
Independent LearningAction created. Added exception handler, content locked renamed

    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaContent.hbm.xml
    • -0
    • +8
    ./lamsfoundation/lams/tool/qa/QaSession.hbm.xml
    • -26
    • +15
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -779
    • +0
    ./lamsfoundation/lams/tool/qa/web/QAction.java
    • -0
    • +674
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
    • -0
    • +294
    ./lamsfoundation/lams/tool/qa/web/QaLearningAction.java
  1. … 8 more files in changeset.
formatted resources

  1. … 1 more file in changeset.
completed export portfolio implementation

    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 3 more files in changeset.
Completed Learner Progress Report

    • -14
    • +19
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -0
    • +307
    ./lamsfoundation/lams/tool/qa/web/QaExportAction.java
    • -0
    • +144
    ./lamsfoundation/lams/tool/qa/web/QaExportForm.java
  1. … 1 more file in changeset.
Completed Learner Progress View

    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -72
    • +122
    ./lamsfoundation/lams/tool/qa/web/MonitoringUtil.java
  1. … 2 more files in changeset.
Completed Preview Learner implementation

    • -1
    • +4
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 4 more files in changeset.
View only learner report addition for the revisting user

    • -0
    • +1
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
Learner report implementation based on monitoring summary actions and DTO reuse

    • -56
    • +164
    ./lamsfoundation/lams/tool/qa/web/MonitoringUtil.java
    • -19
    • +17
    ./lamsfoundation/lams/tool/qa/web/QAction.java
Learning module Finish Activity additions

    • -17
    • +37
    ./lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 2 more files in changeset.
Learner Report implementation. A report gets generated for the learners in the learning module.

    • -0
    • +2
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 5 more files in changeset.
Modified error reporting screen to use message beans rather than logical iteration.

    • -20
    • +23
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
Added Export Portfolio functionality.

    • -0
    • +1
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
Monitoring url, Define Later and Edit Activity integration

  1. … 7 more files in changeset.
Completed integration of monitoring url Edit Activity to define later functionality. The define later code is reused.

    • -4
    • +3
    ./lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 5 more files in changeset.
Completed define later url implementation. Access from monitoring url to be done next. Changed all the resources to be international

    • -10
    • +27
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -28
    • +40
    ./lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 8 more files in changeset.
part of define later url implementation

    • -9
    • +17
    ./lamsfoundation/lams/tool/qa/QaAppConstants.java
    • -0
    • +168
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -0
    • +64
    ./lamsfoundation/lams/tool/qa/web/QaDLStarterAction.java
    • -91
    • +120
    ./lamsfoundation/lams/tool/qa/web/QaStarterAction.java
  1. … 3 more files in changeset.
removed redundant constants

    • -62
    • +5
    ./lamsfoundation/lams/tool/qa/QaAppConstants.java
    • -86
    • +3
    ./lamsfoundation/lams/tool/qa/QaUtils.java
    • -28
    • +13
    ./lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 2 more files in changeset.
Completed Monitoring url summary , instructions and stats

    • -0
    • +193
    ./lamsfoundation/lams/tool/qa/QaMonitoredUserDTO.java
Completed Monitoring url summary , instructions and stats

  1. … 3 more files in changeset.
summary screen drop down

  1. … 1 more file in changeset.
Monitoring summary screen

Monitoring module summary screen

    • -0
    • +101
    ./lamsfoundation/lams/tool/qa/QaMonitoredAnswersDTO.java
  1. … 2 more files in changeset.