Skip to content

Document how to go from the DOCX example of a list to a working list question in an interview #473

@samglover

Description

@samglover

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions