Question types:
A question consists of question types. These types describe how a question should be rendered. The description is done in JSON format and is contained in the "Json" column of the QuestionType table.
Here the basic json format:
[
{
"inputTemplate": "TEMPLATE WITH PLACEHOLDER {VARIABLE_NAME}"
"inputs": [
{
"type": "TYPE",
"variable": "VARIABLE_NAME",
}
]
}
]
Currently the following input types are supported:
| Type | Example | Ausgabe |
|---|---|---|
| number | [ | |
| text | [ | |
| radio | [ | |
| checkbox | [ | |
| date | [ | |
| range | [ | |
| textarea | [ | |
| picture | [ |
Detailed
number
[ |
|---|
text
[ |
|---|
radio
TODO: iconvisible, deselectable not working - check color
[ |
|---|
checkbox
[ |
|---|
date
[ |
|---|
textarea
[ |
|---|













