Back to Freecodecamp

Task 118

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Sounds great. -->

--description--

When someone says Sounds great, they are expressing agreement or enthusiasm about what has been said.

--questions--

--text--

What does Tom mean by Sounds great?

--answers--

He doesn't like the idea.

--feedback--

Sounds great is a positive expression.


He is asking a question.

--feedback--

Tom is making a statement, not asking a question.


He agrees and is excited about the idea.


He didn't hear Sophie.

--feedback--

Tom is responding directly to Sophie's suggestion.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.4,
      "finishTimestamp": 21.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.55,
      "dialogue": {
        "text": "Sounds great.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.05
    }
  ]
}