1{#
2/**
3 * Multiple Choice with Comment question item Html
4 *
5 * @var $sRows      : the rows, generated with the views rows/answer_row.php
6 *
7 * @var $name
8 * @var $value
9 */
10#}
11<!-- Multiple Choice with comment-->
12
13<!-- answer -->
14<input type='hidden' name='{{ name }}' value='{{ value }}' />
15<ul class="{{ coreClass }} list-unstyled form-horizontal" role="group" aria-labelledby="ls-question-text-{{ basename }}">
16        {# rows/answer_row.php #}
17         {{ sRows }}
18</ul>
19<!-- end of answer -->
20