Línea 1791... |
Línea 1791... |
1791 |
<td class="text-left">
|
1791 |
<td class="text-left">
|
1792 |
{{:text}}
|
1792 |
{{:text}}
|
1793 |
</td>
|
1793 |
</td>
|
1794 |
<td>
|
1794 |
<td>
|
Línea 1795... |
Línea -... |
1795 |
|
- |
|
- |
|
1795 |
|
- |
|
1796 |
{{if ~getType( slug_section, slug_question) == 'multiple' || ~getType( slug_section, slug_question) == 'rating-open' }}
|
- |
|
1797 |
{{:value}}
|
1796 |
|
1798 |
{{/if}}
|
1797 |
</td>
|
1799 |
</td>
|
- |
|
1800 |
<td class="text-left">
|
- |
|
1801 |
{{if ~getType( slug_section, slug_question) != rating-open'}}
|
- |
|
1802 |
{{if correct == 1}}
|
- |
|
1803 |
<font color="green">LABEL_CORRECT</font>
|
- |
|
1804 |
{{/if}}
|
- |
|
1805 |
{{if correct == 0}}
|
1798 |
<td class="text-left">
|
- |
|
- |
|
1806 |
<font color="red">LABEL_FAIL</font>
|
- |
|
1807 |
{{/if}}
|
1799 |
|
1808 |
{{/if}}
|
1800 |
</td>
|
1809 |
</td>
|
1801 |
<td>
|
1810 |
<td>
|
1802 |
<button class="btn btn-default btn-edit-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip" data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button>
|
1811 |
<button class="btn btn-default btn-edit-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip" data-original-title="LABEL_EDIT LABEL_OPTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_OPTION</button>
|
1803 |
<button class="btn btn-default btn-delete-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip" data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button>
|
1812 |
<button class="btn btn-default btn-delete-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-slug="{{:slug_option}}" data-toggle="tooltip" data-original-title="LABEL_DELETE LABEL_OPTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_OPTION</button>
|