LDEV-5309 Make numerical option not sortableOrder does not matter and trying to select all content from inputinitiated dragging instead, which was annoying.
LDEV-5308 Limit VSA recalculation to lessons in same courseIf an answer get allocated, marks get recalculated only for lesson whichare in the same course as the lesson for which allocation happened,including parent and child courses.
LDEV-5277 Skip back end score update for LTI AdvantageIt should not run for LTI Advantage as it does lesson score update inlessonComplete.jsp.Also teachers can pull score from LAMS to platform on demand.
LDEV-5304 Secure login page from CSRF attackCheck for CSRF attack only for regular logins.For LoginAs feature and integrations existing HTTP session getsinvalidated and so is the CSRF token.