Back to Freecodecamp

Task 125

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f06f73454112b328ef4c0f.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: If anything comes up, I'll let you know. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If anything BLANK up, I'll let you know.

--blanks--

comes

--feedback--

Followed by up, this means something happens unexpectedly or needs attention. Use the third person singular form of the verb.

--explanation--

To come up means that something appears, happens, or needs attention — often unexpectedly. It's commonly used when talking about new issues, tasks, or situations. For example:

I was going to join the meeting, but something came up. – This means an unexpected situation happened that prevented the person from attending.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 60.54,
      "finishTimestamp": 62.2
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "If anything comes up, I'll let you know.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}