Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b1f0585d48f8ac0b19654.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: I see. Did you enjoy your time there, even if it wasn't entirely tech-focused? Sophie: I did. -->

--description--

When answering to a Past Simple interrogative (a question), you can answer affirmatively with did or negatively with didn't.

For example, Did you go to the party? can be answered with I did (affirmative) or I didn't (negative).

Listen to the dialogue and fill in the blanks correctly to practice this structure.

--fillInTheBlank--

--sentence--

Brian: I see. BLANK you enjoy your time there, even if it wasn't entirely tech-focused?

Sophie: I BLANK.

--blanks--

Did

--feedback--

This word is used to form a past simple interrogative question. The first letter is capitalized.


did

--feedback--

This response is an affirmative answer to the past simple interrogative question.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.80,
      "finishTimestamp": 37.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "I see. Did you enjoy your time there, even if it wasn't entirely tech focused?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.45
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 5.45
    },
    {
      "character": "Sophie",
      "startTime": 5.92,
      "finishTime": 6.22,
      "dialogue": {
        "text": "I did.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.72
    }
  ]
}