Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 3 more files in changeset.
LDEV 5397 remove href="#nogo" and similar nonexistant same-page link

Due to screenreader requirements we can no longer use links having href="#target" when a page does not have this corresponding target. There are a couple of techniques instead of it:

1. links' onclick event should end with "return false;" ("false" can be replaced with anything else but true)

It applies to onclick events specified as tag attributes as well as added with Javascript or jQuery

2. turn links into <button type="button">

3. <a data-bs-toggle="collapse"> having href="#nogo" are OK. presumably as their onclick events return false;

  1. … 7 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. … 108 more files in changeset.
LDEV-5397 Introduce WaitForLeader.tag

  1. … 68 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Assessment

  1. … 16 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

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

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

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

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-5360' into v4.6

  1. … 3 more files in changeset.
LDEV-5366 Make auto expand configurable in Tool settings in sysadmin

Disabled by default

  1. … 7 more files in changeset.
LDEV-5366 Auto expand justification panel on first click

LDEV-5366 Move justification panel to question panel for visibility

LDEV-5359 Do not show autosubmit tip to non-leaders

LDEV-5359 Use default section name for blank names

  1. … 1 more file in changeset.
LDEV-5359 Do not enforce validation on section change

LDEV-5359 Add Assessment section learning

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

  1. … 1 more file in changeset.
LDEV-5331 Add missing title and autocomplete attr to submission deadline

  1. … 18 more files in changeset.
LDEV-3265 Allow to skip required questions in Preview mode

  1. … 2 more files in changeset.
LDEV-5083 Improve accessibility by allowing focus with TAB button

  1. … 5 more files in changeset.
LDEV-5083 Reduce empty spaces on TBL pages

  1. … 4 more files in changeset.
LDEV-5083 Rewrite TBL tRAT & student choices tab to new UI

  1. … 6 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES disclose and discussion element

  1. … 7 more files in changeset.
LDEV-5083 Rewrite TBL iRAT tab to new UI

    • -0
    • +333
    ./results/allquestions5.jsp
  1. … 6 more files in changeset.
LDEV-4271 Use label placeholders for languages with reversed word order

LDEV-5309 Prevent numerical from submitting whole form on Enter button

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

LDEV-4271 Improve layout of "answers may be disclosed" info panel

LDEV-5287 Do not refresh on item finish if no minimum items finished