{question -> f:debug(title: 'Members of question')} {settings.template.wrapQuestionTitle1 -> f:format.raw()} {question.title}{settings.template.optionalMark -> f:format.raw()} {settings.template.wrapQuestionTitle2 -> f:format.raw()} {settings.template.wrapQuestionDesc1 -> f:format.raw()} {question.bodytext} {settings.template.wrapQuestionDesc2 -> f:format.raw()}
Nicht für jede Antwort ein Select hinzufügen, deshalb erst später hinzufügen When 'Enter an answer' in a text field
{answer.title -> f:format.raw()}{answer.title -> f:format.nl2br()}  
When 'Enter an answer' in a textarea
Nichts nötig bei 'Kommentar ausgeben'
NOT yet supported
{qcategory.title}
{answer.title -> f:format.raw()}{answer.title -> f:format.nl2br()}  

{f:translate(key: "text.page")} {page} {f:translate(key: "text.of")} {pages} ({pagePercent}%)

{f:translate(key: "text.question")} {pageiterator.cycle} {f:translate(key: "text.of")} {questions}


Hint You can use this inline-condition for odd/even effects: {f:if(condition: '{pageiterator.isOdd}', then: 'order-first')}