Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66df65053fb97d5311ca1c47.md

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Have any users specifically mentioned these issues in their feedback? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK specifically mentioned these issues in their feedback?

--blanks--

Have

--feedback--

The auxiliary verb used to form questions in the Present Perfect. The first letter is capitalized.


any

--feedback--

A word used in questions to ask if there is one or more of something.


users

--feedback--

This word refers to the people who provided the feedback.

--explanation--

Any is often used in questions to ask about one or more people, things, or amounts without being specific. It means that you are not sure if there are one or more, or even none at all. For example:

  • Do you have any suggestions? - The speaker is asking if there are one or more suggestions.

  • Have you seen any updates recently? - The speaker is asking if there have been one or more updates.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 30.54,
      "finishTimestamp": 34.22
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.68,
      "dialogue": {
        "text": "Have any users specifically mentioned these issues in their feedback?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.18
    }
  ]
}