Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge remote-tracking branch 'origin/v4.7' into v4.8

# Conflicts:

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

# lams_tool_assessment/web/pages/learning/parts/allquestions.jsp

# lams_tool_assessment/web/pages/learning/results/allquestions.jsp

# lams_tool_assessment/web/pages/learning/results/allquestions5.jsp

  1. … 3 more files in changeset.
LDEV-5052 Prevent floating question description from hiding options

  1. … 1 more file in changeset.
Revert "LDEV-5397 cancel out opacity when revealing results in assessment"

This reverts commit 1298dedc3fa80a3c1c495d58d17caaeee8e81c7f.

LDEV-5397 cancel out opacity when revealing results in assessment

LDEV-5397 make required item label more prominent

  1. … 6 more files in changeset.
LDEV-5397 solve the problem with additional scrollbar in Brave browser

LDEV-5397 bootstrap5 related improvements and fixes

  1. … 27 more files in changeset.
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 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. … 101 more files in changeset.
LDEV-5397 bootstrap5 discussion sentiment

  1. … 3 more files in changeset.
LDEV-5397 bootstrap5 Rating.tag

Also some minor modifications to Assessment learning

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

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

  1. … 21 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-5404 Escaping funny characters that break js

- Assessment

  1. … 17 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. … 5 more files in changeset.
LDEV-5374 Add max mark information to Assessment questions and results

  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
    ./allquestions5.jsp
  1. … 6 more files in changeset.
LDEV-4271 Use label placeholders for languages with reversed word order

LDEV-4540 Disclose MCQ justification along with groups' answer

LDEV-4385 List possible and chosen matching pairs answers

  1. … 3 more files in changeset.
LDEV-5242 Display question list even if no learner reached activity yet

Hide action buttons like disclose answers, though.

  1. … 2 more files in changeset.
LDEV-5242 Make regular monitor Assessment view consistent with TBL AE

  1. … 4 more files in changeset.
LDEV-4271 Give correct feedback only on 100% correct order

Till now if order was incorrect but some items were in their correct

places, even by a chance, learner would get correct feedback.