Easy AI Prompt Generator

Build a ready-to-paste AI prompt by choosing the options below.

This generator folds format, language, count, and TTS-friendly rules into one request so AI can produce Sokqa-ready JSON more reliably.

Settings

This becomes the top-level language value for the generated pack. You can choose languages beyond Japanese and English.

These are shared tags for the whole pack. Choose "None" if you do not want to use them.

Advanced Settings

Add reference-material or chapter-splitting instructions only when you need them.

Reference Material

Use this when you want attached material to be reflected in the result.

Split Output

Use this when one response is not enough and you want the content created chapter by chapter.

Generated Prompt

The prompt already includes the required constraints. Generate it first, then copy and paste it into ChatGPT, Claude, or Gemini.

No prompt generated yet

Choose the options on the left, then click "Generate Prompt."

Output Preview

Full JSON examples stay in the AI Guide. This section only shows the expected structure.

{
  "type": "quiz",
  "language": "en",
  "description": "...",
  "questions": [
    {
      "question": "...",
      "choices": ["...", "...", "...", "..."],
      "answerIndex": 3
    }
  ]
}
Open AI Guide

After Generation

Before importing, do a quick check that the generated JSON looks right in both content and format.

4-choice Quiz

  • The choices array contains exactly 4 items
  • answerIndex matches the selected setting and stays within the range from 0 to 3
  • The question text and choices read naturally
  • No existing learning materials or exam questions are copied verbatim

Document

  • Each section stays reasonably short
  • The overall flow still reads naturally in order
  • The explanatory text does not sound awkward or unnatural
  • No existing learning materials or articles are copied verbatim
Open Import Guide