{% extends "global/Page.html" %} {{ block title }}

{{ title }}

{{ endblock }} {% block content %} {{ include C.likert_css }}

{{ title }}

{{ if intro }}

{{ intro }}

{{ endif }}

Per favore indichi quanto è d'accordo o in disaccordo con le seguenti affermazioni:

{{ if scale == 'ctai' }}

Se non usa ancora questi strumenti, risponda pensando a come si comporterebbe.

{{ endif }} {{ for h in headers }}{{ endfor }} {{ for item in items }}{{ for field in form }}{{ if field.name == item.var_name }} {{ for choice in field }}{{ endfor }} {{ endif }}{{ endfor }}{{ endfor }}
{{ h }}
{{ item.label }}{{ choice }}

Per favore indichi quanto è d'accordo o in disaccordo con le seguenti affermazioni su una scala da 1 ("{{ low }}") a {{ n_points }} ("{{ high }}"):

{{ if scale == 'ctai' }}

Se non usa ancora questi strumenti, risponda pensando a come si comporterebbe.

{{ endif }}
{{ for item in items }}{{ for field in form }}{{ if field.name == item.var_name }}

{{ item.label }}

{{ low }}{{ high }}
{{ for c in choices }}
{{ endfor }}

{{ endif }}{{ endfor }}{{ endfor }}
{{ include C.next_progress }} {% endblock %}