lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3524: If min > max, set max to min.

    • -8
    • +22
    ./web/pages/authoring/parts/addessay.jsp
LDEV-3524: If min > max, set max to min.

    • -8
    • +22
    ./web/pages/authoring/parts/addessay.jsp
LDEV-3522 Make adding justification textareas optional

    • -13
    • +15
    ./web/pages/learning/parts/markhedging.jsp
LDEV-3522 Make adding justification textareas optional

    • -13
    • +15
    ./web/pages/learning/parts/markhedging.jsp
LDEV-3520 Show correct right/wrong icons after short answer and numeric type of questions regardless of the scored mark

    • -2
    • +2
    ./web/pages/learning/parts/numerical.jsp
    • -6
    • +7
    ./web/pages/learning/parts/shortanswer.jsp
LDEV-3522 Added justification textareas to the hedging marks question type

    • -19
    • +20
    ./web/pages/learning/learning.jsp
    • -1
    • +15
    ./web/pages/learning/parts/markhedging.jsp
LDEV-3522 Added justification textareas to the hedging marks question type

    • -19
    • +20
    ./web/pages/learning/learning.jsp
    • -1
    • +15
    ./web/pages/learning/parts/markhedging.jsp
LDEV-3520 Show correct right/wrong icons after short answer and numeric type of questions regardless of the scored mark

    • -2
    • +2
    ./web/pages/learning/parts/numerical.jsp
    • -6
    • +7
    ./web/pages/learning/parts/shortanswer.jsp
LDEV-3516: When removing learner content, fetch all results, not just finished ones.

LDEV-3516: When removing learner content, fetch all results, not just finished ones.

LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

  1. … 41 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3507: Remove error message when Tool Content was not found. A simple getter method should not report errors.

  1. … 10 more files in changeset.
LDEV-3507: Remove error message when Tool Content was not found. A simple getter method should not report errors.

  1. … 10 more files in changeset.
LDEV-3504: Reduce height of Add Question page so it is all scrollable.

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

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

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

    • -0
    • +226
    ./web/pages/authoring/parts/addmarkhedging.jsp
    • -0
    • +43
    ./web/pages/authoring/parts/optionhedgingmark.jsp
  1. … 7 more files in changeset.
LDEV-3482 Prevent changes in assessment after the first submission is sent (e.g. when using 2 browsers)

LDEV-3469 fixed "-100%" grade changing to positive

LDEV-3489 fix results page markup

    • -3
    • +5
    ./web/pages/learning/parts/markhedging.jsp
LDEV-3489 Adding new labels

LDEV-2975 Updating Greek

LDEV-3489 New question type for marks hedging

  1. … 10 more files in changeset.