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: docs/DataStructure.md
+77-78Lines changed: 77 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ Currently supported Question-Types are:
238
238
|`linearscale`| A linear or Likert scale question where you choose an option that best fits your opinion |
239
239
|`color`| A color answer, hex string representation (e. g. `#123456`) |
240
240
|`ranking`| Using pre-defined options, the user ranks them from most to least preferred. Needs at least one option available. Answers are stored in ranked order (one answer row per option). |
241
-
|`conditional`| A conditional branching question with a trigger question and multiple branches containing subquestions |
241
+
|`conditional`| A conditional branching question with a trigger question and multiple branches containing subquestions |
242
242
243
243
## Extra Settings
244
244
@@ -281,8 +281,8 @@ Supported option types and their intended usage.
281
281
|`column`| Represents a column header when rendering options in a grid-style question. |
282
282
283
283
`row` and `column` option types are primarily used together with `grid` question types to build a two-dimensional selection matrix. `choice` is the default for normal option lists.
284
-
|`triggerType`|`conditional`| string |[See trigger types](#conditional-trigger-types)| The type of trigger question (dropdown, multiple_unique, etc.)|
285
-
|`branches`|`conditional`| Array | Array of [Branch objects](#branch-object)| The branches with conditions and subquestions|
284
+
|`triggerType`|`conditional`| string |[See trigger types](#conditional-trigger-types)| The type of trigger question (dropdown, multiple_unique, etc.) |
285
+
|`branches`|`conditional`| Array | Array of [Branch objects](#branch-object)| The branches with conditions and subquestions |
286
286
287
287
## Conditional Questions
288
288
@@ -292,55 +292,53 @@ Conditional questions enable branching logic in forms. A trigger question determ
292
292
293
293
Subquestions (questions belonging to a conditional question's branch) have additional properties:
0 commit comments