-
Notifications
You must be signed in to change notification settings - Fork 48
Block
A set of trials, often used to group a number of consecutive Trial objects that share something in common.
trials
: List of trials associated with this block
firstTrial
: Return the first trial in this block
lastTrial
: Return the last trial in this block
number
: Returns the block number of this block, based on its position in the session.
settings
: Block settings. These will be overridden by trial settings if set.
session
: The session associated with this block
UXF.Block.UXF.Block(System.UInt32, UXF.Session)
Create a block with a given number of trials under a given session
Parameters
numberOfTrials
:
session
:
UXF.Block.CreateTrial()
Create a trial within this block
Parameters
None
UXF.Block.GetRelativeTrial(int)
Get a trial in this block by relative trial number (non-zero indexed)
Parameters
relativeTrialNumber
: Trial number relative to block (non zero indexed)
Note: This file was automatically generated
๐ง Core topics
- ๐ Background
- โจ UXF 2.0
- โ๏ธ Compatibility
- ๐ถ๏ธ Oculus Quest Setup
- ๐ญ Concepts
- ๐ ๏ธ Get started
- ๐ Examples
- ๐ฅ๏ธ Built-in UI
- ๐ Session generation
- โฐ Events
- ๐ Data collection
- โ๏ธ Collect custom data
- ๐ Custom Data Handler
- ๐ Remote Data Collection
- ๐๏ธ WebGL DynamoDB setup
- ๐ Processing DynamoDB CSVs
- ๐ซ HTTP Post Setup
- ๐ง Settings system
- ๐๐ฝ Tracker system
- ๐ Logging system
โ ๏ธ Common issues- ๐ผ๏ธ Multi-scene experiments
- ๐บ Videos
- ๐จโ๐ Full written tutorial
- ๐ฆ Asset links
- ๐จโ๐ซ Unity tutorial links
- ๐ Useful code snippets
- ๐ก Programming ideas
- ๐งฎ Example R processing