patch20190110.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bump patches version so they come on top of changes coming from develop

  1. … 9 more files in changeset.
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.

  1. … 2 more files in changeset.
LDEV-4746 Delete corrupted Scratchie data. Remove an index.

The index actually broke matching of question content.

LDEV-4746 Make description field longer

LDEV-4746 Extra question name clean up

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.

  1. … 17 more files in changeset.
LDEV-4746 Trim questions' names and descriptions

LDEV-4746 Add improved migration script

It runs faster and makes matching more efficient.

  1. … 1 more file in changeset.
LDEV-4836 Cope with random questions

* Properly set content_folder_id for old and new QB questions

* Prepare for recalculate marks after edit in monitor

  1. … 14 more files in changeset.
LDEV-4836 Fix autopatch script

  1. … 1 more file in changeset.
Merge branch 'LDEV-4745' into LDEV-4836

  1. … 7 more files in changeset.
LDEV-4836 Change authoring to accommodate importing questions from QB

  1. … 76 more files in changeset.
LDEV-4745 Remove redundant 'local' field

LDEV-4745 Remove redundant 'local' field

  1. … 2 more files in changeset.
LDEV-4746 Update question with richer data from other tool

LDEV-4825 Mark graded options from Assessment as correct in QB

LDEV-4825 Calculate and display question indexes on stats page

  1. … 9 more files in changeset.
LDEV-4745 Remove   after closing '>' as it prevents finding identical questions

Also take care about string answer in tl_laasse10_question_result.

LDEV-4745 Remove all /r and /n from questions' title, description and options

Also perform this action for the initial insert of MCQ tool questions

into tmp_question, as otherwise it will cause problems later when

processing Scratchie.

LDEV-4745 Use a wider column when detecting same question content

Assessment has got long questions.

LDEV-4745 Use question description when searching for identical questions

LDEV-4745 Trim new line characters during migration

By default only spaces are trimmed. It leads to same questions being not

matched when they have different whitespace at the end.

LDEV-4818 Add title property to MCQ questions

  1. … 35 more files in changeset.
Merge branch 'LDEV-4746' into LDEV-4745

LDEV-4746 Do not break migration is a blank question occurs

LDEV-4777 Search QB interface is now available in Assessment tool

  1. … 14 more files in changeset.
LDEV-4746 Fix issues arose after migrating Assessment to QB

  1. … 13 more files in changeset.
LDEV-4746 Fixes and tuning for QB migration SQL script

LDEV-4746 Migrate Assessment to QB

  1. … 80 more files in changeset.
LDEV-4746 Set default mark when QB'ing MCQ questions

A default mark of 1 was set during question creation in authoring. Since

now we import instead of create, it is better to also do it during

migration.