{{ para }}
{% endfor %}{{ loop.index }}. {{ q.text }}
{% if q.lines == 'triple' %}{{ section.instruction or 'Write what each word means in your own words.' }}
{{ section.instruction or '' }}
| {{ section.header[0] }} | {{ section.header[1] }} |
|---|---|
| {{ row[0] }} | {{ row[1] or '' }} |
{{ section.instruction or 'Write T for true or F for false in each circle.' }}
{% for item in val(section, 'items', []) %}{{ section.instruction or '' }}
{{ loop.index }}. {{ item | blanks }}
{% endfor %} {% elif section.type == 'activity' %}{{ para }}
{% endfor %}| {{ section.table.header[0] }} | {{ section.table.header[1] }} |
|---|---|
| {{ row[0] }} | {{ row[1] or '' }} |
{{ loop.index }}. {{ q.text }}
{% if q.lines == 'triple' %}| {{ section.header[0] }} | {{ section.header[1] }} |
|---|---|
| {{ row[0] }} | {{ row[1] or '' }} |
{{ section.content or '' }}
{% endif %}