Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b464dbdf4f8b3a378bd74e.md

latest1.9 KB
Original Source
<!-- (audio) Jim: Maria, I've reviewed the latest version of the mobile app, and I'd like to share some feedback. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jim's main purpose?

--answers--

He wants to discuss the app's future features.

--feedback--

Jim is not talking about future features, but rather the current version of the app.


He wants to give feedback on the latest version of the app.


He wants to ask Maria for her opinion on the app's design.

--feedback--

Jim is not asking for Maria's opinion, but rather sharing his own feedback.


He wants to ask Maria to help with testing the app.

--feedback--

Jim is not requesting help for testing.

--video-solution--

2

--explanation--

Listen for key details that indicate Jim's main purpose.

I've reviewed the latest version of the mobile app – This shows he is focusing on the current version, not future features.

I'd like to share some feedback – This confirms that his main goal is to provide comments, not ask for opinions or request help.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.46
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "Maria, I've reviewed the latest version of the mobile app, and I'd like to share some feedback.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}