LDEV-5259 Manually create parent application contextPrevious attempt to reproduce BeanFactoryLocater was an overkill. Asimple singleton parent application context is sufficient.
LDEV-5259 Use MVC initialisation via annotationManually triggering controller scanning by adding an annotation handlerbean does not register all useful support beans. If<mvc:annotation-driven> is used in spring-servlet.xml, all support beansare registered via WebMvcConfigurer.<mvc:path-matching suffix-pattern="true" /> need to be added because weuse .do suffix for Spring actions and suffix was turned off for Spring5.3https://github.com/spring-projects/spring-framework/issues/24179
LDEV-5125 Improve support for VSA questions import from Word fileVSA questions should have 2 options if they are going to be TBLcompatible. When importing from Word document only correct answersoption is required. The other one, incorrect answers option, now getsadded automatically. Also incorrect answers option does not get deletedafter editing via QB interface.