lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4819 Allow disabling Learning Outcome quick add in sysadmin

    • -3
    • +10
    /lams_central/web/WEB-INF/tags/OutcomeAuthor.tag
    • -3
    • +10
    /lams_learning/web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 21 more files in changeset.
Merge branch 'LDEV-4818' into LDEV-4745

LDEV-4818 Add title property to MCQ questions

  1. … 21 more files in changeset.
LDEV-4746 Fix issues that arose after migration to QB questions

Merge branch 'LDEV-4777' into LDEV-4745

LDEV-4777 Show question details for all question types

    • -11
    • +68
    /lams_central/web/qb/qbQuestionDetails.jsp
Merge branch 'LDEV-4746' into LDEV-4745

LDEV-4746 Ignore CKEditor during validation

There is no rule for Scratchie description anyway. And validate plugin

tries to validate a CKEditor div with contenteditable="true" but with no

id or name. There is no point in doing it as contents get moved to a

named textarea before submit.

LDEV-4746 Use changed property name in JSP (maxMark instead of mark)

LDEV-4746 Do not break migration is a blank question occurs

Merge branch 'LDEV-4777' into LDEV-4745

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

    • -1
    • +1
    /lams_central/web/qb/qbQuestionDetails.jsp
Merge branch 'LDEV-4746' into LDEV-4777

Merge remote-tracking branch 'origin/master' into develop

Merge branch 'LDEV-4817'

LDEV-4817 Do not create blank burning questions, delete existing ones

LDEV-4817 Do not create blank burning questions, delete existing ones

LDEV-4746 Fix issues arose after migrating Assessment to QB

Merge branch 'master' into develop

LDEV-4816 use jquery toggle instead of bootstrap collapse

By some reason bootstrap collapse doesn't work properly. Involved

links got assigned double amount of click handlers which makes

them appear and then instantaneously disappear again.

    • -1
    • +11
    /lams_monitoring/web/tblmonitor/teams.jsp
LDEV-4746 Fix issues arose after migrating Assessment to QB

LDEV-4746 Fix adding of several items at once and import QTI questions

LDEV-4746 Fixes and tuning for QB migration SQL script

LDEV-4746 Migrate Assessment to QB

  1. … 66 more files in changeset.
Merge branch 'LDEV-4745' into LDEV-4746

Merge branch 'LDEV-4765' into LDEV-4745

LDEV-4765 Further UI improvements

* True/False type of questions now use bootstrap-toggle widget

* Update jqeuryvalidate plugin. And make it show bootstrap-like warnings

* Disable autocomplete for all form inputs

* A few other minor fixes

    • -17
    • +17
    /lams_tool_assessment/web/common/authoringQuestionHeader.jsp
Merge remote-tracking branch 'origin/master' into develop

LDEV-4813 Speed up event log processing with an extra index

Merge branch 'LDEV-4811'