Back to Freecodecamp

Task 6

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Good point. I agree. I also think we are going to need a dedicated UX designer. -->

--description--

Going to can also be used when you have some evidence in the present that something will happen in the future.

For example, Look at those numbers! It's going to be a hard day. or They are going to feel upset if we don't invite them to the meeting.

--fillInTheBlank--

--sentence--

Good point. I agree. I also think we are BLANK to need a BLANK UX designer.

--blanks--

going

--feedback--

It indicates a future need based on the current situation of the project.


dedicated

--feedback--

It means someone is committed to a specific task or purpose. Here, it refers to a UX designer focused solely on user experience.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.36,
      "finishTimestamp": 19.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.14,
      "dialogue": {
        "text": "Good point. I agree. I also think we are going to need a dedicated UX designer.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.64
    }
  ]
}