Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-express-agreement/677bf6d81eba074172a73a2e.md

latest2.1 KB
Original Source
<!-- (Audio) Bob: We need to start planning our new mobile app project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to start planning our BLANK BLANK BLANK project.

--blanks--

new

--feedback--

This word describes something that has not existed before or is being introduced for the first time.


mobile

--feedback--

This word refers to devices like smartphones or tablets that can be used anywhere.


app

--feedback--

This is a short form for application, which is software designed for specific tasks.

--explanation--

New means something that has not been used, seen, or experienced before. For example:

The company launched a new product last week. - This means the product was recently introduced and didn't exist before.

Mobile refers to something that can move or be used while moving, often associated with technology like phones or tablets. For example:

I prefer reading the news on my mobile phone. - This means you use your phone to access news.

App is a short form of the word application, which is a program or software designed for a specific purpose. For example:

I use a fitness app to track my workouts. - This means the app helps monitor exercise routines.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "We need to start planning our new mobile app project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}