Back to Freecodecamp

Task 64

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

latest1.9 KB
Original Source
<!-- (audio) Maria: Since we often need to debug complex code, it's a significant advantage. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK we often need to debug complex code, it's a BLANK advantage.

--blanks--

Since

--feedback--

This introduces a reason or cause for something happening. It is often used to explain why something is true or necessary. The first word is capitalized.


significant

--feedback--

This means something that is very important or has a big impact.

--explanation--

Since is used to introduce the reason for something happening. It can be understood as "because". For example:

Since it's late, the meeting has been canceled. - Here, since is used to give the reason why the meeting was canceled.

Significant means something important or with a large effect. For example:

The new security feature had a significant impact on reducing system vulnerabilities. - This means that the security feature played a key role in improving the system's security.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 52.26,
      "finishTimestamp": 56.0
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Since we often need to debug complex code, it's a significant advantage.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}