Back to Freecodecamp

Task 56

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

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Hi, James. We're discussing some of the possible outcomes for our next software release. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi James. We're discussing some of the possible outcomes for our next BLANK BLANK.

--blanks--

software

--feedback--

This noun refers to computer programs or applications.


release

--feedback--

This noun means making something available to the public, such as a new product or update.

--explanation--

A software release is when a new version of a program or application is made available to users. For example:

  • The software release includes several new features and bug fixes. - The latest version of the software adds new tools and corrects errors.

  • The company announced a new software release for their app today. - The company shared information about the new version of the app that is now available.

Sophie and the team are talking about what might happen when their new software is released.

--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": 0,
      "finishTimestamp": 4.16
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Hi James, we're discussing some of the possible outcomes of our next software release.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}