chore: extract question hints

This commit is contained in:
Pieter Vander Vennet 2023-03-08 03:03:56 +01:00
parent 9da0a50829
commit 7397d633df
28 changed files with 109 additions and 53 deletions

View file

@ -189,11 +189,11 @@
{
"id": "Door_type",
"question": {
"en": "What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span>",
"nl": "Om wat voor deur gaat het?<br/><span class='subtle'>Of de deur al of niet automatisch werkt, vragen we hierna </span>",
"de": "Welche Tür gibt es an diesem Eingang?<br/><span class='subtle'>Ob die Tür automatisiert ist oder nicht, wird in der nächsten Frage gefragt</span>",
"es": "¿Cual es el tipo de esta puerta?<br/><span class='subtle'>Si la puerta está automatizada o no se pregunta en la siguiente pregunta</span>",
"fr": "Quel est le type de cette porte ?<br/><span class='subtle'>Le fait que la porte soit automatisée ou non est demandé dans la question suivante</span>"
"en": "What is the type of this door?",
"nl": "Om wat voor deur gaat het?",
"de": "Welche Tür gibt es an diesem Eingang?",
"es": "¿Cual es el tipo de esta puerta?",
"fr": "Quel est le type de cette porte ?"
},
"mappings": [
{
@ -257,7 +257,14 @@
},
"hideInAnswer": "entrance="
}
]
],
"questionHint": {
"en": "Wether or not the door is automated is asked in the next question",
"nl": "Of de deur al of niet automatisch werkt, vragen we hierna ",
"de": "Ob die Tür automatisiert ist oder nicht, wird in der nächsten Frage gefragt",
"es": "Si la puerta está automatizada o no se pregunta en la siguiente pregunta",
"fr": "Le fait que la porte soit automatisée ou non est demandé dans la question suivante"
}
},
{
"id": "automatic_door",