Back to Freecodecamp

Task 108

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

latest1.6 KB
Original Source
<!-- SPEAKING --> <!-- (audio) Jim: It's currently a bit bland, especially for a tech-focused app. What do you think? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is a polite response to acknowledge Jim's comment about the app's design?

--answers--

I think the design is fine as it is.

--audio-id--

EN5c122cb1

--feedback--

A polite response would acknowledge Jim's feedback, even if you don't fully agree.


I see where you're coming from.

--audio-id--

EN80b3838f

--video-solution--

2

--explanation--

I see where you're coming from politely shows you understand Jim's perspective without immediately agreeing or disagreeing, which is a respectful way to handle feedback.

--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": 29.94,
      "finishTimestamp": 34.36
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "It's currently a bit bland, especially for a tech-focused app. What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}