Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dc02d216cf41afa064333.md

latest2.0 KB
Original Source
<!-- (audio) Tom: Hmm... Do we discuss all our ongoing projects in these meetings? Sophie: We do. It's a chance to update everyone on project progress. -->

--description--

When you talk about going over details or talking about specific topics in a meeting, you use the verb discuss. It means to talk about something with someone.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tom: Hmm... Do we BLANK all our ongoing projects in these meetings?

Sophie: We do. It's a chance to update everyone on project progress.

--blanks--

discuss

--feedback--

Tom uses this verb to ask if they talk about all the different projects they are working on during the meetings.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 7.44,
      "finishTimestamp": 16.32
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Hmm... Do we discuss all our ongoing projects in these meetings?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.77
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 5.77
    },
    {
      "character": "Sophie",
      "startTime": 6.57,
      "finishTime": 9.88,
      "dialogue": {
        "text": "We do. It's a chance to update everyone on project progress.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.38
    }
  ]
}