Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67bf2835613d420c5b878a31.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Do you have any ideas on how to solve this? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking?

--answers--

He is asking if Anna agrees with him.

--feedback--

Bob does not ask for agreement.


He is asking about the budget for the stipend.

--feedback--

Bob does not mention anything about the budget.


He is asking who made the decision.

--feedback--

Bob is not asking about a person.


He is asking for ideas to solve the issue.

--video-solution--

4

--explanation--

Do you have any ideas? is a way to ask for suggestions or solutions. For example:

  • Person 1: We need to improve the user experience on the website.

  • Person 2: Do you have any ideas on how we can make it better? - This person is asking for suggestions on how to improve the user experience.

Bob wants Anna to help find a way to use the stipend.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.1,
      "finishTimestamp": 15.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Do you have any ideas on how to solve this?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}