lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

LDEV-4840 Refine import QB questions feature

LDEV-4746 Delete corrupted Scratchie data. Remove an index.

The index actually broke matching of question content.

LDEV-4836 Hide ${questionDto.version} from jsp processing

As questionDto doesn't have version property yet

LDEV-4836 Display limited set of question types for MCQ and Scratchie

LDEV-4746 Make description field longer

Merge branch 'LDEV-4836' into LDEV-4745

LDEV-4836 No need for removeNewLineCharacters() method anymore

LDEV-4836 Advanced search on authoring basic tab

* "Random questions" page in authoring. Add "Select all questions"

button + collections dropdown

    • -0
    • +6
    /lams_central/web/css/bootstrap-select.css
    • -14
    • +19
    /lams_central/web/includes/javascript/qb-search.js
LDEV-4746 Skip validation CKEditor for question description

jQuery validation plugin does not seem to work well with CKEditor.

    • -1
    • +1
    /lams_central/web/qb/authoring/addessay.jsp
LDEV-4746 Extra question name clean up

LDEV-4834 Allow LO widget on add new QB question screen

    • -3
    • +1
    /lams_central/web/qb/authoring/addessay.jsp
LDEV-4746 Use table as question ID generator for QbQuestion

In the future we can add new columns to lams_sequence_generator, so we

have a single table for generating new IDs instead table-per-ID.

    • -0
    • +1
    /lams_central/web/qb/authoring/addessay.jsp
  1. … 3 more files in changeset.
LDEV-4834 Revert to panel LO widget in QB question authoring

    • -1
    • +1
    /lams_central/web/qb/authoring/addessay.jsp