Development
...
Settings Modals - Done
Add / Edit Question - Done
3 min
html {add or edit change based on function} question only edit this question if you're improving the wording but measuring the same thing to track a different area, create a new question instead to preserve your historical data area name 0 / 25 question 0 / 1000 cancel save prompts translate question on save, if multi language is enabled on the pulsecheck, create translations for this question translate the survey question provided between \<question> tags into multiple languages input \<question>{question text goes here}\</question> output a json array with each language represented as an object containing \ "code" iso language code \ "english name" english name of the language \ "translation" the translated question target languages english (en), chinese (zh), spanish (es), french (fr), german (de), japanese (ja), korean (ko), italian (it), portuguese (pt), dutch (nl), russian (ru), arabic (ar), hindi (hi), bengali (bn), indonesian (id), vietnamese (vi), turkish (tr), polish (pl), ukrainian (uk), swedish (sv), norwegian (no), danish (da), finnish (fi), greek (el), hebrew (he), filipino (fil), cantonese (yue) if translation is unavailable for any language, use the original english text format example \[ { "code" "en", "english name" "english", "translation" "your survey question goes here" }, { "code" "zh", "english name" "chinese", "translation" "你的问卷问题在这里" } // include all target languages ] ensure the final json is syntactically correct