lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rejigging contribute activities list. Still have to do the urls for grouping and gates. Implemented getAllPotentialLearners.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Rejigging contribute activities list. Still have to do the urls for grouping and gates

  1. … 9 more files in changeset.
Implemented getAllPotentialLearners.

adjust export content.

Add zero access item into summary

merge add url/file learing page into one page.

    • -4
    • +1
    /lams_tool_larsrc/web/pages/learning/finish.jsp
    • -1
    • +1
    /lams_tool_larsrc/web/pages/learning/start.jsp
Added deploy-jar to make development time builds easier

Got the existing grouping and gate screens working from the learner interface. More work yet to be done on them.

    • binary
    /lams_build/lib/lams/lams-learning.jar
Give groups a default name, so that even if the name isn't supplied a database error isn't thrown (group name cannot be null in the db).

Changed to UTF-8 encoding

export portfolio works.

added moviclip selectClass and staff_learner_dataRow

    • binary
    /lams_central/src/flash/lams_monitoring_v1.fla
Export portfolio.

    • -0
    • +126
    /lams_tool_larsrc/web/pages/export/exportportfolio.jsp
Change Params name

change in the set size setting s for Monitor

LessonTabView created/initialised in MonitorView scrollpane

changed trace comment

Improvement in nav instructions.

    • -11
    • +11
    /lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql
    • -9
    • +9
    /lams_tool_larsrc/db/sql/table-schema.sql
    • -0
    • +1
    /lams_tool_larsrc/web/includes/images/.cvsignore
    • binary
    /lams_tool_larsrc/web/includes/images/tick.gif
Removing the unneeded swfs.

    • -15
    • +40
    /lams_learning/web/controlFrame.jsp
updated lams jar

Added the core lams tag files.

    • -22
    • +247
    /lams_learning/web/WEB-INF/lams.tld
    • -0
    • +58
    /lams_learning/web/WEB-INF/tags/HTMLEditor.tag
    • -0
    • +64
    /lams_learning/web/WEB-INF/tags/SetEditor.tag
    • -0
    • +79
    /lams_learning/web/WEB-INF/tags/Tab.tag
    • -0
    • +62
    /lams_learning/web/WEB-INF/tags/TabBody.tag
    • -0
    • +72
    /lams_learning/web/WEB-INF/tags/Tabs.tag
    • -0
    • +56
    /lams_learning/web/WEB-INF/tags/headItems.tag
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.

    • -0
    • +1
    /lams_learning/web/loadToolActivity.jsp
Removing the unneeded swfs.

    • binary
    /lams_learning/web/LearnerLeftUI.swf
    • binary
    /lams_learning/web/LearnerTopUI.swf
    • -75
    • +0
    /lams_learning/web/controlBottomFrame.jsp
    • -55
    • +0
    /lams_learning/web/controlTopFrame.jsp
    • -84
    • +0
    /lams_learning/web/dummyControlBottomFrame.jsp
    • -14
    • +48
    /lams_learning/web/dummyControlFrame.jsp
updated test service - removed WDDX test

removed WDDX test method

Added parentID

added hasRole method to check if set role matches an items in role list.

updated Service to get list of orgs for multiple roles

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.