lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update for monitoring page

    • -2
    • +43
    /lams_tool_forum/conf/xdoclet/struts-actions.xml
    • -19
    • +121
    /lams_tool_forum/db/model/forum.clay
    • -3
    • +14
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -3
    • +17
    /lams_tool_forum/db/sql/table-schema.sql
    • -3
    • +3
    /lams_tool_forum/db/sql/tool_insert.sql
    • -0
    • +1
    /lams_tool_forum/src/java/forumApplicationContext.xml
  1. … 21 more files in changeset.
added groupings array in learningDesignDTO

changed groupingType property to be groupingTypeID

changed the GroupingDTO(Grouping grouping) constructor so that it directly passes the grouping object into the processGroupingActivity() method

removed groupingDTO, this is now used in learningDesignDTO instead

Clarifying naming of bean - documentation change only.

Clarifying naming of bean

Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

removed grouping.setGroupingTypeId, this does need to be set as hibernate deals with it.

removed the groupingTypeId property

took out the groupingTypeId problem.

Grouping Changes?

ToolDownload has been modified to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. The tool was use the new definition.

    • -0
    • +4
    /lams_tool_sbmt/conf/xdoclet/servlets.xml
ToolDownload has been modified to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. The tool was use the new definition.

    • -0
    • +4
    /lams_tool_nb/conf/xdoclet/servlets.xml
*** empty log message ***

    • -2
    • +15
    /lams_tool_lamc/web/IndividualLearnerResults.jsp
*** empty log message ***

    • -130
    • +0
    /lams_tool_lamc/web/SequentialAnswersContent.jsp
Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

Reverted back to copy that matches the current implementation of leaveToolSession from lams.jar

modifications done on groupings stuff. added method parseGroupings and changed it so that the groupings object is not created when parsing the grouping activities. Instead it will be created when processing the groupings array. removed some use of instanceOf as it wasnt working.

Calculate first activity for a learning design now works properly.

updated some values

removed AuthoringToolDTO

modified the if statement in getGroupingByUUID so that it will return the first element in the list, only if the size of the list is greater than 0 without this, an exception is thrown

added property groupingTypeId changed the getGroupingTypeId to return the groupingTypeId instead of using the "instanceOf" checks added method isRandomGrouping() , isChosenGrouping() and isClassGrouping()

added the property groupingTypeId, which previously wasnt there. when retrieving Grouping objects, the groupingTypeId was null regardless of what value was stored on database. Works okay now.

Instructions files now appear in the instructions page on the monitoring screen. The attachment entries were not being copied when the tool content was duplicated.

The default content id was hardcoded, so it wasn't linking to the default content properly. Replaced hardcoded value with the tag value used by the tool deploy utility.

    • -1
    • +1
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
Removed "lams/" from url as will be added by Flash/Server. My mistake - I told Steve the wrong thing.

    • -3
    • +3
    /lams_tool_forum/db/sql/tool_insert.sql
update url

    • -1
    • +1
    /lams_tool_forum/db/sql/tool_insert.sql
update url

    • -3
    • +3
    /lams_tool_forum/db/sql/tool_insert.sql
Fixed typo in online/offline instructions tags.

Don't delete jar anymore in explode target for learning package can depoly