Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68123a19fa831c1be8c9b738.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: As we start the new mobile app project, we need to decide who will do what. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

As we start BLANK new BLANK project, we need to decide who will do what.

--blanks--

the

--feedback--

You'd use this article to talk about a specific project.


mobile app

--feedback--

This two-word phrase describes the type of application for phones or tablets.

--explanation--

A mobile app is a software application designed to work on mobile devices like smartphones or tablets. For example:

I downloaded a mobile app to track my fitness. - You put an app on your phone to check how much you exercise.

The new mobile app project uses the because it refers to a specific, known project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "As we start the new mobile app project, we need to decide who will do what.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}