# Blatt question set

## How to use this file

1. Fill in the fields below.
2. Copy this whole file and paste it into your AI chat of choice (Claude,
   Gemini, ChatGPT).
3. Save the AI's reply as a `.md` file, then upload that file back to
   Blatt on the Library page.

## Fields (you fill these in)

### What do you want to practice

_e.g. "the basics of possessive pronouns in German"_

### Question type

_e.g. flashcard, short answer, multiple choice_

### Difficulty

_e.g. beginner, intermediate, advanced_

### Number of questions

### Tags

_Optional, comma separated._

## Prompt for the AI (AI fills in the code block below)

Using the fields above, generate the requested number of questions and
answers. Reply with this entire file unchanged, except:

1. Replace the top heading (the line starting with a single #) with a
   short, descriptive title for this question set, at most 100
   characters, based on the questions you generate.
2. Replace the example entry in the json code block below with the
   generated questions, in the same shape: a JSON array of objects, each
   with a "question" and "answer" string field.

Do not add any text outside this file.

```json
[
  {
    "question": "Example question goes here",
    "answer": "Example answer goes here"
  }
]
```
