QbCollectionController.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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 Allow selecting which questions to print in QB

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

  1. … 6 more files in changeset.
LDEV-4828 Appadmins can (un)share any QB collection

  1. … 1 more file in changeset.
LDEV-4828 Fix exception on QB question NULL name

LAI-5 Add OpenAI MCQ generation to Question Bank collection screen

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

# Conflicts:

# idea_project/.idea/runConfigurations/WildFly.xml

# lams_tool_assessment/lams_tool_assessment.eml

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

# lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

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

  1. … 10 more files in changeset.
LDEV-5398 Prevent creating QB collections with duplicate name

  1. … 1 more file in changeset.
LDEV-5398 Check if creating QB collections is allowed

  1. … 2 more files in changeset.
LDEV-5398 Allow creating new QB collections on the fly

  1. … 2 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 editing of QB questions and collections by sysadmin

  1. … 2 more files in changeset.
LDEV-4828 Allow admins to access any QB collection and question

  1. … 1 more file in changeset.
LDEV-4828 Secure access to other monitors' collections

WEB-001

    • -72
    • +122
    ./QbCollectionController.java
  1. … 1 more file in changeset.
LDEV-5334 Make shared collections available to authors

  1. … 4 more files in changeset.
LDEV-5218 Allow removing multiple questions on Edit Collection screen

  1. … 2 more files in changeset.
LDEV-4932 Add CSRF to QB bank calls

  1. … 32 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

    • -254
    • +253
    ./QbCollectionController.java
  1. … 10 more files in changeset.
LDEV-4836 Properly assign collections

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

    • -254
    • +253
    ./QbCollectionController.java
  1. … 3 more files in changeset.
LDEV-4828 Make service methods' names more simple

"Qb" part everywhere does not introduce anything helpful

  1. … 14 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. … 11 more files in changeset.
LDEV-4828 Prevent public collection's name from being changed

  1. … 1 more file in changeset.
LDEV-4826 Hide "Export QTI" button if this feature is OFF in sysadmin

  1. … 1 more file in changeset.
LDEV-4828 Show total number of questions in jqGrid properly