Back to Freecodecamp

Task 13

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

latest4.2 KB
Original Source
<!-- (Audio) The whole dialogue -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Based on the dialogue, which sentence shows the correct use of going to based on present evidence?

--answers--

We will probably use React since it's a popular choice these days.

--feedback--

This sentence uses will for a probable future action, which lacks the sense of a decision made based on present evidence.


I think we will go with Node.js for the back-end, considering our team's expertise.

--feedback--

Here, will is used for a future action based on a current situation, but going to would be more appropriate as the decision seems based on the team's present expertise.


We're going to need a UX designer because the project is complex.


I will call the designer since we're going to need one for this project.

--feedback--

This sentence uses will for a spontaneous decision (calling the designer), which is appropriate, but it doesn't illustrate the use of going to based on present evidence.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Brian",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sarah",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Brian",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Brian, it's time to discuss our plans for the upcoming project.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.36,
      "finishTime": 6.7,
      "dialogue": {
        "text": "What do you think we should do?",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.26,
      "finishTime": 10.9,
      "dialogue": {
        "text": "Well, we're going to use a framework for the front-end, probably React.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 11.16,
      "finishTime": 15.02,
      "dialogue": {
        "text": "It's the technology we're most comfortable with and it will make development faster.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 15.56,
      "finishTime": 20.3,
      "dialogue": {
        "text": "Good point. I agree. I also think we are going to need a dedicated UX designer.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 20.68,
      "finishTime": 25.3,
      "dialogue": {
        "text": "It's a complex project and a professional designer will help us create a great user interface.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 26,
      "finishTime": 29.3,
      "dialogue": {
        "text": "Absolutely. And as for the back-end, I think we'll use Node.js.",
        "align": "right"
      }
    },
    {
      "character": "Brian",
      "startTime": 29.3,
      "finishTime": 33.36,
      "dialogue": {
        "text": "It's a solid choice and it will allow us to scale the application effectively.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 34.44,
      "finishTime": 36.36,
      "dialogue": {
        "text": "Sure thing. I'm glad we're on the same page.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 36.8,
      "finishTime": 39.36,
      "dialogue": {
        "text": "Let's finalize these plans and start assigning tasks.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 39.86
    },
    {
      "character": "Sarah",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 40.36
    }
  ]
}