Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678766ada9f08515d38da1fa.md

latest1.8 KB
Original Source
<!-- (audio) Linda: I think Python is the best language for beginners. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda mean?

--answers--

Python is hard for beginners.

--feedback--

Linda does not mention anything about Python being difficult for beginners.


Python is not good for beginners.

--feedback--

Linda does not suggest that Python is unsuitable for beginners.


Linda does not like Python.

--feedback--

Linda expresses a positive opinion about Python, so this does not match what she means.


Python is a great choice for people new to programming.

--video-solution--

4

--explanation--

Let's look at what helps you find the correct answer in the audio:

I think tells you that Linda is sharing her opinion.

The best language for beginners is the key phrase. The word best suggests a positive opinion, and for beginners tells you she is talking about people new to programming.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.74
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "I think Python is the best language for beginners.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}