Back to Freecodecamp

Task 137

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c62515cf6ae70e34eb361d.md

latest1.6 KB
Original Source
<!-- Audio Reference: Sarah: Is your project connected to Git in Eclipse? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Tom believes his project should be connected to Git, but he isn't completely sure. What should he answer Sarah?

--answers--

It's supposed to be.


Yes, it definitely is.

--feedback--

Think about whether Tom is completely sure about the connection.

--video-solution--

1

--explanation--

Sometimes, when you're not completely sure about something, but you believe it should be true, you can use the phrase It's supposed to + verb.

This will express that something is expected to be a certain way, even if you haven't confirmed it yet. For example:

  • The update is supposed to fix the bug. - This means you expect the update to fix the bug, but you haven't confirmed it yet.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.82,
      "finishTimestamp": 46.8
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "Is your project connected to Git in Eclipse?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}