Back to Freecodecamp

Task 54

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: That's so true. I'm a bit inactive sitting all the time. -->

--description--

When you want to express agreement or affirmation to what someone has just said, you can use phrases like That's so true or That is true. It's a way to show you agree with the previous statement.

--fillInTheBlank--

--sentence--

BLANK so true. I'm a bit inactive sitting all the time.

--blanks--

That's

--feedback--

This is the contraction for that is, used to agree or give an opinion. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.22,
      "finishTimestamp": 26.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "That's so true. I'm a bit inactive sitting all the time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}