Example LLM Prompt to Generate Language Lesson

Generate a json document that follows this example structure:

{
    title: "Test French from Json",
    question_voice: {
    language_code: "en-US",
    name: "en-US-Journey-F",
    gender: "female",
    speed: 1.0
    },
    answer_voice: {
    language_code: "fr-FR",
    name: "fr-FR-Neural2-B",
    gender: "male",
    speed: 0.80
    },
    cards: [
    {
        type: "audioForLanguageLesson",
        question: "a phrase in english",
        answer: "the phrase in french"
    },
    {
        type: "practice",
        question: "that same phrase in english",
        answer: "that same phrase in french"
    }
    ]
}

But fill in the cards array with data that satisfies the following prompt:

I want 10 English-French translation pairs for language learning.
Each pair should be a short English phrase and its French translation.
For each pair, add two cards to the cards array in your output json.
The first will be the "audioForLanguageLesson" type and have the English phrase
as the question and the French phrase as the answer. The second will the "practice" type,
with that same question-answer pairing.

- Use concise phrases without any additional context or questions.
- End each phrase with the appropriate punctuation (normally a period but for exclamations use an exclamation mark and questions use a question)
- Include capitalization where necessary
- Answers should be in French with correct accents
- Focus on the French verb "to go" and try to include a question-answer pair for each of the main conjugations in the simple present tense in a basic statement.
Do not do present progressive or present emphatic.
For any phrase that uses "we" use the informal, impersonal pronoun "on" instead of "nous"