lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5120 Show table of Gallery Walk ratings in Doku monitoring

LDEV-5120 Allow rerating in Gallery Walk

LDEV-5120 Emphasise own group in Gallery Walk

LDEV-5120 Refresh learner page for Gallery Walk using command websocket

Local Dokumaran websocket call could fail on multi-instance LAMS

environment.

LDEV-5120 Fix Gallery Walk race condition when creating rating criterion

LDEV-5120 Fix "Finish Gallery Walk" button display

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