Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67ee5a748ef06984642ae41a.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: Does it happen every time you click, or just sometimes? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa asking about?

--answers--

If the problem happens all the time or only sometimes.


How often the problem happens.

--feedback--

This is similar, but Lisa wants to know if it happens every time or just sometimes.


If the problem happens suddenly or often.

--feedback--

Lisa isn't asking about when the problem happens.


When the problem happens.

--feedback--

Lisa is not asking about the specific time the problem happens.

--video-solution--

1

--explanation--

To find the correct answer, listen to the comparison Lisa is making: every time you click versus just sometimes.

She's not asking when the issue happens, but how often it occurs. This helps her figure out if the problem is consistent or only happens occasionally.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.04,
      "finishTimestamp": 22.66
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Does it happen every time you click or just sometimes?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}