Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4828 Make service methods' names more simple

"Qb" part everywhere does not introduce anything helpful

  1. … 14 more files in changeset.
LDEV-4826 Remove import/export QTI questions feature from tools

  1. … 12 more files in changeset.
LDEV-4825 Show links to activity monitoring on QB stats page

Also fix displaying QB stats in tools' monitoring pages.

  1. … 9 more files in changeset.
LDEV-4825 Display QB stats in MCQ tool monitoring

  1. … 4 more files in changeset.
LDEV-4745 Fix the way confidence levels is calculated in MCQ

LDEV-4821 Switch to using qbQuestionUid for competence levels

  1. … 3 more files in changeset.
LDEV-4821 remove obsolete hash field

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

  1. … 5 more files in changeset.
LDEV-4818 Add title property to MCQ questions

    • -14
    • +18
    ./lamsfoundation/lams/tool/mc/dto/AnswerDTO.java
  1. … 21 more files in changeset.
LDEV-4746 Migrate Assessment to QB

  1. … 78 more files in changeset.
LDEV-4746 Fix a duplicate association in MCQ

LDEV-4777 Search QB interface is now available in MCQ tool

* Further development of QB search feature

  1. … 7 more files in changeset.
LDEV-4746 Set tool content ID also on MCQ clone for lesson

LDEV-4746 Prepare QB model for stats

Tool content ID was added to each tool QB question so we can track which

activity and lesson it belongs to.

Order ID and create date were moved from subclasses to top QB entities.

  1. … 8 more files in changeset.
LDEV-4746 Create a super class and table for tools' answers to inherit

  1. … 7 more files in changeset.
LDEV-4775 update marks more skillfully after edit in monitor

  1. … 5 more files in changeset.
LDEV-4775 update marks more skillfully after edit in monitor

(cherry picked from commit c5920711a0c7a8b4da40893f4d30d2dc26a0fba1)

  1. … 5 more files in changeset.
LDEV-4746 Inform author of detected question changes

In MC authoring if a new question or version gets added, the author gets

a pop up displayed.

Further steps are detection of minor changes (update and not create a

new version) and allowing author to choose whether changes are minor or

should lead to new version.

  1. … 3 more files in changeset.
LDEV-4721 Fix version filter method names

  1. … 4 more files in changeset.
LDEV-4746 Introduce QB service and DAO

  1. … 5 more files in changeset.
LDEV-4746 Move QB entities to another package

    • -1
    • +1
    ./lamsfoundation/lams/tool/mc/dto/McOptionDTO.java
  1. … 6 more files in changeset.
LDEV-4746 Use QB option directly instead of MCQ option

Keeping a reference from MCQ option to QB option proved unnecessary and

problematic. It is sufficient for QB question to keep this reference.

    • -24
    • +11
    ./lamsfoundation/lams/tool/mc/dto/AnswerDTO.java
    • -22
    • +5
    ./lamsfoundation/lams/tool/mc/dto/McOptionDTO.java
  1. … 11 more files in changeset.
LDEV-4746 Introduce a super class for tool questions

  1. … 2 more files in changeset.
LDEV-4746 Move display order from MCQ option to QB option

  1. … 2 more files in changeset.
LDEV-4746 Allow adding new QB questions to MCQ

Add some comments.

  1. … 1 more file in changeset.
LDEV-4746 Redesign flow for saving MCQ questions

Detached QB entities act as their own DTOs.

Question options modification is detected and processed.

  1. … 3 more files in changeset.
LDEV-4746 Add Question Bank option and process it in MCQ tool

    • -3
    • +13
    ./lamsfoundation/lams/tool/mc/dto/McOptionDTO.java
  1. … 4 more files in changeset.
LDEV-4746 Fix Hibernate management of QB question to prevent duplicates

  1. … 2 more files in changeset.
LDEV-4746 Initial Question Bank question implementation

The question is tested on Multiple Choice tool.

  1. … 3 more files in changeset.
LDEV-4743 Squash/Update SQL scripts ready for LAMS 3.1 release

  1. … 118 more files in changeset.