Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681243c2ee3ad923c1a382d5.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Tom will work on payment integration. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tom will work on BLANK.

--blanks--

payment integration

--feedback--

This two-word phrase means connecting payment systems (like credit cards or PayPal) to the app or website.

--explanation--

Payment integration is when a payment system (such as PayPal, Stripe, or credit card processors) is connected to an app or website to allow customers to pay. For example:

  • We need payment integration on our website to accept credit cards. - The website should allow users to pay online.

  • The developer worked on payment integration for the mobile app. - They added a way for users to pay through the app.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.46,
      "finishTimestamp": 24.92
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Tom will work on payment integration.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}