Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Lisa's team has an idea for the app's name. How could she answer Bob's question?

--answers--

Yes, we are thinking of calling it "CollabReal."

--audio-id--

ENed8e5e31


Yes, the app is almost finished.

--audio-id--

EN204107ed

--feedback--

This answer does not address the question about the potential name of the app.

--video-solution--

1

--explanation--

Potential refers to something that is possible but not certain yet. Bob is asking if the app has a potential name.

The correct answer will be related to what the app could be called, not how far along it is in development.

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