You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/ExpMngr/Scripts/ExperimentSession.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ public class ExperimentSession : MonoBehaviour
108
108
publicBlockcurrentBlock{get{returnGetBlock();}}
109
109
110
110
/// <summary>
111
-
/// return trials for all blocks
111
+
/// Returns a list of trials for all blocks. Modifying the order of this list will not affect trial order. Modify block.trials to change order within blocks.
0 commit comments