lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LKC-202 Fix question title being displayed too narrow

LDEV-5144 Add missing label

LDEV-5181 Reintroduce setting confidence levels for all questions

For Mark Hedging questions they will be taken by students' allocation,

not from confidence level slider.

LDEV-5156 Fix element ordering in web.xml files

  1. … 29 more files in changeset.
LDEV-5156 Fix schema info in web.xml files

  1. … 37 more files in changeset.
LDEV-5183 Feed confidence levels with mark hedging data

LDEV-5148 Make exported Assessment excel consistent with monitoring UI

Explicitly show which learners have not submitted an answer and do not

count them into stats.

LDEV-5152 Fix labels to better reflect data source.

LDEV-5152 Use correct data for charts and item analysis.

For mark charts and stats we submitted data. It corresponds to

teachers' desire to see stats as soon as it is available, even when

learners have not finished an activity yet.

For item analysis we have to use only data from

learners who finished (not only submitted) the activity. It is because

lesson marks are updated only on activity finish and we need lesson

marks to calculate item analysis factors. An explanation for teachers

has been added.

If we want it to work the same as mark charts, we need to have lesson

marks to be updated on activity submit.

  1. … 4 more files in changeset.
LDEV-4372 Fix tooltips in progress bar and bootstrap

  1. … 34 more files in changeset.
LDEV-4769 Update Norwegian, Spanish, English, Greek

  1. … 10 more files in changeset.
LDEV-5181 Do not use Confidence Levels for Mark Hedging questions

Mark Hedging is already a kind of declaring confidence level by

students.

LDEV-5181 Allow mark hedging questions for iRAT/tRAT in TBL template

  1. … 9 more files in changeset.
LDEV-5151 improving alignment

    • -15
    • +15
    ./web/pages/monitoring/statisticpart.jsp
LDEV-4769 Update Norwegian, Spanish, English, Greek

  1. … 78 more files in changeset.
Merge branch 'v4.0' into LDEV-5142

  1. … 1 more file in changeset.
LDEV-5142 Introduce advanced time limits for Doku

  1. … 23 more files in changeset.
LDEV-5142 Extract logic for time limit servers

The abstract class can then be used in other tools with time limits

feature.

  1. … 2 more files in changeset.
LDEV-5144 Introduce doKu as AE in TBL monitoring

    • -1
    • +1
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 8 more files in changeset.
LDEV-5144 Make iRAT compatible with new AE tab flow

    • -147
    • +0
    ./web/pages/tblmonitoring/ae.jsp
    • -112
    • +56
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 1 more file in changeset.
LDEV-5144 Extract AE tab management to TBL monitoring

Not every AE tab will be an Assessment, so we need tabs to be

independent on their content.

    • -0
    • +147
    ./web/pages/tblmonitoring/ae.jsp
    • -35
    • +3
    ./web/pages/tblmonitoring/assessment.jsp
  1. … 5 more files in changeset.
LDEV-4769 Update English and Spanish

  1. … 5 more files in changeset.
LDEV-4769 Updating English, Norwegian and Greek

  1. … 25 more files in changeset.
LDEV-5143 labels

  1. … 19 more files in changeset.
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

    • -15
    • +66
    ./web/pages/monitoring/summary.jsp
  1. … 5 more files in changeset.
LDEV-5143 and LDEV-5140 labels updates

  1. … 19 more files in changeset.
LDEV-5159 Refresh Assessment monitoring after leader change

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

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