Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5097 Skip empty sessions for rating calculation

  1. … 1 more file in changeset.
LDEV-5097 Skip empty sessions for rating calculation

LDEV-5138 Set leader only on his activity entry, not on any user entry

  1. … 26 more files in changeset.
LDEV-5128 Match VS answers more loosely

Remove all characters other than letters and numbers when matching

answers.

  1. … 3 more files in changeset.
LDEV-5124 Correctly order results in Summary By Learner export

LDEV-4520 Correctly order question in TBL monitor iRAT student choices

LDEV-5041 Do not export students' time limit adjustments in Assessment

LDEV-4944 Recalculate Scratchie marks only for given VSA answer

  1. … 6 more files in changeset.
LDEV-4944 Synchronise only answer allocation

Mark recalculation can run in parallel.

LDEV-4944 Recalculate marks only for learners with matching VSA answer

Recalculating all results bound to a given QB question is an enormous

job. We need to focus on results that actually changed.

LDEV-4944 Synchronise VSA answer allocation

We need to synchronise this operation.

When multiple requests are made to modify the same option, for example

to add a VSA answer, we have a case of dirty reads. One answer gets

added, but while DB is still flushing, another answer reads the option

without the first answer, because it is not there yet.

The second answer gets added, but the first one gets lost.

We can not synchronise the method in service as the "dirty" transaction

is already started before synchronisation kicks in.

We do it in MonitoringController, before transaction starts.

It will not work for distributed environment, though.

If teachers allocate answers on different LAMS servers, we can still get

the same problem. We will need a more sophisticated solution then.

LDEV-3261 Correctly order question in Assessment monitoring summary

LDEV-5124, LDEV-2169 Put correct time and answer in learner history

  1. … 2 more files in changeset.
LDEV-5124, LDEV-3173 Fix answer print out in user response history

LDEV-5124 Add question numbering in front of title

LDEV-5124 Fix result ordering when generating Assessment Excel report

  1. … 2 more files in changeset.
LDEV-5124 Add i18n labels instead of hardcoded ones

  1. … 1 more file in changeset.
LDEV-5124 Put empty rows between each group, not each user

LDEV-5124 Fix putting interaction time when no answer was provided

LDEV-5124 Fix empty cell highlighting in Assessment Excel export

LDEV-5124 Highlight cell with correct true/false answer

LDEV-5124 Add new format of user summary in Assessment Excel export

  1. … 6 more files in changeset.
LDEV-5121 Fix checking if TBL question needs to be added to collection

LDEV-5123 Log learner interaction with questions in Assessment

  1. … 8 more files in changeset.
LDEV-5121 Add TBL template imported questions to chosen QB collection

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

Conflicts:

lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

  1. … 9 more files in changeset.
LDEV-5122 Modify DB structure to produce 3.1 version

Till now DB structure was compliant with 3.0 version and patches

upgraded it to 3.1. Now we produce DB compliant with 3.1 and patches in

branch 4.0 upgrade it to version 4.0.

  1. … 36 more files in changeset.
LDEV-5101 Allow question version change in Assessment tool

  1. … 4 more files in changeset.
LDEV-5111 Display groups instead of students in chart when needed

If Assessment activity uses a leader, then only he gets his answers auto

saved. He counts as one student. But when he finishes the activity, his

answers get copied to other group members. Suddenly instead of 1 student

we get, say, 5 with same answers. This makes the answered questions

chart go crazy.

Now when leader selection is in use, group count is displayed instead of

student count in the chart.

  1. … 7 more files in changeset.
LDEV-5110 Add Learning Outcomes processing in TBL template

  1. … 8 more files in changeset.