Back to Freecodecamp

Task 17

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

latest2.1 KB
Original Source
<!-- (audio) Linda: In my case, I prefer Python because it's great for data analysis. Plus, it's really good for building prototypes quickly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In my case, I prefer Python because it's BLANK data analysis. Plus, it's really BLANK building prototypes quickly.

--blanks--

great for

--feedback--

This two-word phrase means something is very suitable or effective for a particular purpose.


good for

--feedback--

This two-word phrase means something is suitable or beneficial for a specific task or situation.

--explanation--

Both great for and good for mean something is very helpful, suitable or effective for a specific purpose. For example:

  • This new software is great for managing large projects. - This means the software is very suitable and effective for managing large projects.

  • Cloud storage is good for backing up large volumes of data. - This means cloud storage is highly effective and well-suited for safely storing large amounts of data.

--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": 16.04,
      "finishTimestamp": 21.9
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "In my case, I prefer Python because it's great for data analysis.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.64,
      "finishTime": 6.86,
      "dialogue": {
        "text": "Plus it's really good for building prototypes quickly.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.36
    }
  ]
}