Back to Freecodecamp

Task 10

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

latest2.0 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 answer the question.

--questions--

--text--

Why does Brian want to use Node.js for the back-end?

--answers--

Because it is a solid choice that will enable effective scaling of the application


Because they are still considering other options

--feedback--

Brian's use of will indicates a decision has been made, not that they are still considering.


Because they have no other alternatives at the moment

--feedback--

Brian's choice of words suggests a positive decision for Node.js based on its merits, not a lack of alternatives.


Because it is the cheapest option available

--feedback--

Cost is not mentioned. Brian's statement focuses on Node.js being a solid choice for effective scaling.

--video-solution--

1

--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
    }
  ]
}