Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677f90f45518530670ca5114.md

latest1.5 KB
Original Source
<!-- (audio) Sarah: Hey Mark, have you noticed that some computers aren't booting properly? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Mark noticed some issues. Which option is the best response to Sarah's question?

--answers--

Yes, I have.

--audio-id--

EN34e64821


I haven't checked yet.

--audio-id--

EN2d36224c

--feedback--

This is a possible response but doesn't acknowledge whether the issue has been noticed, which is what Sarah is asking.

--video-solution--

1

--explanation--

The best response is Yes, I have. It directly acknowledges Sarah's concern about the computers not booting properly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.32
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Hey Mark, have you noticed that some computers aren't booting properly?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}