Example #1
0
    public void EndTrial()
    {
        bool blockFinished = CurrentBlock.EndCurrentTrial();

        if (blockFinished)
        {
            EndBlock();
        }
    }