Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134afc7e54af0c88f662b4.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: That would be great! Proper testing is crucial, especially for the more complex parts of the app. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That would be great! Proper testing is crucial, especially for BLANK more complex parts of BLANK app.

--blanks--

the

--feedback--

This article is used before more complex parts because they are specific parts of the app they are building.


the

--feedback--

This article is used before app because it refers to a specific project they are working on.

--explanation--

The more complex parts uses the because it refers to specific, known parts that are harder or more detailed.

The app uses the because they are talking about the specific app they are developing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 64.08,
      "finishTimestamp": 69.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.18,
      "dialogue": {
        "text": "That would be great! Proper testing is crucial, especially for the more complex parts of the app.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}