Back to Freecodecamp

Task 125

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

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

--description--

You can use a certain structure to indicate that something is not in a particular state or condition in the present.

--fillInTheBlank--

--sentence--

Well, BLANK BLANK far.

--blanks--

it's

--feedback--

This is the contraction for it is.


not

--feedback--

This word shows something is negative or false.

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