Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d56336687e663171201bcc.md

latest1.9 KB
Original Source
<!-- (Audio) Mark: Sounds like a plan. I'll start with the updates and set up the authentication. Thanks for the guidance, Jessica. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark going to start with?

--answers--

Writing a report.

--feedback--

Mark does not mention documentation.


Scheduling a meeting.

--feedback--

Mark does not mention anything about a meeting.


Changing team roles.

--feedback--

Mark's focus is on technical tasks, not team structure.


The updates.

--video-solution--

4

--explanation--

Start with means beginning a task before moving on to the next one. For example:

  • I will start with fixing the most urgent issues first. - You'll begin by solving the most important problems.

  • Can we start with the budget planning for the project? - Let's begin by talking about the budget for the project.

Mark will begin with updates — which likely means software updates — before setting up authentication.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 62.24,
      "finishTimestamp": 67.58
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "Sounds like a plan. I'll start with the updates and set up the authentication. Thanks for the guidance, Jessica.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}