lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 Propagade changes done to LAMS tags to all projects

    • -105
    • +96
    ./web/WEB-INF/tags/Rating.tag
    • -0
    • +230
    ./web/WEB-INF/tags/Rating5.tag
  1. … 310 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

    • -2
    • +2
    ./web/pages/learning/parts/markhedging.jsp
    • -22
    • +26
    ./web/pages/learning/parts/truefalse.jsp
    • -3
    • +3
    ./web/pages/learning/results/essay.jsp
    • -27
    • +31
    ./web/pages/learning/results/multiplechoice.jsp
    • -27
    • +32
    ./web/pages/learning/results/truefalse.jsp
  1. … 96 more files in changeset.
LDEV-5397 bootstrap5 discussion sentiment

    • -1
    • +1
    ./web/pages/learning/results/essay.jsp
  1. … 2 more files in changeset.
LDEV-5397 bootstrap5 Rating.tag

Also some minor modifications to Assessment learning

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

    • -2
    • +2
    ./web/pages/learning/results/essay.jsp
    • -46
    • +41
    ./web/pages/learning/results/historyresponses.jsp
    • -3
    • +5
    ./web/pages/learning/results/truefalse.jsp
  1. … 1 more file in changeset.
LDEV-5397 propagate tag changes to all tools

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

    • -25
    • +74
    ./web/includes/css/assessment.scss
    • -87
    • +63
    ./web/pages/learning/learning.jsp
    • -83
    • +104
    ./web/pages/learning/parts/essay.jsp
    • -27
    • +25
    ./web/pages/learning/parts/markhedging.jsp
    • -15
    • +11
    ./web/pages/learning/parts/numerical.jsp
    • -17
    • +16
    ./web/pages/learning/parts/ordering.jsp
    • -68
    • +72
    ./web/pages/learning/parts/paging.jsp
    • -27
    • +41
    ./web/pages/learning/parts/truefalse.jsp
    • -16
    • +13
    ./web/pages/learning/parts/vsa.jsp
  1. … 20 more files in changeset.
LDEV-5345 Updating Italian

  1. … 6 more files in changeset.
LDEV-5397 introduce NotebookReedit.tag

    • -0
    • +70
    ./web/WEB-INF/tags/NotebookReedit.tag
  1. … 7 more files in changeset.
LDEV-5397 simplify .lcard related CSS classes

* lcard's header is .lcard-header-lg by default now

* move rules from .lcard-no-borders and .shadow into .lcard class

* remove not used .nextActivity class

  1. … 10 more files in changeset.
LDEV-5400 Do not serve Flux from a transaction

Fluxes must be fetches in transaction-less mode. Otherwise the transaction expires and subsequent requests fail due to missing open session.

LDEV-5400 Fix stale Hibernate session when fetching Flux data

LDEV-5345 Updating translations

  1. … 32 more files in changeset.
LDEV-5397 Boostrap 5 bundle already has got Popper included

    • -13
    • +12
    ./web/WEB-INF/tags/PageLearner.tag
  1. … 33 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

    • -1
    • +1
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 64 more files in changeset.
LDEV-5397 switch to using DefineLater.tag

    • -17
    • +4
    ./web/pages/learning/definelater.jsp
  1. … 6 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

  1. … 66 more files in changeset.
LDEV-5397 make SubmissionDeadline.tag call checkNextGateActivity()

    • -2
    • +4
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 32 more files in changeset.
LDEV-5397 remove obsolete jsps

  1. … 10 more files in changeset.
LDEV-5397 introduce submissionDeadline.tag

* switched to using this tag in all tools

* fixed a few existing issues with submissionDeadline feature in Vote and MCQ tools

    • -0
    • +117
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 79 more files in changeset.
LDEV-5408 Arranging button and labels

  1. … 2 more files in changeset.
Merge branch 'LDEV-5408' into v4.7

# Conflicts:

# lams_tool_assessment/conf/language/lams/ApplicationResources.properties

LDEV-5408 Add Extra Information buttons on RAT and AE tabs in monitoring

  1. … 4 more files in changeset.
LDEV-5345 Adding and updating latest translations

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

Also some other minor fixes

  1. … 3 more files in changeset.
LDEV-5397 spread change to LeaderDisplay.tag to all tools

  1. … 32 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 Introduce Notebook.tag

    • -0
    • +108
    ./web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    ./web/WEB-INF/tlds/lams/lams.tld
  1. … 71 more files in changeset.
LDEV-5397 center leader alert

  1. … 32 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
    • +1
    ./web/pages/learning/parts/markhedging.jsp
    • -1
    • +1
    ./web/pages/learning/results/essay.jsp
  1. … 108 more files in changeset.