Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4589 Fix content-item feature

  1. … 1 more file in changeset.
LDEV-4589 Fix content-item feature

  1. … 1 more file in changeset.
LDEv-4844 Allow manual QB question merging

  1. … 5 more files in changeset.
LDEV-4589 Add support for LTI membership service

Includes interim logging.

  1. … 7 more files in changeset.
LDEV-4589 Add support for LTI membership service

Includes interim logging.

  1. … 7 more files in changeset.
LDEV-4838 Move collection processing to common utils method

  1. … 12 more files in changeset.
LDEV-4745 Fix exception on importing QTI questions and XML ones

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.
Merge branch 'LDEV-4836' into LDEV-4745

  1. … 4 more files in changeset.
LDEV-4836 Advanced search on authoring basic tab

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

button + collections dropdown

  1. … 13 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. … 15 more files in changeset.
LDEV-4836 Set an option as correct if it has 100% mark

LDEV-4834 Add Learning Outcomes widget to edit QB question screen

  1. … 10 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.
LDEV-4839 Refine import QB questions feature

  1. … 9 more files 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-4828 Fix encoding when sending XML with jqGrid collection data

LDEV-4834 Fetch outcomes using DAO instead of entity relationship

Various question versions share same outcomes. Hibernate does not like

having same collection bound to two entity instances, though, even if

the collection is read-only. In this case we get rid of the collection

and just fetch it using DAO. It probably is a better solution anyway.

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

Conflicts:

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

lams_central/web/qb/collection.jsp

lams_central/web/qb/stats.jsp

lams_common/src/java/org/lamsfoundation/lams/qb/model/QbQuestion.java

lams_common/src/java/org/lamsfoundation/lams/qb/service/IQbService.java

lams_common/src/java/org/lamsfoundation/lams/qb/service/QbService.java

lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

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

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

  1. … 1 more file in changeset.
LDEV-4836 Properly assign collections

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

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

  1. … 75 more files in changeset.
LDEV-4834 Check if user can manage a QB question

If an user does not have access to a question, i.e. it is not in any

collection he/she sees, then prevent him/her from editing the question's

collections and learning outcomes.

  1. … 6 more files in changeset.
LDEV-4834 Show Learning Outcomes in single QB collection view

  1. … 3 more files in changeset.
LDEV-4834 Initial implementation of Learning Outcomes in Question Bank

  1. … 49 more files in changeset.
LDEV-4829 Supports multiple response app ex, improved font on TRA chart

  1. … 8 more files in changeset.
LDEV-4828 Make service methods' names more simple

"Qb" part everywhere does not introduce anything helpful

  1. … 10 more files in changeset.
LDEV-4828 Add subgrid with previous versions in QB collection view

  1. … 4 more files in changeset.
LDEV-4828 Rewrite QB collections to use question ID instead of uid

  1. … 7 more files in changeset.