Back to Freecodecamp

Task 49

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Sure, Jessica. What seems to be the problem? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Jessica. What BLANK to be the problem?

--blanks--

seems

--feedback--

This means "appears" or "looks like" — it's used when you're not completely sure but making an observation.

--explanation--

To seem means to appear or give the impression of something, often when you're not fully certain. For example:

It seems like the server is down. – This means it appears that the server isn't working, though it's not confirmed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.48,
      "finishTimestamp": 9.64
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Sure, Jessica. What seems to be the problem?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}