lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated getOrganisationsByUserRole to take list of roles as request parameter

Worked on the learner progress. Was always going back to the first activity when we exited a lesson - the learner progress in the session was out of date (wasn't updated as the tool's called the complete tool method). The learner progress is now in the special LAMS session object and is updated when tool's call the complete method.

Also set up the string that will be used to inform Flash of the learner's progress. This string (attempted&=completed&=current) will be passed to Flash via passon.swf in the tool display jsp.

Monitoring works .

added LessonTabView movieclip and components in library

    • binary
    /lams_central/src/flash/lams_monitoring_v1.fla
change in updateSequence Method to hide sequence ID in Data grid

changed the property name from _learningSequences to _lessonSequences and changed a method name from getLearningSequences to getLessonSequences

on cell press event storing Sequence in MonitorModel

added a change eventListener for Tab change on monitorView

added default controller method and added case of SEQUENCE on update method

changes in setSequence method to pass tabID with notifyer

added observer for LessonTabView event

added LessonTabView Class to the tabviews package

Monitoring working basicly.

    • -1
    • +1
    /lams_tool_larsrc/db/sql/tool_insert.sql
    • -1
    • +0
    /lams_tool_larsrc/web/common/fckeditorheader.jsp
    • -0
    • +3
    /lams_tool_larsrc/web/common/header.jsp
Load the user object whenever the learner progress object is loaded. The learning progress object is cached in the user's session, so it needs to be "complete" or you will get a lazy initialisation error later e.g. when the client requests the progress data.

Remove LocaleToCharset.

Add tags folders

    • -0
    • +58
    /lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag
    • -0
    • +64
    /lams_tool_larsrc/web/WEB-INF/tags/SetEditor.tag
    • -0
    • +69
    /lams_tool_larsrc/web/WEB-INF/tags/Tab.tag
    • -0
    • +62
    /lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag
    • -0
    • +72
    /lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag
Remove LocaleToCharSetMap.

Removed redundant column from responses table and fixed database model Made changes to learner screens

    • -23
    • +3
    /lams_tool_vote/db/model/lams_tool_vote.clay
    • -5
    • +0
    /lams_tool_vote/db/sql/create_lams_tool_vote.sql
Monitoring code basic. No any test.

    • -15
    • +17
    /lams_tool_larsrc/conf/language/ApplicationResources.properties
    • -1
    • +24
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • -0
    • +1
    /lams_tool_larsrc/web/pages/monitoring/statistic.jsp
    • -0
    • +84
    /lams_tool_larsrc/web/pages/monitoring/summary.jsp
    • -0
    • +33
    /lams_tool_larsrc/web/pages/monitoring/userlist.jsp
loads exit page (in frame) on closing/exiting sequence

data classes for Monitor - used in model

Updated common Monitor Model, now includes an organisation and array of todo tasks (contribute activities)

*** empty log message ***

changes in getposition method

General fixes on learning and monitoring, charts to be added next

    • -4
    • +24
    /lams_tool_vote/db/model/lams_tool_vote.clay
    • -3
    • +8
    /lams_tool_vote/db/sql/create_lams_tool_vote.sql
Learner module corrections for the new Lessons.

Fixes and improvements mainly to learner flow and resource messages as well as changes to database model

    • -1
    • +1
    /lams_tool_vote/conf/war/META-INF/MANIFEST.MF
    • -276
    • +240
    /lams_tool_vote/db/model/lams_tool_vote.clay
    • -36
    • +32
    /lams_tool_vote/db/sql/create_lams_tool_vote.sql
    • -30
    • +7
    /lams_tool_vote/db/sql/drop_lams_tool_vote.sql
    • -11
    • +11
    /lams_tool_vote/db/sql/tool_insert.sql
  1. … 22 more files in changeset.
Dummy code that converts the urls from the wddx packet to a called url hadn't caught up with the WDDX change to &

empty Controller

Monitor Model