Back to Freecodecamp

Task 136

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK connected to Git in Eclipse?

--blanks--

Is your project

--feedback--

This phrase contains three words: the verb to be, a possessive adjective, and a noun.

--explanation--

When forming questions with the verb to be, the usual word order of the subject and verb is inverted. This means that the verb comes before the subject. For example:

  • Your project is connected to Git. (Statement)

  • Is your project connected to Git? (Question)

In Sarah's sentence, she uses this inversion to ask Tom if his project is connected to Git in Eclipse.

--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
    }
  ]
}