Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/6784d0806e8ebc00832820cf.md

latest1.6 KB
Original Source
<!-- (audio) Linda: I think Python is the best language for beginners. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK Python is the best language for beginners.

--blanks--

I think

--feedback--

This two-word phrase is used to express an opinion. The first word is a pronoun, and the second indicates thought or belief.

--explanation--

I think is a phrase used to express an opinion or belief about something. It shows that the speaker is sharing their personal perspective, rather than stating a fact. For example:

I think saving files online is safer than keeping them on my computer. - This sentence means the speaker believes saving files online is better for safety, but it is their personal opinion, and others might not agree.

--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": 0,
      "finishTimestamp": 2.74
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "I think Python is the best language for beginners.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}