Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 show question descriptions inside card-body instead of card-header

  1. … 13 more files in changeset.
LDEV-5397 show confidence levels' labels horizontally

  1. … 5 more files in changeset.
LDEV-5397 make CKEditor ARIA compliant

A new rule should be observed when CKEditor tag is used: either "ariaLabel" or "ariaLabelledby" attribute is required

  1. … 4 more files in changeset.
LDEV-5397 Migrate old Bootstrap3 class names into Bootstrap5 in *all* tools' learning

* Did this following 2 guides:

https://getbootstrap.com/docs/4.1/migration/

https://getbootstrap.com/docs/5.2/migration/

* Apart from changing class names, also performed other updates required in aforementioned guides.

For instance, checkboxes, radios, selects have now proper Bootstrap5 structure; removed "media" objects.

* Replaced some outdated LAMS class names

  1. … 102 more files in changeset.
LDEV-5397 further migration of Assessment's learning to Bootstrap 5

  1. … 9 more files in changeset.
LDEV-5397 migrate Assessment's learning to Bootstrap 5

  1. … 24 more files in changeset.
LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 4 more files in changeset.
LDEV-5397 further bootstrap 5 related changes

Also

* change bootstrap classes from col-*-offset-* to offset-*-

* deprecated form-group

* .hidden-xs to .d-none .d-sm-block

* .pull-left to .float-start

* .pull-right to .float-end

* add class="activity-bottom-buttons"

  1. … 115 more files in changeset.
LDEV-5374 Add max mark information configuration in Assessment authoring

  1. … 5 more files in changeset.
LDEV-5374 Add max mark information to Assessment questions and results

  1. … 2 more files in changeset.
LDEV-5359 Add answered question count next to section name

  1. … 2 more files in changeset.
LDEV-5366 Move justification panel to question panel for visibility

LDEV-5359 Use default section name for blank names

  1. … 1 more file in changeset.
LDEV-5359 Add Assessment section learning

  1. … 6 more files in changeset.
LDEV-4271 Add Next/Previous Page buttons in paged Assessment learner

  1. … 1 more file in changeset.
LDEV-5309 Prevent numerical from submitting whole form on Enter button

LDEV-4875 Prevent VSA from submitting whole form on Enter button

LDEV-4385 List possible and chosen matching pairs answers

  1. … 3 more files in changeset.
LDEV-5268 Remove table hover as it ain't need it

LDEV-5268 Remove table hover as it ain't need it

LDEV-5268 Improve word count detection in essay questions

LDEV-5268 Add word counter to CKEditor essay question

Also improve warning message for plain text area.

LDEV-5268 Prevent learners from entering more than max words in essay

  1. … 2 more files in changeset.
LDEV-5221 Fix CKEditor essay question for non-leaders

LDEV-5157 Colour code syntax of students' answers in monitoring

  1. … 10 more files in changeset.
LDEV-5157 Fix issues with line endings on CodeMirror

  1. … 2 more files in changeset.
LDEV-5157 Add code syntax highlighting to learner UI

  1. … 9 more files in changeset.
LDEV-5187 Combine Mark Hedging and Assessment justifications

Mark Hedging questions have own settings for justification. We should

have a consistent user experience in Assessment, not matter where

justification is set up: on Assessment activity level or on Mark Hedging

question level.

  1. … 8 more files in changeset.
LDEV-5181 Do not use Confidence Levels for Mark Hedging questions

Mark Hedging is already a kind of declaring confidence level by

students.

  1. … 8 more files in changeset.
LDEV-3387 Filter textarea data before (auto)save answers

Until now lams:textarea JS function was run only on textarea "change"

event. This event is run when the input looses focus. If an user keeps

writing in the same textare and autosave or time expired autosubmit

kicks in, data in the hidden input is not refreshed. Old data is sent

and stored in DB.

Now the data is refreshed before autosave and submit.

  1. … 1 more file in changeset.