lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4745 Remove redundant 'local' field

LDEV-4745 Remove redundant 'local' field

LDEV-4745 Fix getCountQbQuestions() DAO method

LDEV-4828 Sort collections according to their names

LDEV-4828 Put private collection first in the list

Merge branch 'LDEV-4828' into LDEV-4745

    • -32
    • +98
    ./lams/qb/service/QbService.java
  1. … 2 more files in changeset.
LDEV-4828 Toggle questions transfer and collection creation in sysadmin

  1. … 6 more files in changeset.
LDEV-4828 Change default private collection name

LDEV-4828 Allow changing collection name

  1. … 1 more file in changeset.
LDEV-4828 Show usage in lessons on single collection page

  1. … 3 more files in changeset.
LDEV-4828 Split collection view into list and single collection views

    • -20
    • +21
    ./lams/qb/service/QbService.java
  1. … 3 more files in changeset.
LDEV-3316 Add generics to base DAO so no casting is needed for results

    • -602
    • +604
    ./lams/dao/hibernate/LAMSBaseDAO.java
LDEV-4828 Removal and moving questions is available only on stats page

  1. … 4 more files in changeset.
LDEV-4832 Add ability to create/edit questions from the central QB pages

    • -0
    • +44
    ./lams/qb/QbConstants.java
    • -0
    • +263
    ./lams/qb/form/QbQuestionForm.java
    • -0
    • +352
    ./lams/qb/service/QbUtils.java
  1. … 24 more files in changeset.
LDEV-4826 Add export QTI feature to QB questions page

  1. … 5 more files in changeset.
LDEV-4828 Allow adding a question to a collection from its stats page

  1. … 3 more files in changeset.
LDEV-4828 Prevent question removal from last collection

If a question is in its last collection, it gets permanently removed.

Unless it is used in Learning Designs - then the user gets a message

that the question could not be removed.

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

    • -555
    • +618
    ./lams/dbupdates/patch20190110.sql
LDEV-4828 Rewrite layout to bootstrap grid. Add comments. Minor fixes.

  1. … 2 more files in changeset.
LDEV-4828 Allow question copy and collection sharing in QB

  1. … 2 more files in changeset.
LDEV-4828 Add "Remove collection" button to QB collections page

  1. … 2 more files in changeset.
LDEV-4828 Add "Add question" button to QB collections page

  1. … 2 more files in changeset.
LDEV-4828 Add remove button to QB collections

  1. … 2 more files in changeset.
LDEV-4828 Fix displaying HTML options in chart

LDEV-4828 Paging and search in QB collections jqGrid

    • -63
    • +68
    ./lams/util/CommonConstants.java
  1. … 5 more files in changeset.
LDEV-4828 Initial implementation of QB collections front end

  1. … 2 more files in changeset.
LDEV-4830 if integration method is "monitor", assign user monitor role only (no learner, no author)

    • -9
    • +20
    ./lams/integration/service/IntegrationService.java
  1. … 1 more file in changeset.
LDEV-4828 Add QB collections model and service methods

    • -0
    • +43
    ./lams/dbupdates/patch20190531.sql
    • -0
    • +99
    ./lams/qb/model/QbCollection.java
LDEV-4827 Use configuration settings for question stats

LDEV-4827 Add Question Bank settings to sysadmin

    • -16
    • +16
    ./lams/dbupdates/patch20190119.sql
    • -0
    • +20
    ./lams/dbupdates/patch20190530.sql
    • -295
    • +301
    ./lams/util/ConfigurationKeys.java
  1. … 1 more file in changeset.