Back to Freecodecamp

Task 82

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: You know, now that I think about it, I think I confused it with another event. Sorry. -->

--description--

Now that I think about it means you have remembered or realized something after thinking more. For example, if you forgot where you put your keys but then remember, you might say, Now that I think about it, they are on the table. It means you have thought again and found new information.

To confuse something with something else means to mix up two things and think one is the other. For example, if you see someone's twin and think it is your friend, you can say Sorry. I confused your twin with you. It means you mistake one thing for another.

--questions--

--text--

What seemed to be Bob's mix-up?

--answers--

Bob thought this was a private birthday party

--feedback--

Not really. They were both discussing the team party from the beginning.


Bob thought everybody in the team was a vegetarian

--feedback--

If he did, they wouldn't be discussing chicken wings, would they?


Bob thought he was talking with Maria's twin sister

--feedback--

The twin was just used as an example.


Bob probably thought about another team party

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 20.86,
      "finishTimestamp": 25.52
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "You know, now that I think about it, I think I confused it with another event. Sorry.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}