added scaleType configuration to questionnaire import and display

This commit is contained in:
2026-05-26 14:15:37 +02:00
parent 8e56a42f7e
commit 1b3d74d822
5 changed files with 26 additions and 2 deletions

View File

@ -76,6 +76,16 @@
},
{
"id": "q5b",
"_comment": "Glas-Skala (Symptome als Zeilen, 5 Stufen). scaleType: glass (Standard) oder thermometer.",
"layout": "glass_scale_question",
"question": "example_symptom_scale",
"scaleType": "thermometer",
"symptoms": ["symptom_a", "symptom_b"]
},
{
"id": "q6",
"_comment": "Frage mit Spinner, dessen Antwortmöglichkeiten über range selbst definiert werden können.",