QbService.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Use Long instead of BigInteger in SQL query results

  1. … 8 more files in changeset.
LDEV-5446 Ensure that UUIDs are unique but retained on import

  1. … 4 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

  1. … 464 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
LDEV-5420 Add questions print button to Question Bank

  1. … 6 more files in changeset.
# WARNING: head commit changed in the meantime

Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 8 more files in changeset.
LDEV-5375 Add OpenAI question import to Assessment

  1. … 10 more files in changeset.
# WARNING: head commit changed in the meantime

Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 7 more files in changeset.
LDEV-4832 Allow LD location based editing of QB questions

A user is allowed to edit a question if it is used in a learning design

which is in user's private folder, public folder or a course folder

where the user is a monitor.

  1. … 4 more files in changeset.
LDEV-4832 Allow editing of questions in shared QB collections

  1. … 6 more files in changeset.
Merge branch 'LDEV-5332' into v4.7

  1. … 2 more files in changeset.
LDEV-5332 Add Question Results table in Teams tab

  1. … 10 more files in changeset.
LDEV-5334 Make shared collections available to authors

  1. … 4 more files in changeset.
LDEV-5273 Fix allocation of answers being prefixed with "null"

LDEV-5309 Fix removing units from numerical question

delete-orphan setting in QbQuestion units causes problems when importing

QbQuestion from XML. JPA does not recognise the collection parent and

fails on save. Another approach to removing units had to be found.

  1. … 2 more files in changeset.
Merge branch 'LDEV-5307' into v4.6

  1. … 4 more files in changeset.
LDEV-5309 Allow removing units from numerical question

  1. … 4 more files in changeset.
LDEV-5307 Allow exact matching of VSAs

  1. … 16 more files in changeset.
LDEV-5273 Do not display VS answers with blank normalised form

  1. … 3 more files in changeset.
LDEV-5273 Make sure that empty answers are omitted when matching

LDEV-5291 Allow filtering question in QB search by presence in LD

  1. … 11 more files in changeset.
LDEV-5273 Refresh leaders' page on VS answer allocation

  1. … 5 more files in changeset.
LDEV-5273 Add VSA allocation to Scratchie

  1. … 17 more files in changeset.
LDEV-5273 Move VSA allocation code to Central

  1. … 21 more files in changeset.
LDEV-5125 Improve support for VSA questions import from Word file

VSA questions should have 2 options if they are going to be TBL

compatible. When importing from Word document only correct answers

option is required. The other one, incorrect answers option, now gets

added automatically. Also incorrect answers option does not get deleted

after editing via QB interface.

  1. … 3 more files in changeset.
LDEV-5248 Fix exception when exporting LD

LDEV-5248 Move QB create question logic to service

Keeping it in Controller caused lazy initialisation exception and is bad

practice anyway.

  1. … 2 more files in changeset.
LDEV-5152 Use correct data for charts and item analysis.

For mark charts and stats we submitted data. It corresponds to

teachers' desire to see stats as soon as it is available, even when

learners have not finished an activity yet.

For item analysis we have to use only data from

learners who finished (not only submitted) the activity. It is because

lesson marks are updated only on activity finish and we need lesson

marks to calculate item analysis factors. An explanation for teachers

has been added.

If we want it to work the same as mark charts, we need to have lesson

marks to be updated on activity submit.

  1. … 5 more files in changeset.
LDEV-5101 Prepare a placeholder for QB question versions

  1. … 4 more files in changeset.