Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6613d67b2a2a134d2b6275a8.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Absolutely. And as for the back-end, I think we'll use Node.js. It's a solid choice, and it will allow us to scale the application effectively. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Absolutely. And as for the back-end, I think BLANK use Node.js. It's a solid choice, and it BLANK allow us to scale the application effectively.

--blanks--

we'll

--feedback--

It indicates a future plan or decision, here referring to the intention to use Node.js for the back-end.


will

--feedback--

It is used here to predict a future outcome, suggesting that choosing Node.js will enable effective scaling of the application.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.8,
      "finishTimestamp": 32.36
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Absolutely. And as for the back-end, I think we'll use Node.js.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.5,
      "finishTime": 8.56,
      "dialogue": {
        "text": "It's a solid choice and it will allow us to scale the application effectively.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.06
    }
  ]
}