Exemple #1
0
    //Reflection
    #region Phase 8

    public void StartPhaseEight()
    {
        //  WrapTime(0); // reset the timeScale
        //   ResetTimer();
        //StopTimer();

        GameObject.FindGameObjectWithTag("Player").GetComponent <RigidbodyFirstPersonController>().enabled = false;
        userInterfaceManager.ShowOrHideTempPanel(false);

        // show Teacher action panel only once as per JIRA EQ-47
        if (userInterfaceManager.noOfNoCounts == 0)
        {
            userInterfaceManager.ShowOrHideDecisionPanel(true);
        }
        else
        {
            userInterfaceManager.InitiateShowMultiChoiceAnswerPanelAndContinueExitScenario();
        }
    }