Back to Freecodecamp

Task 1

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

latest2.3 KB
Original Source
<!-- (Audio) Sarah: Brian, it's time to discuss our plans for the upcoming project. What do you think we should do? -->

--description--

The verb discuss means to talk about something with someone to share information or ideas. For example, if you say, Let's discuss our plans for the weekend, you are suggesting having a conversation about what each of you would like to do on the weekend.

The word upcoming is an adjective used to describe something that will happen soon. An example is We have an upcoming meeting on Monday. This means that there is a meeting scheduled to happen on Monday.

The verb think means considering something, to form opinions, or to imagine. For instance, I need to think about your question before I answer. It indicates you want to take some time to consider or reflect on the question to give a thoughtful response.

--fillInTheBlank--

--sentence--

Brian, it's time to BLANK our plans for the BLANK project. What do you BLANK we should do?

--blanks--

discuss

--feedback--

The word is used here to indicate the action of talking over plans for the project.


upcoming

--feedback--

It describes the project that is planned to happen soon.


think

--feedback--

It's used to ask for Brian's opinion or ideas about the project plans.

--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": 0,
      "finishTimestamp": 5.7
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Brian, it's time to discuss our plans for the upcoming project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.36,
      "finishTime": 6.7,
      "dialogue": {
        "text": "What do you think we should do?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}