Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4895 Fix correct option setting in Scratchie

LDEV-4895 Fix learner answer recalculation in Scratchie after QB edit

LDEV-4884 Several minor fixes for UUID and description QTI import

  1. … 2 more files in changeset.
LDEV-4745 Add QB questions to private collection for TBL template

  1. … 2 more files in changeset.
LDEV-4884 QB UUID processing in QTI import in TBL template in authoring

  1. … 9 more files in changeset.
LDEV-4745 Fix TBL template Scratchie question adding in authoring

Even if there were RAT multiple questions added, only one showed up in

Scratchie.

Merge branch 'LDEV-4745' into v4.0

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/qb/SearchQBController.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

  1. … 8 more files in changeset.
LDEV-4745 Fix authoring templates for new QB structure

  1. … 3 more files in changeset.
LDEV-4885 Remove all white space characters from preset marks setting

LDEV-4875 Respect QbQuestion's case sensitive setting

* Simplify learning.jsp, so it gets most of the data from the server

rather than tries to figure it out on a client side

* Optimize the way answers get fetched from Assessment

* Fix the following issue: if there is no activity selected to fetch

assessment answers from, then Scratchie don't show user answers

  1. … 2 more files in changeset.
LDEV-4875 Fixes for VSA feature

  1. … 15 more files in changeset.
LDEV-4875 Recalculate all assessments and scratchies after answer allocation into group

  1. … 9 more files in changeset.
LDEV-4875 Add VSA question type to Assessment and Scratchie

    • -0
    • +150
    ./lamsfoundation/lams/tool/scratchie/dto/OptionDTO.java
  1. … 61 more files in changeset.
LKC-221 Fill Scratchie and Assessment with WA questions

  1. … 4 more files in changeset.
LDEV-4868 Fix Scratchie so it can show more than one question

* Also fix confidence levels feature in Scratchie

  1. … 1 more file in changeset.
LDEV-4846 Export/import QB questions' content folders

  1. … 5 more files in changeset.
LDEV-4846 Set LD's content folder ID when importing old questions

In pre-QB LAMS version only LD had content folder ID. In QB each

question has its own content folder ID. When importing pre-QB questions

and converting them into QB questions, we give them the LD's (shared)

content folder ID.

  1. … 5 more files in changeset.
LDEV-4847 Do not export question IDs, versions etc. when exporting a LD

  1. … 4 more files in changeset.
LDEV-4847 Look for existing QB question UUIDs when importing a LD

  1. … 5 more files in changeset.
LDEV-4845 Move QB question insert to QB service

There are various cascades set up in QB entities. They do not seem to

work when importing a QB question, so questions need to be inserted

manually.

  1. … 4 more files in changeset.
LDEV-4845 Move QB question insert to QB service

There are various cascades set up in QB entities. They do not seem to

work when importing a QB question, so questions need to be inserted

manually.

  1. … 4 more files in changeset.
LDEv-4845 Add imported QB questions to public collection

  1. … 3 more files in changeset.
LDEv-4845 Use LD's content folder ID for new QB questions.

Also minor bug fixes.

  1. … 3 more files in changeset.
LDEv-4845 LD XML transformation for remaining Assessment question types

  1. … 5 more files in changeset.
LDEv-4845 LD XML transformation for Assessment MC questions

  1. … 3 more files in changeset.
LDEv-4845LD LD XML transformation for Scratchie tool

  1. … 1 more file in changeset.
LDEv-4845 Remove pre-QB code preventing Scratchie export

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

  1. … 8 more files in changeset.
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-4745 Make service methods do what they claim to do

Getting max question ID and version returned already incremented version

instead of actual max. Now they return real max value and need to be

manually incremented afterwards.

  1. … 4 more files in changeset.