Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6717b5c73e81e8101bed0ea2.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: We didn't use to integrate security and design as much as we should. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Jake tell Linda he agrees with what she is saying?

--answers--

Nonsense.

--audio-id--

EN30124416

--feedback--

When you use nonsense to reply to a comment, it is because you do not believe it is true or deserves credit.


Agreed.

--audio-id--

EN0056fde5

--video-solution--

2

--explanation--

Agreed is a concise way to express strong agreement with someone's statement. It is the opposite of the expression nonsense.

Agreed is often used in professional or conversational contexts to show alignment with what has been said. For Example:

Person 1: We should prioritize user feedback in our next update.

Person 2: Agreed. - This answer implies you strongly agree with prioritizing user feedback on the next update.

In this context, Jake could use Agreed. to acknowledge that he fully supports Linda's statement about the lack of integration between security and design in the past.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.04,
      "finishTimestamp": 58.22
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "We didn't use to integrate security and design as much as we should.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}