Back to Freecodecamp

Task 13

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

latest1.6 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--

BLANK, I prefer Python because it's great for data analysis.

--blanks--

In my case

--feedback--

These three words together are used to talk about a personal opinion or situation, highlighting that it may be different for others.

--explanation--

In my case is a phrase used to share a personal preference or experience, emphasizing that your situation might not be the same as someone else's. For example:

In my case, I use a laptop for most of my work. - This sentence means that your preference or choice is to use a laptop, but others may choose differently.

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