lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4589 Add comments, remove logs

LDEV-4589 Add comments, remove logs

LDEV-4589 Fix content-item feature

LDEV-4589 Fix content-item feature

LDEv-4844 Add an event in audit log when QB questions get merged

LDEv-4844 Fix answer merging for Assessment questions

LDEV-4589 Make org.apache.httpcomponents.core module available

LDEV-4589 Make org.apache.httpcomponents.core module available

Merge branch 'LDEV-4589-membership' into LDEV-4589-develop

LDEv-4844 Allow manual QB question merging

LDEV-4589 Add support for LTI membership service

Includes interim logging.

LDEV-4589 Add support for LTI membership service

Includes interim logging.

LDEV-4746 Delete corrupted Assessment results before migration

LDEV-4746, LDEV-4841 Move answer field to QbToolAnswer for inheritance

Fix several issues Q&A migration

  1. … 9 more files in changeset.
LDEV-4841 Initial Q&A tool back end migration to Question Bank

  1. … 6 more files in changeset.
LDEV-4838 Scratchie authoring to work similarly to Assessment (instantaneous changes to QbQuestions)

* Also changed addItem.jsp to look similarly to Assessment add question

pages

* Proper handling of collections in Scratchie

LDEV-4838 Move collection processing to common utils method

    • -2
    • +2
    /lams_central/web/qb/authoring/addessay.jsp
    • -0
    • +54
    /lams_common/src/java/org/lamsfoundation/lams/qb/QbUtils.java
LDEV-4836 Fix restricted authoring page

LDEV-4745 Fix exception on importing QTI questions and XML ones

LDEV-4836 Add questions drag and drop feature

LDEV-4745 Add uuid to QbQuestion

* reintroduce fill content_folder_id command

LDEV-4782 Fix question stats calculation

LDEV-4836 Update edit in monitor feature after migration to QB

LDEV-4746 Fix issues arose after migrating Assessment to QB

LDEV-4746 Fix migration script for Talca issues

LDEV-4746 Detect if a foreign key was already created

We may migrate DBs which already have a foreign key in one of Assessment

tables and ones which do not. Instead of manual shuffling of scripts, we

prepare scripts to never fail.

Bump patches version so they come on top of changes coming from develop

LDEV-4746 Removed "correct" field from QbOption

It can be inferred from maxMark.

Also fix incorrect overwriting of QB question names with Assessment

question descriptions.

LDEV-4745 Cache references max marks before importing QB question

Merge branch 'LDEV-4840' into LDEV-4745