Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 fix jgrowl text color

  1. … 1 more file in changeset.
LDEV-5251 Make sure than long names do not get clipped

LDEV-5397 improve CSS of autosave notification

* make it identical in Scratchie and Assessment

  1. … 2 more files in changeset.
LDEV-5083 Make answered questions chart tooltip always visible

When there are many students in a lesson, but only one left in a given bar of answered questions, they can not be hovered on to find out their name. In that case the cart switches to non-intersect mode, i.e. the tooltip is displayed even above the bar.

LDEV-5397 bootstrap5 Image Gallery tool

  1. … 12 more files in changeset.
LDEV-5397 bootstrap5 MCQ tool

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

  1. … 5 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. … 9 more files in changeset.
LDEV-5397 migrate Assessment's learning to Bootstrap 5

  1. … 34 more files in changeset.
SP-9 Rewrite lesson completion chart to new ChartJS

  1. … 5 more files in changeset.
SP-9 Upgrade ChartJS from version 2.9 to 4.3.1

Rewrite chart generating code to match new API

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

  1. … 13 more files in changeset.
LDEV-5400 Add tooltip with learners to activity completion chart

Also add group information in the tooltip

  1. … 8 more files in changeset.
LDEV-5400 Add list of Assessment started/not started/completed students on chart hover

  1. … 9 more files in changeset.
LDEV-5352 Slightly improve UI

  1. … 1 more file in changeset.
LDEV-5200 Fix encoding in Assessment chart

  1. … 1 more file in changeset.
LDEV-5083 Remove old monitoring bits where possible

In activity monitoring we need to leave old design until it gets

rewritten.

  1. … 59 more files in changeset.
LDEV-5083 Make Assessment charts colours consistent with new UI

LDEV-5083 Update all data on iRAT student choices using Flux

  1. … 3 more files in changeset.
LDEV-5083 Rewrite TBL iRAT student choices and time limit tab to new UI

    • -0
    • +462
    ./javascript/chart5.js
  1. … 8 more files in changeset.
LDEV-5081 Merge changes made for monitor in LDEV-5083

  1. … 36 more files in changeset.
LDEV-5273 Move VSA allocation front end files to Central

  1. … 6 more files in changeset.
LDEV-5272 Add confirmation on removing VS answer from correct option

  1. … 4 more files in changeset.
LDEV-5272 Apply VSA UI improvements to single question summary page

    • -0
    • +46
    ./css/vsaAllocate.css
    • -0
    • +78
    ./javascript/vsaAllocate.js
  1. … 6 more files in changeset.
LDEV-5260 Rewrite polling to producer-subscriber model

Till now we had "are-learners-answers-updated" polling on controller

level.

It was rewritten to following scenario:

- method which stores learner answers is aware whether answers have

changed, i.e. it knows if charts need to be updated

- it flushes latest data to DB and puts tool content ID to Sink

- Sink notifies all interested Fluxes (currently only charts updating

one, but in the future other ones like updating table with answer % too)

- FluxMap holds a map of tool content ID -> interested hot publisher

Flux

- the Flux checks if it is interested in the tool content ID from the

Sink

- if so, it fetches data from DB and emits it to all subscribers, i.e.

opened monitoring windows with charts displayed

- data is cached so it is immediately available on for the next

subscriber

- data is throttled so calls to DB are not made too often

- if all subscribers are gone, the hot publisher Flux is still active; a

timeout is added which removes it from FluxMap when there were not emits

for the given time

  1. … 6 more files in changeset.
LDEV-5260 Initial implementation of EventSource-powered chart

  1. … 2 more files in changeset.
LDEV-5251 Add proper tooltip for leader-based Assessments

  1. … 1 more file in changeset.
LDEV-5251 Add tooltip with list of students in answered questions chart

  1. … 6 more files in changeset.