Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./lamsfoundation/lams/qb/QbConstants.java
    • -0
    • +263
    ./lamsfoundation/lams/qb/form/QbQuestionForm.java
    • -0
    • +352
    ./lamsfoundation/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
    • +1
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  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.

    • -0
    • +4
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -2
    • +13
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  1. … 2 more files in changeset.
LDEV-4746 Update question with richer data from other tool

    • -555
    • +618
    ./lamsfoundation/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

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  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

    • -2
    • +3
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -8
    • +28
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  1. … 2 more files in changeset.
LDEV-4828 Add remove button to QB collections

    • -1
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +3
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -0
    • +10
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  1. … 2 more files in changeset.
LDEV-4828 Fix displaying HTML options in chart

LDEV-4828 Paging and search in QB collections jqGrid

    • -1
    • +6
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -9
    • +54
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
    • -63
    • +68
    ./lamsfoundation/lams/util/CommonConstants.java
    • -512
    • +538
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 5 more files in changeset.
LDEV-4828 Initial implementation of QB collections front end

    • -1
    • +1
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  1. … 2 more files in changeset.
LDEV-4830 if integration method is "monitor", assign user monitor role only (no learner, no author)

  1. … 1 more file in changeset.
LDEV-4828 Add QB collections model and service methods

    • -0
    • +43
    ./lamsfoundation/lams/dbupdates/patch20190531.sql
    • -0
    • +5
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -0
    • +32
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
    • -0
    • +99
    ./lamsfoundation/lams/qb/model/QbCollection.java
LDEV-4827 Use configuration settings for question stats

LDEV-4827 Add Question Bank settings to sysadmin

    • -0
    • +20
    ./lamsfoundation/lams/dbupdates/patch20190530.sql
    • -295
    • +301
    ./lamsfoundation/lams/util/ConfigurationKeys.java
  1. … 1 more file in changeset.
LDEV-4825 Show links to activity monitoring on QB stats page

Also fix displaying QB stats in tools' monitoring pages.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 7 more files in changeset.
LDEV-4825 Display QB stats in MCQ tool monitoring

  1. … 3 more files in changeset.
LDEV-4825 Fix general stats generation

Take into account Scratchie (multiple learners answer the same as

leader) and Assessment (answers are in a different table) specific

stuff.

    • -4
    • +0
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -32
    • +9
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
LDEV-4825 Mark graded options from Assessment as correct in QB

LDEV-4825 Calculate and display question indexes on stats page

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +2
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -0
    • +27
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
    • -0
    • +52
    ./lamsfoundation/lams/qb/dto/QbStatsActivityDTO.java
    • -22
    • +0
    ./lamsfoundation/lams/qb/dto/QbStatsDTO.java
  1. … 2 more files in changeset.
LDEV-4745 Remove   after closing '>' as it prevents finding identical questions

Also take care about string answer in tl_laasse10_question_result.

LDEV-4745 Remove all /r and /n from questions' title, description and options

Also perform this action for the initial insert of MCQ tool questions

into tmp_question, as otherwise it will cause problems later when

processing Scratchie.

LDEV-4745 Use a wider column when detecting same question content

Assessment has got long questions.

LDEV-4745 Use question description when searching for identical questions

LDEV-4745 Trim new line characters during migration

By default only spaces are trimmed. It leads to same questions being not

matched when they have different whitespace at the end.

LDEV-4821 Switch to using qbQuestionUid for competence levels

  1. … 3 more files in changeset.
LDEV-4820 Show user names for confidence levels

  1. … 5 more files in changeset.