Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124459ae59e324572050f8.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: Sarah will take care of user authentication because she has the most experience there. Tom will work on payment integration. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Sarah and Tom work on?

--answers--

Sarah will manage payments, and Tom will handle customer support.

--feedback--

There's no mention of customer support.


Sarah and Tom will both work on marketing.

--feedback--

The tasks are about technical parts, not marketing.


Sarah will handle user authentication, and Tom will work on payment integration.


Sarah and Tom will both develop new apps.

--feedback--

They are focusing on specific parts of the mobile app, not building entirely new apps.

--video-solution--

3

--explanation--

Sarah will take care of user authentication, meaning she will make sure users can log in safely.

Tom will work on payment integration, meaning he will connect payment systems to the app.

--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": 17.82,
      "finishTimestamp": 24.92
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Sarah will take care of user authentication because she has the most experience there.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.64,
      "finishTime": 8.0,
      "dialogue": {
        "text": "Tom will work on payment integration.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.5
    }
  ]
}