{{html neo.escape(title)}}
{{if state != 'active'}}

{{LLすでに回答の受付が終了されているため、回答はできません。}}

{{else allow_answer != 'on'}}

{{LLアンケートに回答する権限がありません。}}

{{else public_when == 'always' || public_when == 'after_completed'}}

{{LLこのアンケートの回答は、全員から確認できます。}}

{{else public_when == 'never'}}

{{LLこのアンケートの回答は、作成者とルーム管理者が確認できます。}}

{{else}}

{{LLこのアンケートは匿名です。}}
{{LL作成者、ルームの管理者であっても回答者は特定されません。}}

{{/if}}
{{each(index, item) list.item}}
Q${item.number}.
{{html neo.escape(item.question)}}

    {{if type == 'radio' || type == 'checkbox'}} {{each(key, choice) item.choices}}
  • {{/each}} {{else type == 'pulldown'}}
  • {{else type == 'ranking'}} {{each(choicekey, choice) item.choices}}
  •   {{html neo.escape(this)}}
  • {{/each}} {{/if}}
{{if type == 'scale_star'}} {{else type == 'text'}} {{/if}}
{{/each}}
{{if isHtml == true}}
{{/if}}