{f:if(condition: question.span, then: 'span', else: 'div')}
{question.tag.name}

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

{f:translate(key: "text.question", extensionName: 'FpMasterquiz')} {pageiterator.cycle}{pageiterator.cycle + pageBasis} {f:translate(key: "text.of", extensionName: 'FpMasterquiz')} {questions}


{question -> f:debug(title: 'Members of question')} {settings.template.wrapQuestionTitle1 -> f:format.raw()} {question.title}{settings.template.optionalMark -> f:format.raw()}{settings.template.closedMark -> f:format.raw()} {settings.template.wrapQuestionTitle2 -> f:format.raw()} {settings.template.wrapQuestionDesc1 -> f:format.raw()} {question.bodytext} {settings.template.wrapQuestionDesc2 -> f:format.raw()}
<{divspan} class="checkbox quiz-checkbox{f:if(condition: '{question.optional} || {question.closed}', then: ' quiz-answer-optional')}{f:if(condition: '{answer.jokerAnswer}', then: ' d-none')}{f:if(condition: '{answer.ownAnswer}', then: ' quiz-answer-selected')}"> <{divspan} class="radio quiz-radio{f:if(condition: '{question.optional} || {question.closed}', then: ' quiz-answer-optional')}{f:if(condition: '{answer.jokerAnswer}', then: ' d-none')}{f:if(condition: '{answer.ownAnswer}', then: ' quiz-answer-selected')}"> 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' Bewertung mit Sternen Matrix
NOT yet supported
{qcategory.title}
{answer.title -> f:format.raw()}{answer.title -> f:format.nl2br()}  
{f:translate(key: "text.questionClosed", extensionName: 'FpMasterquiz')}

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