lams_tool_scratchie

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5308 Limit VSA recalculation to lessons in same course

If an answer get allocated, marks get recalculated only for lesson which

are in the same course as the lesson for which allocation happened,

including parent and child courses.

  1. … 5 more files in changeset.
LDEV-5302 Rename sysadmin role to appadmin

  1. … 180 more files in changeset.
LDEV-5273 Do not display VS answers with blank normalised form

  1. … 3 more files in changeset.
LDEV-5290 Improve detection of multiple tabs being open on autosave

  1. … 32 more files in changeset.
LDEV-5292 Sync RAT activities questions in TBL sequences

  1. … 12 more files in changeset.
LDEV-5291 Allow filtering question in QB search by presence in LD

  1. … 11 more files in changeset.
LDEV-4769 Updating English, Norwegian, Greek

  1. … 13 more files in changeset.
LDEV-5287 Allow multiple collapsible Comment tags on a single page

If one folded panel gets expanded, all other ones get collapsed and

emptied.

  1. … 32 more files in changeset.
LDEV-5290 Prevent multiple tabs from being open on autosave

  1. … 38 more files in changeset.
LDEV-5287 Add missing CKEditor init parameter

  1. … 32 more files in changeset.
LDEV-5287 Allow multiple comments tags on a single page

  1. … 32 more files in changeset.
LDEV-5282 Prevent Unicode characters from being displayed incorrectly

  1. … 33 more files in changeset.
LDEV-4769 Updating Greek

  1. … 1 more file in changeset.
LDEV-4769 Updating Greek

  1. … 2 more files in changeset.
LDEV-5281 Greek label with double quotes breaks scratchie learner

LDEV-4769 Updating Norwegian

  1. … 4 more files in changeset.
LDEV-4769 Updating Norwegian

  1. … 6 more files in changeset.
LDEV-4769 Updating Norwegian, Spanish, Greek, Chinese Simplified and English

  1. … 13 more files in changeset.
LDEV-5273 Add missing learner answer normalisation

  1. … 1 more file in changeset.
LDEV-5273 Do not show blank VS answers for allocation

  1. … 1 more file in changeset.
LDEV-5273 Refresh leaders' page on VS answer allocation

  1. … 4 more files in changeset.
LDEV-5273 Add VSA allocate button to tRAT TBL monitoring

    • -2
    • +8
    ./web/pages/monitoring/studentChoices.jsp
LDEV-5273 Identify correct VS attempts even if there are subsequent ones

If a student chose an unknown VS answer, it is marked as incorrect.

He/she makes more attempts. In the meantime a teacher marks that first

answer as correct. In that case the subsequent attempts are not deleted,

but are not calculated into the score for the question.

LDEV-5273 Add VSA allocation to Scratchie

  1. … 12 more files in changeset.
LDEV-5273 Move VSA allocation code to Central

  1. … 21 more files in changeset.
LDEV-5155 Escape rubrics text as it breaks authoring

  1. … 32 more files in changeset.
LDEV-5268 Add max word limit to CKEditor tag

  1. … 32 more files in changeset.
LDEV-4644 Use [] instead of () to recognise LO code

Teachers tend to use () as a part of Learning Outcome name

  1. … 34 more files in changeset.
LDEV-5259 Manually create parent application context

Previous attempt to reproduce BeanFactoryLocater was an overkill. A

simple singleton parent application context is sufficient.

  1. … 45 more files in changeset.
LDEV-5259 Use MVC initialisation via annotation

Manually triggering controller scanning by adding an annotation handler

bean does not register all useful support beans. If

<mvc:annotation-driven> is used in spring-servlet.xml, all support beans

are registered via WebMvcConfigurer.

<mvc:path-matching suffix-pattern="true" /> need to be added because we

use .do suffix for Spring actions and suffix was turned off for Spring

5.3

https://github.com/spring-projects/spring-framework/issues/24179

    • -11
    • +14
    ./web/WEB-INF/spring-servlet.xml
  1. … 51 more files in changeset.