Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c8cca767fad7d91d6f18ec.md

latest1.6 KB
Original Source
<!-- (Audio) James: It'd be great if we had more regular check-ins. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Maria say to James to say it's a good idea?

--answers--

I don't think that will work.

--audio-id--

EN3271248b

--feedback--

This dismisses James's idea instead of agreeing with it.


That's a good point.

--audio-id--

EN643a0a69

--video-solution--

2

--explanation--

That's a good point. is used to agree with someone by acknowledging that their idea or argument is valid and worth considering. For example:

That's a good point. More training could help the team improve. - This means the speaker recognizes the suggestion as valuable.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 54.42,
      "finishTimestamp": 56.92
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "It'd be great if we had more regular check-ins.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4
    }
  ]
}