Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a95ab699d0064d16bdf469.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Does your app have a potential name yet? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If the app is ready to be launched.

--feedback--

Bob is not asking when the app will be launched.


If the app has a name already.


If the app has passed testing.

--feedback--

Bob's question is not about the app's testing phase.


If the app will be developed.

--feedback--

Bob is not asking about development status.

--video-solution--

2

--explanation--

Bob uses the word yet, which signals that he is asking if something expected has already happened.

Pay attention to the words potential name and yet in Bob's question, as these indicate that he is asking about the status of the app's name.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 29.2,
      "finishTimestamp": 31.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Does your app have a potential name yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}