Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4c0089f19c7068b1cde29.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Wouldn't that make a difference? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Maria partially agree with Bob while expressing concern that this solution is not the best?

--answers--

Yes, that would definitely work.

--audio-id--

EN70723dc4

--feedback--

Maria would be expressing full agreement with this sentence, which is not the case.


It might, but it's not ideal.

--audio-id--

EN4c3e0c32

--video-solution--

2

--explanation--

Answers to questions with auxiliary or modal verbs do not always need to use the same verb. For example:

  • Question: Should we leave early?

  • Answer: We could, but I'm not sure if it's necessary. - The response uses could instead of repeating should.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 33.68,
      "finishTimestamp": 34.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.08,
      "dialogue": {
        "text": "Wouldn't that make a difference?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.58
    }
  ]
}