Back to Freecodecamp

Task 14

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

latest1.8 KB
Original Source
<!-- (audio) Linda: In my case, I prefer Python because it's great for data analysis. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In my case, I BLANK Python because it's great for data analysis.

--blanks--

prefer

--feedback--

This word means someone likes one thing more than another.

--explanation--

Prefer means to like something more than something else. It's used to express a choice or a stronger liking for one option over others. It can be followed by a noun or a verb in the -ing form (gerund). For example:

  • I prefer Python over Java. - It means you like Python more than Java. The preposition over is used to indicate a preference for one noun (Python) in comparison to another noun (Java).

  • He prefers debugging to coding. - It means he enjoys finding and fixing errors in code more than writing new code. The word to is used as a preposition to indicate the comparison between two activities (debugging and coding).

--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": 15.94,
      "finishTimestamp": 19.34
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "In my case, I prefer Python because it's great for data analysis.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}