Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3503 Fixed penalty marks taken regardless of correct answer

LDEV-3503 Fixed penalty marks taken regardless of correct answer

LDEV-3503 Fixed penalty marks taken regardless of correct answer

LDEV-3492 Change behavior results in MCQ question type with multiple answers in assessment

  1. … 4 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 33 more files in changeset.
LDEV-3489 New question type for marks hedging

  1. … 13 more files in changeset.
LDEV-3482 Prevent changes in assessment after the first submission is sent (e.g. when using 2 browsers)

LDEV-3489 New question type for marks hedging

  1. … 15 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 32 more files in changeset.
LDEV-3482 Prevent changes in assessment after the first submission is sent (e.g. when using 2 browsers)

LDEV-3455 Rest support for template based authoring.

  1. … 9 more files in changeset.
LDEV-3455 Rest support for template based authoring.

  1. … 3 more files in changeset.
LDEV-3398 fixed the following issue "Producing incorrect tool output on submitting answers second time (after the first one failed)"

LDEV-3392 By default, always randomize order of answers in ordering question in Assessment tool

LDEV-3393 Ordering question type display correct/incorrect answers to learners now

  1. … 3 more files in changeset.
LDEV-3387 * fixed issue when Autosave in Assessment breaks time limitation feature * slightly improved UI

  1. … 1 more file in changeset.
LDEV-3392 By default, always randomize order of answers in ordering question in Assessment tool

LDEV-3393 Ordering question type display correct/incorrect answers to learners now

  1. … 3 more files in changeset.
LDEV-3387 * fixed Autosave in Assessment breaks time limitation feature * slightly improved UI

  1. … 1 more file in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_assesment. Change assesment DAOs hierarchy super type to LAMSBaseDAO.

  1. … 1 more file in changeset.
LDEV-3379: Fix issues regarding 'limit' keyword usage in HQL queries. Reformat source.

  1. … 2 more files in changeset.
LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
LDEV-3329 fix calculation of options' negative marks

LDEV-3329 fix calculation of options' negative marks

LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 76 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 75 more files in changeset.
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 1 more file in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 1 more file in changeset.
LDEV-3274 fixed autopatch script so it also handles old existing entries properly