Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810e69822792027a65fbb81.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Testing it in real situations could give us better insights into its performance. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Testing it in BLANK could give us BLANK into BLANK performance.

--blanks--

real situations

--feedback--

These two words refer to different situations in the real world (general, not specific). Use the plural form.


better insights

--feedback--

These two words refer to different types of better understanding (general). Use the plural form.


its

--feedback--

This possessive determiner shows that the performance belongs to the European provider.

--explanation--

Its is a possessive determiner used to show that something belongs to a thing (not a person). Notice there's no apostrophe. Here, its performance means the performance of the European provider.

No article is used before real situations or better insights because they are plural, general ideas.

You normally do not use articles when talking about general, plural nouns.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 55.86,
      "finishTimestamp": 59.92
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Testing it in real situations could give us better insights into its performance.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}