lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Merge branch 'LDEV-5124' into v4.0

Conflicts:

lams_tool_assessment/conf/language/lams/ApplicationResources.properties

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

LDEV-5124, LDEV-3173 Fix answer print out in user response history

LDEV-5124 Add question numbering in front of title

LDEV-4769 Updating English, Spanish, Norwegian, Greek

LDEV-5124 Adding labels from Lokalise

LDEV-5124 Fix result ordering when generating Assessment Excel report

LDEV-5120 Add Gallery Walk in Doku learning

    • -1
    • +11
    /lams_tool_doku/web/pages/learning/learning.jsp
LDEV-5120 Add Gallery Walk in Doku learning

    • -0
    • +102
    /lams_tool_doku/web/pages/learning/galleryWalk.jsp
    • -1
    • +11
    /lams_tool_doku/web/pages/learning/learning.jsp
LDEV-5120 Add Gallery Walk in Doku advanced authoring

    • -0
    • +26
    /lams_tool_doku/web/pages/authoring/advance.jsp
LDEV-5120 Add Gallery Walk in Doku advanced authoring

    • -0
    • +26
    /lams_tool_doku/web/pages/authoring/advance.jsp
LDEV-5122 Do not create an obsolete table in Dokumaran

    • -7
    • +0
    /lams_tool_doku/db/sql/create_lams_tool_dokumaran.sql
LDEV-5122 Do not create an obsolete table in Dokumaran

    • -7
    • +0
    /lams_tool_doku/db/sql/create_lams_tool_dokumaran.sql
LDEV-4604 Scroll to burning questions after refreshing them

LDEV-5118 Update information about Etherpad plugins

    • -6
    • +10
    /lams_build/conf/etherpad/readme.txt
LDEV-5124 Add i18n labels instead of hardcoded ones

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

LDEV-5123 Add ticket information to SQL patch

LDEV-5124 Allow cell merging in exported Excel sheet

LDEV-5114 Allow new version enforce also for essay questions

    • -0
    • +10
    /lams_central/web/qb/authoring/addessay.jsp
LDEV-5122 Updating LAMS version and language pack date

    • -1
    • +1
    /lams_common/db/sql/insert_lams_config_data.sql
LDEV-5101 Enhacing tooltips assessment

LDEV-5121 Fix checking if TBL question needs to be added to collection