Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579dd80bdd49220560f26ad.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Good morning, Bob. I'd like to bring up a coding issue. -->

--description--

The phrase bring up means to mention or start discussing a topic or issue. It's often used in meetings to introduce a new subject or problem that needs attention. For example, Can I bring up a concern about the project? means the speaker wants to start discussing a specific concern.

--questions--

--text--

What does Sophie intend to do by saying I'd like to bring up a coding issue?

--answers--

She wants to start discussing a coding problem


She is asking for a break from the meeting

--feedback--

Bring up means to start discussing an issue, not to request a break.


She is offering a solution to a problem

--feedback--

Sophie is introducing an issue for discussion, not offering a solution.


She is complimenting Bob on his coding skills

--feedback--

Bring up refers to introducing a topic for discussion, not giving compliments.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.58,
      "finishTimestamp": 7.58
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Good morning, Bob. I'd like to bring up a coding issue.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}