jinja_template stringclasses 1
value | version stringclasses 1
value | metadata stringclasses 1
value |
|---|---|---|
{% for img in media %}
<image>
{% endfor %}
Question: {{ question }}
{% if options and options|length > 0 %}
Options:
{% for key, value in options.items() %}
{{ key }}. {{ value }}
{% endfor %}
{% endif %}
| 2026-02 | {"question": "question", "choice_content": ["Option 1", "Option 2", "Option 3", "Option 4"], "choice_index": ["A", "B", "C", "D"], "answer": "answer", "image": "media"} |
README.md exists but content is empty.
- Downloads last month
- 28