conditional | R Documentation |
This function evalutes a test function at run time to decide
whether to administer a series of test elements to the participant.
If the test returns TRUE
, then the test elements are shown,
otherwise these test elements are skipped.
conditional(test, logic)
test |
Function to evaluate at run time.
This function must accept the argument
|
logic |
Either a single test element, a list of test elements, or a timeline,
which will be displayed conditionally on the basis of the outcome
of |
A list of test elements, or equivalently a timeline, which can be combined with other test elements or timelines.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.