Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 bootstrap5 related improvements and fixes

  1. … 27 more files in changeset.
LDEV-5397 minor changes to Peer Review UI

  1. … 2 more files in changeset.
LDEV-5397 show question descriptions inside card-body instead of card-header

  1. … 6 more files in changeset.
LDEV-5397 replace "container-lg" with custom "container-main" class

so it will be easier switching between container's classes in the future if needed

  1. … 21 more files in changeset.
LDEV-5397 fix a few bootstrap5 related issues

  1. … 10 more files in changeset.
LDEV-5397 make formActionUrl attribute non required

  1. … 6 more files in changeset.
LDEV-5397 switch to portrait5.js

  1. … 3 more files in changeset.
LDEV-5397 Make Peerreview ARIA compliant

  1. … 5 more files in changeset.
LDEV-5397 bootstrap5 Peerreview tool

  1. … 7 more files in changeset.
LDEV-5397 switch to using updated DefineLater.tag

  1. … 95 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. … 95 more files in changeset.
LDEV-5397 remove obsolete jsps

  1. … 10 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. … 111 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Peer evaluation

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

  1. … 338 more files in changeset.
LDEV-5384 Optionally require all ratings in rubrics in Peer Review

  1. … 5 more files in changeset.
LDEV-5384 Make selected cells' larger

LDEV-5384 Make selected cells' text bold

LDEV-5384 Move Expand All button to right

LDEV-5384 Add warning on leaving rubrics if not everyone was rated

  1. … 1 more file in changeset.
LDEV-5370 UI improvements

- Larger headers

- Only display columnheader if they exist

LDEV-5370 UI improvements

- Larger headers

- Only display columnheader if they exist

LDEV-5369 Add rubrics pivot view to learner results page

  1. … 1 more file in changeset.
LDEV-5370 Make 0.5 score column in rubrics configurable in authoring

  1. … 39 more files in changeset.
LDEV-5370 Add 0.5 score column in rubrics criteria in Peer Review

  1. … 35 more files in changeset.
LDEV-5369 Add choice of rubrics learner view in Peer Review authoring

  1. … 5 more files in changeset.
LDEV-5369 Add pivot of standard Peer Review rubrics view

    • -0
    • +136
    ./rubricsPivot.jsp
LDEV-5356 Add "Finish" button to reflect page in Peer Review

LDEV-5356 Indicate that Peer Review is last activity in sequence

  1. … 2 more files in changeset.
LDEV-5219 Change gate check flow in Peer Review

Criteria like mark hedging need to be validated before going to next

step, which can be finishing the activity. Current "check gate" JS code

does not allow it. Once the finish button is clicked, a check is made

and learner gets pushed to the next activity and whether his/her results

were saved or not.

Now we display results screen even if "show own ratings" or "show

ratings given to other learners" options are off. This allows to do

validation and store last criterion in DB. It also allows to show redo

questions button if this feature is on.

If there is no summary nor redo button, the results page automatically

attempts to go to next activity. If it succeeds, learner does not even

notice the blank results screen. If after Peer Activity there is a

closed gate, the learner will see single button and a message.