Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/6641570410a46551973bb25c.md

latest2.5 KB
Original Source
<!-- (Audio) Bob: I think there was a mix-up. Maria: Oh really? I thought it was all okay. What happened? -->

--description--

The verb to think, in English, is irregular. Different from other, regular verbs, which get -ed added to them to form the past, when you want to use the verb think in the past, you use the word thought. Example: I thought you were out of town, meaning you imagined that the other person traveled to some other place.

The question What happened? indicates you are asking someone to explain an event or situation. For example, if you see someone looking upset, you might ask, What happened? to understand why they are upset. It means you want to know what made the other person upset. If you see someone with an arm or a leg in a cast, you can ask What happened? to understand how the person got hurt.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Bob: I think there was a mix-up.

Maria: Oh really? I BLANK it was all okay. What BLANK?

--blanks--

thought

--feedback--

The past of the verb to think. It's an irregular verb. Be careful!


happened

--feedback--

The past of the regular verb to happen. The question means you want to understand a situation.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 4.6,
      "finishTimestamp": 8.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.58,
      "dialogue": {
        "text": "I think there was a mix-up.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.73
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 2.73
    },
    {
      "character": "Maria",
      "startTime": 2.88,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Oh really? I thought it was all okay. What happened?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}