Back to Freecodecamp

Task 120

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

latest2.2 KB
Original Source
<!-- (Audio) Jessica: Just to clarify, the core features are working fine, but there are a few glitches we're ironing out. Does that help? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica trying to explain?

--answers--

That the app is not ready and needs to be completely rebuilt.

--feedback--

Jessica says the core features are working fine, which means the app is mostly functional.


That the main functions are working, but small problems are being fixed.


That there are too many bugs to continue development.

--feedback--

She mentions only a few glitches, not a serious problem that would stop development.


That the launch has been officially delayed.

--feedback--

Jessica doesn't mention anything about the launch being delayed.

--video-solution--

2

--explanation--

Jessica says, the core features are working fine, which means the main parts of the app are functioning.

She adds, there are a few glitches we're ironing out, meaning they are fixing small issues.

So, she's explaining that things are mostly working and being improved, not delayed or rebuilt.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.84,
      "finishTimestamp": 41.8
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "Just to clarify, the core features are working fine, but there are a few glitches we're ironing out.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 6.34,
      "finishTime": 6.96,
      "dialogue": {
        "text": "Does that help?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}