Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797903ca0949157d2a63a3f.md

latest2.4 KB
Original Source
<!-- (Audio) Bob: If you need help, just ask. Jessica: That sounds like a plan. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica probably going to do if she needs help, based on her answer?

--answers--

She will try to solve everything on her own.

--feedback--

Jessica's response shows that she agrees with the idea of asking for help, not avoiding it.


She will ignore the situation.

--feedback--

Jessica's response shows she is open to Bob's suggestion and won't ignore the situation.


She will ask for help.


She will make a plan herself.

--feedback--

Jessica's response shows she agrees with Bob's plan, not that she will create her own.

--video-solution--

3

--explanation--

That sounds like a plan is used to show agreement with a suggestion or proposal. For example:

  • Person 1: Let’s meet at 3 p.m. to finalize the report.

  • Person 2: That sounds like a plan. - This shows agreement with the proposed meeting time.

In this context, Jessica agrees with Bob's suggestion to ask for help if needed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.72,
      "finishTimestamp": 47.06
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "If you need help, just ask.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.89
    },
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 2.89
    },
    {
      "character": "Jessica",
      "startTime": 3.14,
      "finishTime": 4.34,
      "dialogue": {
        "text": "That sounds like a plan.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}