Back to Freecodecamp

Task 105

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f0524c149e9af2c7e31023.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Well, we've had some issues with the new software integration. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, we've had some issues with the new software BLANK.

--blanks--

integration

--feedback--

This refers to the process of combining different software systems so they work together.

--explanation--

Software integration is the process of connecting different software systems or tools so they can work as one system. It often involves making sure that data flows smoothly between the systems. For example:

The team is working on the software integration to add the new payment system into the app. – This means they are combining the new system with the existing app so they function together.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.58,
      "finishTimestamp": 28.8
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "Well, we've had some issues with the new software integration.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}