Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-share-feedback/67975b22725c58c73f04776c.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: If the documentation isn't detailed enough, it can cause problems later. What do you think? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How can Jessica tell Bob she's acknowledged Bob's advice?

--answers--

I think focusing solely on testing is best.

--audio-id--

EN0fdf173f

--feedback--

By saying that, she would be telling Bob she disagrees with him.


I understand.

--audio-id--

EN7225ef58

--video-solution--

2

--explanation--

What do you think? is used in this context to invite someone's opinion or feedback about a specific statement or idea. It encourages engagement and collaboration. For example:

I think we should launch the product next month. What do you think? - This invites others to share their perspective on the suggested timeline.

This phrase is often used in conversations to keep discussions open-ended and interactive.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.94,
      "finishTimestamp": 19.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "If the documentation isn't detailed enough, it can cause problems later.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.68,
      "finishTime": 5.66,
      "dialogue": {
        "text": "What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}