Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6762e2adb437563844364cf1.md

latest2.0 KB
Original Source
<!-- (audio) Maria: That sounds like a solid plan. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What's Maria's opinion about Jake's plan?

--answers--

She thinks it is a good idea.


She thinks it is risky and might not minimize the problem.

--feedback--

Maria does not mention any doubts or risks. Listen to how she uses the word solid to show support.


She thinks it needs more details to be effective.

--feedback--

Maria does not suggest adding details. Her response shows confidence in the plan as it is.


She thinks it will require additional resources to work.

--feedback--

Maria's response does not mention resources. She expresses agreement and support for Jake's plan.

--video-solution--

1

--explanation--

Solid means strong, reliable, and effective. It suggests that the plan is well thought out and likely to succeed.

Plan refers to an organized strategy to solve a problem.

That sounds like a solid plan shows support and confidence in Jake's idea. For example:

That sounds like a solid plan to improve security. - This shows agreement and belief that the idea is dependable.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.96,
      "finishTimestamp": 22.42
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "That sounds like a solid plan.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.96
    }
  ]
}