lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added a default value to a not null field - suspect this is now picked up as an error due to upgrading to MySQL 5.

General tidying up

taken off security constraints

Fixes and changes in relation to lost /corrupt session issue

    • -2
    • +2
    ./web/authoring/BasicContentViewOnly.jsp
    • -11
    • +0
    ./web/monitoring/MonitoringMaincontent.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.

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.

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

  1. … 9 more files in changeset.
added Javadocs to actions

Made changes to authoring module persistance in doing updates and creates.

Rewrote persistance on submit content

rewrote the persistance of content and question content on submit so taht uids gets used conservatively.

Added CVS ID tag

enabled copyToolContent to properly copy the attachments data in the content repository.

Synchronisation clash - previous changes to split urls had been lost.

separated learning action from authoring action

separated Learning action from Authoring action

    • -0
    • +123
    ./web/learning/AnswersContent.jsp
    • -4
    • +3
    ./web/learning/CombinedAnswersContent.jsp
Independent LearningAction created. Added exception handler, content locked renamed

    • -14
    • +14
    ./db/sql/create_lams_tool_qa.sql
  1. … 8 more files in changeset.
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.
formatted resources

  1. … 1 more file in changeset.
completed export portfolio implementation

Completed Learner Progress Report

Completed Learner Progress View

Completed Preview Learner screens

    • -30
    • +32
    ./web/monitoring/UserResponses.jsp
Completed Preview Learner implementation

    • -0
    • +48
    ./web/learning/Preview.jsp
    • -11
    • +27
    ./web/learning/answersContent.jsp
  1. … 2 more files in changeset.
View only learner report addition for the revisting user

Learner report implementation based on monitoring summary actions and DTO reuse

Learning module Finish Activity additions

Learner Report implementation.

A report gets generated for the learners in the learning module.

  1. … 4 more files in changeset.
Modified error reporting screen to use message beans rather than logical iteration.

Added Export Portfolio functionality.

    • -1
    • +5
    ./web/monitoring/MonitoringMaincontent.jsp