lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5219 Allow gate check after branching activity

LDEV-5219 Move next-gate check to learner module

It will be used in various tools so we need a central place to keep the

code.

    • -0
    • +65
    ./web/includes/javascript/gate-check.js
  1. … 1 more file in changeset.
LDEV-5219 Display customised messages for various gate types

Move i18n labels from tool to Learning module so they are the same for

all tools.

  1. … 8 more files in changeset.
LDEV-5219 Stop learner from advancing to a closed gate in Assessment

  1. … 6 more files in changeset.
Merge branch 'LDEV-5155' into v4.0

  1. … 33 more files in changeset.
LDEV-5155 Add column with average rating for given rubrics row

    • -2
    • +21
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 31 more files in changeset.
LDEV-5155 Always put rubrics column's value next to its description

  1. … 31 more files in changeset.
LDEV-5192 Limit maximum width of tool authoring content

For rubrics we may need a wider authoring window so their text areas are

not so squeezed. But having a super wide authoring windows does not look

good either. So now we have a container-fluid class, but limited to

1400px width.

    • -0
    • +182
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 92 more files in changeset.
LDEV-5213 Add a missing JSTL library import

  1. … 32 more files in changeset.
LDEV-5213 Never show minus sign in hash code

  1. … 32 more files in changeset.
LDEV-5213 Replace volatile JS imports with their non-cached version

  1. … 91 more files in changeset.
LDEV-5213 Add a tag to prevent JS file caching

    • -0
    • +16
    ./web/WEB-INF/tags/JSImport.tag
  1. … 64 more files in changeset.
LDEV-4769 Updating Greek

  1. … 6 more files in changeset.
LDEV-3450 Improve layout of AuthoringRatingCriteria tag

    • -0
    • +22
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 32 more files in changeset.
LDEV-4769 Updating English, Spanish

  1. … 6 more files in changeset.
LDEV-5208: Updating sentiment option labels

LDEV-5208 Distribute discussion-enabled Page tag to all projects

  1. … 29 more files in changeset.
LDEV-5208 Add discussion sentiment to burning questions in Scratchie

  1. … 5 more files in changeset.
LDEV-5208 Auto collapse discussion widget on learner choice

LDEV-5208 Make collapse feature of discuss learner widget more visible

LDEV-5208 Change discussion chart colours for consistency

LDEV-5208 Add Discussion Sentiment monitor widget

    • -0
    • +295
    ./web/discussion/monitor.jsp
  1. … 6 more files in changeset.
LDEV-5208 Add Discussion Sentiment learner widget

    • -0
    • +149
    ./web/discussion/learner.jsp
    • -0
    • +12
    ./web/discussion/startLearner.jsp
    • -0
    • +9
    ./web/discussion/stopLearner.jsp
  1. … 3 more files in changeset.
LDEV-5208 Add Discussion Sentiment service and websocket hooks

  1. … 2 more files in changeset.
LDEV-5208 Add Discussion Sentiment data model

  1. … 1 more file in changeset.
LDEV-5085 Remove accidentally added character to CKEditor.tag

  1. … 31 more files in changeset.
LDEV-5085 Use displayExpanded JS parameter, not JSP

  1. … 31 more files in changeset.
LDEV-5192 Make activity authoring content adjust to pop up width

  1. … 31 more files in changeset.
LDEV-4802 Ignore invalid websocket close codes

For unknown reason browsers sometimes close websockets with an invalid

close code, for example 15393. It prevents from running @OnClose methods

in LAMS websocket servers. Since we do not have control over this

situation, it is better to skip CloseReason parameter all together.

  1. … 4 more files in changeset.
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 83 more files in changeset.