Back to Freecodecamp

Task 63

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

latest1.5 KB
Original Source
<!-- Sophie: Well, I'm concerned about the deployment process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, I'm concerned about the BLANK process.

--blanks--

deployment

--feedback--

This noun refers to the process of releasing software for users.

--explanation--

Deployment refers to the process of releasing and making software available for use. For example:

  • We need to test the system before the deployment to avoid issues. - Testing the system is necessary to prevent problems when it is released.

  • The deployment was delayed due to some technical issues. - The release of the software was postponed because of technical problems.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.58,
      "finishTimestamp": 14.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Well, I'm concerned about the deployment process.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}