Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b30777fcf90c40b9d7ca8.md

latest1.5 KB
Original Source
<!-- (audio) Tom: That sounds like a plan, Sarah. Thanks for the suggestions. -->

--description--

Someone might say, That sounds like a plan. This phrase means they agree with the suggestion and think it's a good idea. It's like saying Yes, let's do that.

--questions--

--text--

What does Tom mean by saying That sounds like a plan?

--answers--

He does not like the idea.

--feedback--

Tom's answer is positive, not negative.


He wants to change the plan.

--feedback--

Tom's answer confirms that he thinks Sarah's suggestion is a good idea.


He is unsure about the plan.

--feedback--

Tom shows agreement and certainty, not uncertainty.


He agrees with the suggestion.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.10,
      "finishTimestamp": 42.84
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "That sounds like a plan, Sarah. Thanks for the suggestions.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}