lams-github

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

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