Back to Freecodecamp

Task 11

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

latest1.5 KB
Original Source
<!-- (Audio) Jessica: First, you must update your software tools to the latest versions. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What must Mark update?

--answers--

His hardware devices.

--feedback--

Jessica does not talk about updating physical devices.


His internet connection.

--feedback--

Jessica does not mention anything about internet connectivity.


His project documents.

--feedback--

Jessica does not specify documents.


His software tools.

--video-solution--

4

--explanation--

Jessica tells Mark to update his software tools, meaning the programs he uses for work. Updating them ensures they work correctly and securely.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.58,
      "finishTimestamp": 12.72
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "First, you must update your software tools to the latest versions.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}