mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
17 lines
529 B
Text
17 lines
529 B
Text
|
|
<div class="{QUESTION_CLASS}">
|
|
<div class="q-text">
|
|
<h3>{QUESTION_NUMBER} [{QUESTION_CODE}]{QUESTION_TEXT} <span class="mandatory">{QUESTION_MANDATORY}</span></h3>
|
|
<p class="q-scenaria">{QUESTION_SCENARIO}</p>
|
|
<p class="q-type-help">{QUESTION_TYPE_HELP}</p>
|
|
<p class="q-man-message">{QUESTION_MAN_MESSAGE}</p>
|
|
<p class="q-validation">{QUESTION_VALID_MESSAGE}</p>
|
|
</div>
|
|
<div class="q-answer">
|
|
{ANSWER}
|
|
</div>
|
|
<div class="q-help">
|
|
{QUESTIONHELP}
|
|
</div>
|
|
</div>
|
|
|