In the DOCX documentation, it recommends this format for a list of items:
* {%p for item in problems %}
* {{ item }}
* {%p endfor %}
From this, the Weaver creates two generic questions:
---
id: Item
question: |
Item
fields:
- "Item": item
---
id: Problems
question: |
Problems
fields:
- "Problems": problems
---
We should document how to go from the Weaver-generated questions to an actual list.