Skip to content

Commit

Permalink
Dev: added question.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 11, 2017
1 parent 0e2c3d2 commit b303bf5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions templates/default/views/question.twig
@@ -0,0 +1,26 @@
<!-- Question -->
<div {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS} question-container row">

<!-- Question text -->
<div class="question-title-container bg-primary col-xs-12">
{QUESTION_MANDATORY}
<span class='text-muted question-number'>{QUESTION_NUMBER}</span>
<span class='text-muted question-code'>{QUESTION_CODE}</span>
<div class="question-text">{QUESTION_TEXT}</div>
</div>

<!-- LimeSurvey valid message and help -->
<div class="question-valid-container bg-primary text-info col-xs-12">
{QUESTION_VALID_MESSAGE}
{QUESTION_MAN_MESSAGE}
{QUESTION_FILE_VALID_MESSAGE}
</div>

<!-- Answer -->
<div class="answer-container col-xs-12">
{ANSWER}
</div>

<!-- Survey question help -->
<div class="question-help-container text-info col-xs-12">{QUESTIONHELP}</div>
</div>

0 comments on commit b303bf5

Please sign in to comment.