lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5127 Inform that Etherpad plugins are not optional anymore

LDEV-5127 Adjust reported pad height when toolbar is not displayed

    • -1
    • +1
    /lams_admin/web/WEB-INF/tags/Etherpad.tag
    • -1
    • +1
    /lams_tool_doku/web/pages/learning/learning.jsp
  1. … 18 more files in changeset.
LDEV-5120 Enfore read-only Gallery Walk in Doku learning and monitoring

LDEV-5120 Introduce ratings to Doku Gallery Walk

LDEV-5120 Allow teacher to finish Gallery Walk in Monitoring

Learners get pushed to Gallery Walk page again, with Finish button

visible.

LDEV-5120 Extract repetitive code for Doku websockets

    • -64
    • +4
    /lams_tool_doku/web/pages/learning/learning.jsp
    • -0
    • +62
    /lams_tool_doku/web/pages/learning/websocket.jsp
LDEV-5120 Add extra confirmation for starting Gallery Walk

LDEV-5120 Show Gallery Walk controls only to leaders, if leaders enabled

LDEV-5120 Allow teacher to start Gallery Walk in Monitoring

Learners get pushed to Gallery Walk page.

    • -12
    • +8
    /lams_tool_doku/web/pages/learning/learning.jsp
LDEV-5125 Updating MS Word template to include VSA support

    • binary
    /lams_www/web/public/MSWord-question-import.docx
Merge branch 'LDEV-5127' into v4.0

LDEV-5127 Fix pad resizing

    • -1
    • +1
    /lams_admin/web/WEB-INF/tags/Etherpad.tag
    • -1
    • +1
    /lams_tool_doku/web/pages/learning/learning.jsp
  1. … 18 more files in changeset.
LDEV-5127 Identify new Etherpad authors immediately

LDEV-5127 Fix "Return to pad" button so settings are preserved

LDEV-5127 Allow comments in readonly Etherpad

LDEV-5127 Add exact plugin version information for Etherpad

LDEV-5127 Add standard LAMS customisations to Etherpad 1.8.5

LDEV-4944 Recalculate Scratchie marks only for given VSA answer

LDEV-4944 Synchronise only answer allocation

Mark recalculation can run in parallel.

Merge branch 'LDEV-5125' into v4.0

LDEV-5125 Add support for VSA question for Word import

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