AnalysisEngine.analyseAnswers(jobApplication.getCandidate(),jobApplication.getJob().getLevel(),jobApplication.getCompletedAnswers());//getCompletedAnswers() returns collection now
//This function was created to update Job Application in separate transaction otherwise it doesn't return submitted ANSWERS properly, and thus Test Analysis doesn't work.
AnalysisEngine.analyseAnswers(jobApplication.getCandidate(),jobApplication.getJob().getLevel(),jobApplication.getCompletedAnswers());//getCompletedAnswers() returns collection now