Back to Freecodecamp

Task 19

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

latest1.8 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I'm not a BLANK BLANK Python's syntax — it feels a bit rigid.

--blanks--

fan

--feedback--

This word means someone who likes or enjoys something.


of

--feedback--

This preposition is used to show what the person likes or dislikes.

--explanation--

To be a fan of something or someone means to like or enjoy that thing or person. When someone says they are not a fan, it means they don't like or enjoy it. For example:

  • Sarah is a big fan of online gaming. – This means Sarah enjoys and is passionate about online gaming.

  • Mark is not a fan of coffee. – This means Mark doesn't like coffee.

In the audio, Tom says, I'm not a fan of Python's syntax. This shows that Tom doesn't enjoy or like Python's style of writing code, and he finds it rigid.

--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
    }
  ]
}