lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed use of Monitoring url tool sessionName

    • -25
    • +32
    ./web/monitoring/SummaryContent.jsp
Learner module fixes

learner module fixes

Trying to convert binary to text.

    • -0
    • +124
    ./db/sql/create_lams_tool_mc.sql
Trying to convert binary to text

    • -122
    • +0
    ./db/sql/create_lams_tool_mc.sql
Message resource fixes

fixes for the lost session

    • -11
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
End of task: Learning module now presents incorrect and correct feedback.

    • -1
    • +13
    ./web/learning/CombinedAnswersContent.jsp
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

  1. … 6 more files in changeset.
Authoring module now supports giving feedback for correct and incorrect answers to questions.

Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Modifications to message resource presentations after JSTL 1.1 upgrade.

    • -72
    • +26
    ./web/authoring/AuthoringMaincontent.jsp
    • -9
    • +5
    ./web/monitoring/MonitoringMaincontent.jsp
just formating change

Added CVS Id to Resource file

Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 34 more files in changeset.
export portfolio formatting fixes

formatted resources

  1. … 1 more file in changeset.
Completed Preview Learner implementation

  1. … 6 more files in changeset.
updated the data model to accomodate new tool session name property updated tool contract method createToolSession(...)

repeated the same process done for q/a for mcq: switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 organized q/a's web.xml based on lams central web.xml made sure web.xml is valid and Eclipse has no formatting warnings added GPL license notices to files tested and made some modifications to jsps in relation to JSTL upgrade

  1. … 12 more files in changeset.
same things done for q/a project: Switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 Organized q/a's web.xml based on lams central web.xml Made sure web.xml is valid and Eclipse has no formatting warnings Added GPL license notices to files

  1. … 47 more files in changeset.
Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.

  1. … 4 more files in changeset.
new version - smaller file size and move reg-point

  1. … 3 more files in changeset.
removed database name from scripts and modified upload file meta data

    • -19
    • +19
    ./db/sql/create_lams_tool_mc.sql
reflect change to API method createToolSession

Will add a new column to hold tool session name

tool session implementation change , to be completed

change lams_tool test data to avoid conflict in submit tool.

change lams_tool test data to avoid conflict in submit tool.

Change toolSessionManager interface to add new toolSessionName.