public void OnQuestionRoundFinish()
 {
     debugUI.SetActive(false);
     questionRoundHasStarted = false;
     isQuestionRoundOver     = true;
     TweenFacade.TweenScaleYT0Zero(0.5f, partScrollImage, 1);
     selectionType.ShowCorrectAnswer(false);
     Invoke("HideScrollUI", 3.0f);
 }