{%- comment -%} {%- endcomment -%} {%- for row_index in (0..2) -%} {%- if question.answer_options -%} {%- assign option_name = question.answer_options[row_index] -%} {%- endif -%} {%- endfor -%}
{{ option_name }} {%- for current_bar_index in (0..4) -%} {%- if row_index == 0 and current_bar_index == 0 -%} {%- assign size_bar_class = 'offset' -%} {%- elsif row_index == 2 and current_bar_index == 4 -%} {%- assign size_bar_class = 'offset' -%} {%- elsif row_index == 1 and current_bar_index == 2 -%} {%- assign size_bar_class = 'fit' -%} {%- else -%} {%- assign size_bar_class = 'empty' -%} {%- endif -%} {%- endfor -%}