Back to Freecodecamp

Task 10

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First, you must update your BLANK to the latest versions.

--blanks--

software tools

--feedback--

These two words refer to programs or applications used for tasks like development and security.

--explanation--

Software tools are programs or applications used for specific tasks, such as development, security, or communication. For example:

  • We use different software tools to manage the project. - Various programs help them organize the project.

  • You can improve your productivity by using the right software tools. - Using the correct programs can help someone work more efficiently.

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