Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b70843a1f069708b3bdd22.md

latest1.8 KB
Original Source
<!-- (audio) Jim: Great, that would be helpful. Another thing: the login process seems a bit lengthy. It could be quicker, especially for returning users. Any thoughts on that? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How should Maria reply if she agrees with Jim's suggestion?

--answers--

That's not really a problem.

--audio-id--

EN1b1a5ab6

--feedback--

It dismisses Jim's suggestion instead of agreeing with it politely.


That's a valid point.

--audio-id--

ENfcff65b0

--video-solution--

2

--explanation--

When agreeing with someone's suggestion, saying that's a valid point shows respect for their opinion and encourages further conversation about improving the process.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.06,
      "finishTimestamp": 53.54
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 6.06,
      "dialogue": {
        "text": "Great. That would be helpful. Another thing, the login process seems a bit lengthy.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "startTime": 6.16,
      "finishTime": 10.48,
      "dialogue": {
        "text": "It could be quicker, especially for returning users. Any thoughts on that?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 10.98
    }
  ]
}