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
The `components` field is an array of all the components in the study. The `answers` field is an object that contains the participant's answers to all the questions so far. The `sequenceSoFar` field is an array of the ids of the components that have been shown so far. The `customParameters` field is an object that contains any parameters passed to the function from the study configuration file.
59
+
The `answers` field is an object that contains the participant's answers to all the questions so far. The `customParameters` field is an object that contains any parameters passed to the function from the study configuration file. The `currentStep` field is the current step index in the flattened sequence, and `currentBlock` is the id/path prefix for the active dynamic block.
60
60
61
61
The function should return an object with the following fields:
62
62
@@ -99,4 +99,4 @@ import StructuredLinks from '@site/src/components/StructuredLinks/StructuredLink
0 commit comments