Back to Freecodecamp

Task 70

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What exactly did Bob want to know?

--answers--

If users are sending feedback saying they are happy with the new update.

--feedback--

Think about whether Bob's question is about feedback on the issues.


If users have suggested new features.

--feedback--

Consider if Bob is asking about suggestions or direct mentions of issues.


If users have directly mentioned the issues in their feedback.


If users have used the feedback form to talk about the issues.

--feedback--

Bob's question is not about a feedback form.

--video-solution--

3

--explanation--

When you ask if something was mentioned specifically, you want to know if it was mentioned directly, without any doubt or generalization. For example:

  • She asked specifically about the new project. - She asked directly about the project, not in general.

  • The report specifically mentions the changes we need to make. - The report talks directly about the changes.

In Bob's question, Have any users specifically mentioned these issues in their feedback?, he wants to know if the users have directly talked about the issues, not just mentioned them in general terms.

--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
    }
  ]
}