lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5164 Switch buttons when choosing branching in preview

    • -2
    • +2
    /lams_learning/web/branching/preview.jsp
LDEV-4553 Updating labels

LDEV-5143 labels

  1. … 7 more files in changeset.
Merge branch 'LDEV-5162' into v4.0

LDEV-5162 Fix Ordering answers saving to DB

To reflect an order that a learner put his answers, a TreeSet was used.

Its comparing function uses displayOrder.

It works fine when elements are put into the set during the first save,

i.e. the first autosave or a submit before the first autosave.

But when another save occurs (another autosave or a submit after the

first autosave), the set of answers is not recreated. Only displayOrder

of answers is modified. But TreeSet is not aware of it and keeps old

ordering. The iteration that happens during the save picks up answers in

the old order.

The fix uses real displayOrder value instead of counting on correct

order in TreeSet.

Another solution would be to rebuild the set after modifying answers'

displayOrder.

Merge branch 'LDEV-5143' into v4.0

Conflicts:

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/dto/SessionDTO.java

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

LDEV-5143 and LDEV-5140 labels updates

  1. … 7 more files in changeset.
LDEV-5140 adjusting font size

    • -1
    • +1
    /lams_www/web/gradebookReleaseLessonMarksEmailTemplate.html
Merge branch 'LDEV-5158' into LDEV-5143

LDEV-5158 Fix description validation on Submit Files front end

Merge branch 'LDEV-5161' into LDEV-5143

LDEV-5161 After leader change always redirect to main learner URL

Merge branch 'LDEV-5160' into LDEV-5143

LDEV-5160 Fix an exception when removing content of leader

Merge branch 'LDEV-5159' into LDEV-5143

LDEV-5159 Refresh Assessment monitoring after leader change

LDEV-5154 Remove incorrectly committed test code

LDEV-5140 logo image with CSS instead

    • -6
    • +7
    /lams_www/web/gradebookReleaseLessonMarksEmailTemplate.html
LDEV-5140 Fixing image email

Adding new LAMS logos and adjusting email teamplate for grades

    • -0
    • +1
    /lams_central/web/images/svg/lamsv5_logo.svg
    • -0
    • +1
    /lams_central/web/images/svg/lamsv5_logo_reverse.svg
    • -1
    • +2
    /lams_www/web/gradebookReleaseLessonMarksEmailTemplate.html
LDEV-5143 Fix marking all learners with star when there is no leader

LDEV-5143 Refresh Scratchie monitoring after leader change

Tables in summary tab need to reflect the change.

LDEV-5143 Allow promoting to leader a learner who did not reach activity

  1. … 7 more files in changeset.
LDEV-5148 Include average, median, mode into export summary sheet

LDEV-5140 shrink LAMS logo svg

    • -2
    • +1
    /lams_www/web/gradebookReleaseLessonMarksEmailTemplate.html
LDEV-4769 Update Norwegian, Spanish, English, Greek, German, French

  1. … 8 more files in changeset.
LDEV-5143 Allow changing leader if activity is not grouped

LDEV-5143 Do not allow changing Q&A leader after response was submitted

LDEV-5143 Refresh learners in Leader Selection on leader change

LDEV-5143 Display group members on Submit Files wait-for-leader screen

LDEV-4813 Add a missing index on Assessment Result table

It is vital for fetching VSA questions and confidence levels.