lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
latest lams.jar

implement join lesson and progress engine

Changed getLearnerProgressByLeaner to getLearnerProgressByLearner

  1. … 3 more files in changeset.
Renamed getNextActivityURL to getProgressURL

Updated

    • -7
    • +11
    ./web/WEB-INF/struts/struts-config.xml
Added ActionMappings as bean

Updated to match changes in lams_common

Updated to match the changes in LearnerProgress

Moved URL mapping to ActionMappings

Updated to match the changes made to URL mapping

Updated to match the changes to LearnerProgress and the URL mappings

Changed Utils.getUrl to ActionMappings.getUrl

removed display forwards, these are created by ActionMappins

change startLesson to joinLesson

Refactor the progressEngin and LearnerService to Inverse of Control-constructor injection.

Added path to lams_common and added test to webdoclet path

Added test java dir

no longer using com.lams...

latest version

    • -63
    • +73
    ./web/WEB-INF/struts/struts-config.xml
Uses DB lams11

commented out datasource and ref that specified in datasource context

Uses DummyLearnerService

commented out messageSource, in applicationContext

    • -2
    • +2
    ./web/WEB-INF/spring/dataAccessContext.xml
Moved to test folder

Calls ChooseActivity instead of Display

test jsps

    • -0
    • +23
    ./web/test/dblSubmitTest.jsp
    • -0
    • +28
    ./web/test/dummyTool.jsp
Base test case for learning app

    • -0
    • +61
    ./test/java/org/lamsfoundation/lams/BaseTestCase.java
Usees activityId instead of URL

Double submit testing

Used by BaseTestCase

    • -63
    • +48
    ./test/java/WEB-INF/spring/applicationContext.xml
Unit test for double submit

    • -0
    • +53
    ./test/java/org/lamsfoundation/lams/DblSubmitTest.java