Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e2e53f840cbac095dce42.md

latest1.8 KB
Original Source
<!-- (audio) Maria: I see your point, but I like IntelliJ IDEA. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Maria respond to Jake's opinion?

--answers--

She agrees with Jake's opinion.

--feedback--

Maria doesn't fully agree.


She disagrees strongly with Jake's opinion.

--feedback--

Maria doesn't show strong disagreement.


She acknowledges Jake's opinion but expresses her own preference.


She remains silent after hearing Jake's opinion.

--feedback--

Maria does not remain silent.

--video-solution--

3

--explanation--

Listen for key words that show how Maria reacts to Jake's opinion.

I see your point – This phrase acknowledges Jake's opinion without fully agreeing.

But I like – This signals that Maria is about to introduce a different perspective.

These key words help you see that Maria recognizes Jake's opinion but still expresses her own preference for IntelliJ IDEA.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.06,
      "finishTimestamp": 13.76
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "I see your point, but I like IntelliJ IDEA.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}