Back to Freecodecamp

Task 98

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

latest1.8 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 answer the question below.

--questions--

--text--

What is Jessica referring to?

--answers--

To ask about the progress of a report.

--feedback--

Jessica is not talking about a report.


To check the status of the mobile app update.


To discuss the new features of the mobile app.

--feedback--

Jessica is not discussing new features.


To ask for help with the finance project.

--feedback--

While Jessica mentions the finance project, she is talking about the app update, not asking for help.

--video-solution--

2

--explanation--

Jessica mentions she wants to check in about the latest mobile app update for the finance project.

Check in means to ask for a status update or follow up on something. Latest means the most recent version.

--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
    }
  ]
}