lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add suspend and unsuspend action.

Remove SUSPEND_STATE for activeLesson query.

Added lesson states

Lesson state diagram

    • binary
    /lams_common/design/LessonState.mdr
    • binary
    /lams_common/design/LessonState.xml.zip
Change finish and start lesson on schedule action. For LDEV-81 & 82

Clarified meanings of lesson states.

Modified case of lessonStateID to match changes to LessonDTO.

    • -2
    • +2
    /lams_learning/web/controlBottomFrame.jsp
Modified case of lessonStateID to match changes to LessonDTO.

    • -6
    • +6
    /lams_learning/web/controlBottomFrame.jsp
Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

    • -1
    • +1
    /lams_common/db/sql/insert_test_data.sql
added code to separate our progress view from view answers report

refined the resources

added definition:

<forward

name="learningStarter"

path=".learningStarter"

redirect="true"

/>

modified to accomodate learner progress view

more meaningful testers and starters

    • -9
    • +42
    /lams_tool_lamc/web/learningIndex.jsp
    • -1
    • +2
    /lams_tool_lamc/web/monitoringIndex.jsp
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)

added resources label.learner.viewAnswers label.defineLater

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

Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring.

Changed code to suit new name for the field linking designs to their runtime versions (new name LearningDesign.originalLearningDesign). Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring. Finally, changed the delete learning design methods to delete a design even if it is the parent of other designs (note: this leaves the child designs pointing to a parent that does not exist).

    • binary
    /lams_build/lib/lams/lams-central.jar
Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

    • -4
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
this is no more needed

fixed session data assignment from main jsp to included jsp

changed button location by style

InputDialog

    • binary
    /lams_central/src/flash/lams_authoring.fla
some todos

added static method to craete InputDialog