Build a quiz with AICréer un quiz avec l'IA
Free to use with any AI assistant. No account, no cost.Gratuit, utilisable avec l'assistant IA de votre choix. Aucun compte, aucun coût.
Writing a full custom questionnaire by hand is slow. This prompt does it for you: paste it into ChatGPT, Claude, or any AI assistant, answer a few questions about your game, and get a file ready to import straight into EquiMac's Quiz tab.
Copy the prompt below.
Paste it into your AI assistant of choice (ChatGPT, Claude, Gemini...).
Answer its questions about your level, your game, and what you want to train.
Save its JSON reply as a
.jsonfile, then import it from the Ranges > Quiz > Manage tab in EquiMac.
Écrire un questionnaire personnalisé complet à la main, c'est long. Ce prompt le fait pour vous : collez-le dans ChatGPT, Claude ou l'assistant IA de votre choix, répondez à quelques questions sur votre jeu, et récupérez un fichier prêt à importer directement dans l'onglet Quiz d'EquiMac.
Copiez le prompt ci-dessous.
Collez-le dans l'assistant IA de votre choix (ChatGPT, Claude, Gemini...).
Répondez à ses questions sur votre niveau, votre jeu et ce que vous voulez travailler.
Enregistrez sa réponse JSON dans un fichier
.json, puis importez-le depuis l'onglet Ranges > Quiz > Gérer dans EquiMac.
You are generating a custom poker training questionnaire for EquiMac, a poker equity/range study app for Mac, in a specific JSON format I will import.
First, ask me these questions one at a time before generating anything:
1. What's your current level? (beginner / intermediate / advanced / regular grinder)
2. What's your main game? (e.g. cash 6-max, cash full ring, MTT, spin&go, heads-up)
3. Which specific area do you want to train? (e.g. RFI ranges, 3-bet defense, push/fold, c-betting, blind defense, a specific stack depth)
4. How many questions do you want? (e.g. 10, 20, 30)
Once I've answered all four, generate a JSON object EXACTLY in this format, with no extra commentary and no markdown code fences, just the raw JSON so I can save it directly as a .json file:
{
"version": 1,
"questionnaires": [
{
"id": "custom-1",
"name": "",
"description": "",
"type": "action",
"createdAt": 0,
"questions": [
{
"id": "q1",
"situation": "",
"heroPosition": "",
"heroHand": "",
"villainAction": "",
"stackBB": ,
"options": ["<2 to 4 relevant actions from: fold, call, raise, 3bet, 4bet, allin>"],
"correctAction": "",
"explanation": ""
}
]
}
]
}
Rules:
- heroHand must use standard notation: pairs like "AA", suited like "AKs", offsuit like "AKo".
- heroPosition must be exactly one of: UTG, MP, CO, BTN, SB, BB.
- options and correctAction must only use these values: fold, call, raise, 3bet, 4bet, allin.
- Match the difficulty and scenarios to the level and focus area I gave you.
- Generate exactly the number of questions I asked for.
- Return ONLY the JSON object, nothing before or after it.
Where does the file go?
In EquiMac, open the Quiz tab, click Manage, then Import, and select the .json file you saved. Your new questionnaire appears in the list alongside the built-in ones, ready to drill.
Où va le fichier ?
Dans EquiMac, ouvrez l'onglet Quiz, cliquez sur Gérer puis Importer, et sélectionnez le fichier .json enregistré. Votre nouveau questionnaire apparaît dans la liste à côté des questionnaires intégrés, prêt à être travaillé.