lams_tool_assessment

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

  1. … 51 more files in changeset.
LDEV-5230 Add missing VSA label

LDEV-4762 Fix saving option order in ordering question

TreeSet.addAll() seems not to work correctly in some cases

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6385838

LDEV-5261 Fix popovers in QB and Assessment question stats

    • -23
    • +7
    ./web/pages/monitoring/statisticpart.jsp
  1. … 2 more files in changeset.
LDEV-5125 Improve support for VSA questions import from Word file

VSA questions should have 2 options if they are going to be TBL

compatible. When importing from Word document only correct answers

option is required. The other one, incorrect answers option, now gets

added automatically. Also incorrect answers option does not get deleted

after editing via QB interface.

  1. … 3 more files in changeset.
LDEV-5259 Manually start controller annotation detection

    • -10
    • +11
    ./web/WEB-INF/spring-servlet.xml
  1. … 38 more files in changeset.
LDEV-5259 Reintroduce BeanFactoryLocator mechanism back to LAMS

It was removed for Spring 5

  1. … 58 more files in changeset.
LDEV-4769 Updating Spanish and English

LDEV-4540 Refresh learners' screen on disclose single question answers

    • -1
    • +1
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-3224 Prevent exceptions when modifying live Assessment question

LDEV-5142 Do not copy stale absolute time limit on activity clone

  1. … 3 more files in changeset.
LDEV-4506 Get rid of non-cache results fetch in Assessment

Changes made for LDEV-4411 made these changes obsolete.

LDEV-5256 Sanitise jqGrid sorting options before using them in queries

  1. … 3 more files in changeset.
LDEV-5256 Prevent SQL injection for results order

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

  1. … 31 more files in changeset.
LDEV-5251 Add proper tooltip for leader-based Assessments

LDEV-5251 Fix query finding number of answered questions by students

LDEV-5251 Add tooltip with list of students in answered questions chart

LDEV-4540 Never copy Assessment question disclose status

Assessment questions can be disclosed on lesson level only. If they are

cloned or exported, their disclose status should be always the default,

i.e. not disclosed.

LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
Merge branch 'v4.5' into LDEV-5248

LDEV-5009 Add question title to students' choices popup

LDEV-5174 Allow MCQ as iRAT in TBL monitoring Teams tab

  1. … 4 more files in changeset.
Merge remote-tracking branch 'origin/v4.5' into LDEV-5248

Conflicts:

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/dao/hibernate/AssessmentQuestionResultDAOHibernate.java

LDEV-5130 Add "Allocate VSAs" screen to TBL Assessment monitoring

    • -1
    • +2
    ./web/pages/monitoring/vsaAllocate.jsp
LDEV-5130 Add refresh button to question summary page in Assessment

LDEV-5130 Add "Allocate VSAs" screen to regular Assessment monitoring

    • -0
    • +214
    ./web/pages/monitoring/vsaAllocate.jsp
LDEV-5131 For monitoring update student VSA suggestions on autosave