Back to Freecodecamp

Task 21

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

latest1.6 KB
Original Source
<!-- (audio) Tom: I'm not a fan of Python's syntax—it feels a bit rigid. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Tom feel about Python?

--answers--

He doesn't like Python's syntax.


He thinks Python is easy to learn.

--feedback--

Tom doesn't mean Python is easy.


He likes Python because it's flexible.

--feedback--

Tom doesn't mention Python is flexible.


He thinks Python is great for building prototypes.

--feedback--

Tom does not mention anything about building prototypes.

--video-solution--

1

--explanation--

Tom says he is not a fan of Python's syntax, which means he doesn't like it. He also describes it as rigid, which suggests he finds it not flexible or difficult to work with.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.46,
      "finishTimestamp": 26.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "I'm not a fan of Python syntax. It feels a bit rigid.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}