What do you think about
{{ sets[0][0].uid }}
{{ sets[0][0].description }}
If you don't know an answer, don't answer it!
Question
Your Response
{% for set in sets %}
{{ set[1].name }}
{% for option in set[1].options %}
{{ option }}
{% endfor %}
{% endfor %}
< Back to Annotation
Next >