Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f1d0822fe8b55226b9e058.md

latest2.0 KB
Original Source
<!-- (Audio) Jessica: Hi, David. I wanted to check in about the latest mobile app update for the finance project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, David. I wanted to BLANK about the BLANK mobile app update for the BLANK.

--blanks--

check in

--feedback--

This two-word phrase means to ask for a status or get an update.


latest

--feedback--

This word means the most recent or newest.


finance project

--feedback--

This two-word phrase refers to a project related to money or budgeting.

--explanation--

Check in means to ask how something is going or to follow up. For example:

He called to check in on the team's progress. — He wanted to know how the work was going.

Latest means the most recent or newest version of something. For example:

I installed the latest version of the app. — This refers to the newest update available.

Finance project is a project related to financial tasks like budgeting, tracking money, or investing. For example:

The finance project is focused on building a tool to manage company expenses. — It involves work related to money.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.56
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.56,
      "dialogue": {
        "text": "Hi David, I wanted to check in about the latest mobile app update for the finance project.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}