lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated tab body includes to support custom tags

    • -14
    • +6
    /lams_tool_sbmt/web/authoring/advance.jsp
    • -18
    • +12
    /lams_tool_sbmt/web/authoring/basic.jsp
new authoring JSP supporting custom tags (note tag dir has to be installed) and new styled links instead of input buttons (i.e. save/cancel buttons).

Updated struts-config reflecting changes in SbmtAuthoringForm and AuthoringAction config

updated FCKeditor TLD

Added web/author_page folder including css, images and js for new use of FCKEditor and Tab Handler.

    • -0
    • +142
    /lams_tool_sbmt/web/author_page/css/aqua.css
    • -0
    • +3
    /lams_tool_sbmt/web/author_page/css/base.css
    • -0
    • +55
    /lams_tool_sbmt/web/author_page/css/fckeditor_style.css
    • -0
    • +59
    /lams_tool_sbmt/web/author_page/css/tool_custom.css
    • -0
    • +3
    /lams_tool_sbmt/web/author_page/css/xp.css
    • binary
    /lams_tool_sbmt/web/author_page/images/aqua_tab_centre.gif
    • binary
    /lams_tool_sbmt/web/author_page/images/aqua_tab_left.gif
    • binary
    /lams_tool_sbmt/web/author_page/images/aqua_tab_right.gif
    • binary
    /lams_tool_sbmt/web/author_page/images/aqua_tab_s_left.gif
    • -0
    • +212
    /lams_tool_sbmt/web/author_page/js/fckcontroller.js
    • -0
    • +39
    /lams_tool_sbmt/web/author_page/js/tabcontroller.js
added dispatch property for SbmtAuthoringForm

updated ANT script to include new folders/files in generated WAR

fix bug with changing cursor when one is active

success (tick) image

    • binary
    /lams_tool_sbmt/web/images/success.gif
Remove Tool Content was trying to remove the submission details based on the tool content id. But the submission details are based on the tool session id, so changed the remove code to remove the submission details as part of remove tool session, not remove tool content.

Also fixed remove tool content so that it will remove the related tool sessions if required, and to stop it throwing an exception if no data is found (as per the interface definition).

get stuff from revision 1.10

added groupsupportID and activityCategory id properties while creting optional activity

updated doc

    • -737
    • +1168
    /lams_documents/lams_common/UI_UML diagrams.xml
*** empty log message ***

    • -0
    • +8902
    /lams_documents/lams_common/UI_UML diagrams.xml
    • binary
    /lams_documents/lams_common/workspace_flash_api.doc
    • binary
    /lams_documents/lams_learning/Join lesson - flash Java.jpg
    • binary
    /lams_documents/lams_learning/Progress to next activity - flash java.jpg
    • binary
    /lams_documents/lams_learning/Start Learner Module.jpg
    • binary
    /lams_documents/lams_learning/learner_api.doc
the main components of flash authoring

    • binary
    /lams_documents/lams_common/Main components.doc
    • binary
    /lams_documents/lams_common/authoring_main_components.gif
seq diagram of authoing a design

    • binary
    /lams_documents/lams_common/authoring_sequences.png
    • binary
    /lams_documents/lams_common/flash_authoring_sequences.png
authoring complex activities

    • binary
    /lams_documents/lams_common/Author_complex.jpg
java class diagram

    • binary
    /lams_documents/lams_common/Activities_Updated.jpg
flash design document

adding monitoring class diagram

    • -341
    • +3473
    /lams_documents/UI_Design_docs/UML/UI_1.1.xml
updated the data model to accomodate new tool session name property updated tool contract method createToolSession(...)

    • -3
    • +10
    /lams_tool_lamc/db/model/lams_tool_mc.clay
updated the data model to accomodate new tool session name property updated tool contract method createToolSession(...) started making changes to monitoring module web layer

    • -1
    • +1
    /lams_tool_laqa/db/sql/tool_insert.sql
    • -18
    • +34
    /lams_tool_laqa/web/WEB-INF/struts-config.xml
    • -0
    • +37
    /lams_tool_laqa/web/monitoring/Instructions.jsp
    • -0
    • +236
    /lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp
    • -0
    • +39
    /lams_tool_laqa/web/monitoring/Stats.jsp
    • -0
    • +38
    /lams_tool_laqa/web/monitoring/SummaryContent.jsp
Modified GroupingDAO to ensure that "real" grouping objects are returned, not just CGLIB versions. This was causing a problem when storing groupings as it was unable to cast existing groupings to RandomGrouping or ChosenGrouping

addded support for opening complex cactivities

updated setDeisng to support groups

*** empty log message ***

added a optional activity container to the library

    • binary
    /lams_central/src/flash/lams_authoring.fla
created a generic function to launch a popup window

Created a canvas optional activity class to draw optional activity on the canvas with facility to add and remove child from the container

1) Wrote method to find number of complex activities on the canvas and then number of optional activities out of those complex activities.

2) wrote method to add child to the complex activity (optional/parallel) in this case optional activity

3) method to remove child from specific optional activity

4) method to remove acivity from canvas only to show some change in the comparison between ddm and canvas so that it will redesign the canvas view.