lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4721 Fix version filter method names

  1. … 4 more files in changeset.
LDEV-4746 Introduce QB service and DAO

  1. … 5 more files in changeset.
LDEV-4746 Move QB entities to another package

  1. … 6 more files in changeset.
LDEV-4746 Use QB option directly instead of MCQ option

Keeping a reference from MCQ option to QB option proved unnecessary and

problematic. It is sufficient for QB question to keep this reference.

  1. … 11 more files in changeset.
LDEV-4746 Introduce a super class for tool questions

  1. … 2 more files in changeset.
LDEV-4746 Move display order from MCQ option to QB option

  1. … 2 more files in changeset.
LDEV-4746 Allow adding new QB questions to MCQ

Add some comments.

  1. … 1 more file in changeset.
LDEV-4746 Redesign flow for saving MCQ questions

Detached QB entities act as their own DTOs.

Question options modification is detected and processed.

    • -1
    • +1
    ./web/authoring/candidateAnswersList.jsp
  1. … 2 more files in changeset.
LDEV-4746 Add Question Bank option and process it in MCQ tool

    • -0
    • +1
    ./web/authoring/candidateAnswersList.jsp
  1. … 3 more files in changeset.
LDEV-4746 Fix Hibernate management of QB question to prevent duplicates

  1. … 2 more files in changeset.
LDEV-4746 Initial Question Bank question implementation

The question is tested on Multiple Choice tool.

  1. … 2 more files in changeset.
LDEV-4743 Squash/Update SQL scripts ready for LAMS 3.1 release

  1. … 115 more files in changeset.
LDEV-4739 updating lablels for MCQ

Updating English, Greek, Norwegian and English

LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 138 more files in changeset.
LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

    • -1
    • +1
    ./web/tblmonitoring/mcqStudentChoices.jsp
  1. … 13 more files in changeset.
LDEV-4569: simple TBL UI adjustments

    • -1
    • +1
    ./web/tblmonitoring/mcqStudentChoices.jsp
  1. … 6 more files in changeset.
LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
LDEV-4721 Revert initial tool version

Tool version should be bumped only when previous patches have been

merged into build scripts. This was not such situation. We should keep

old tool version and allow patches to execute.

  1. … 4 more files in changeset.
LDEV-4721 Add class renaming filter for tool content import

  1. … 15 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 166 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 166 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 97 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4696 Use container provided Hibernate libraries instead of own copy

  1. … 33 more files in changeset.
LDEV-4696 Comments, Ratings, Peer Review use Annotations, removed proxy

  1. … 34 more files in changeset.
LDEV-4696 Converted Hibernate to Annotations

  1. … 32 more files in changeset.
LDEV-4696 Remove obsolete DTO

  1. … 13 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 2 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 29 more files in changeset.