"answer": { "options": { "inputDisplayType": "long" } }
-
This option displays input fields and text areas across the full possible width and increases the rows to 3 for a text area.
Text:
{ "answer": { "type": "input", "inputs": [ { "id": "a1_1_1", "placeholder": "Antwort hier schreiben" } ] }, "question": { "text": "Wie alt sind Sie?" "id": "q1_1_1", "next": "q2", "options": {}, "previous": "" } }
Numbers only:
{ "answer": { "type": "number", "inputs": [ { "id": "a1_1_1", "placeholder": "Wie alt sind Sie?" } ] }, "question": { "text": "Wie alt sind Sie?", "id": "q1_1_1", "next": "q2", "options": {}, "previous": "" } }
Textarea:
{ "answer": { "type": "textarea", "inputs": [ { "id": "a1_1_1", "placeholder": "" } ], "options": { } }, "question": { "id": "q1_1_1", "next": "q2", "options": {}, "previous": "", "text": "Wie finden Sie XYZ?" } }