Back to Freecodecamp

Task 17

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

latest1.5 KB
Original Source
<!-- (Audio) Alice: Thanks for the description, Tom. I'll make sure to say hi when I run into her. -->

--description--

When you say that you run into a person, you mean that you meet someone when you did not expect it. For example, you might run into a friend at the store when you didn't know they would be there. Sometimes, it is used simply as a synonym to meet.

Listen to the sentence and fill in the blank.

--fillInTheBlank--

--sentence--

Thanks for the description, Tom. I'll make sure to say hi when I BLANK into her.

--blanks--

run

--feedback--

Combined with into, this verb represents meeting someone, usually by chance.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.66,
      "finishTimestamp": 26.32
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "Thanks for the description, Tom. I'll make sure to say hi when I run into her.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.16
    }
  ]
}