Back to Freecodecamp

Task 25

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Does your app have a potential name yet? Lisa: We're thinking of calling it "CollabReal." -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What name are they considering for the app?

--answers--

CollabPro

--feedback--

Lisa mentioned they are considering a different name.


CollabReal


RealTimeCollab

--feedback--

Lisa mentioned they are considering a different name.


RealCollap

--feedback--

Lisa mentioned they are considering a different name.

--video-solution--

2

--explanation--

Lisa is sharing the name they are considering for their new app. Pay attention to the word right after calling it... to catch the exact name she mentions.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 29.4,
      "finishTimestamp": 34
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Does your app have a potential name yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.5
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 3.5
    },
    {
      "character": "Lisa",
      "startTime": 3.74,
      "finishTime": 5.6,
      "dialogue": {
        "text": "We're thinking of calling it CollabReal.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.1
    }
  ]
}