Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cd17584250515779ca7e5.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Well, it's not far. Come on, we can go together. -->

--description--

You can use it is not to make negative statements in the present simple. It negates or says something isn't a certain way. For example:

It's not cold today. - This means the weather is warm or comfortable.

It's is a contraction of it is.

--questions--

--text--

How does Sophie describe the distance to the café?

--answers--

It is very far.

--feedback--

Sophie states the opposite.


It is close.


It isn't close.

--feedback--

Sophie's statement implies the café is near.


She doesn't know.

--feedback--

Sophie provides information about the café's location.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 28,
      "finishTimestamp": 30.65
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Well, it's not far. Come on, we can go together.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}