Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a3d7de6ff63b3983aa930.md

latest2.1 KB
Original Source
<!-- (Audio) Sophie: This way, we can understand the limits better before we launch it fully. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When does Sophie think it's best to understand the problems that can happen?

--answers--

After releasing it to the whole company.

--feedback--

Sophie does not want to understand the limits after launching it to all the users.


While it's already being used by all users.

--feedback--

She does not prefer to catch problems when everyone is already using it.


Before launching it to everyone.


Once the update is final and out.

--feedback--

She does not want to learn the limits after the final release.

--video-solution--

3

--explanation--

Fully means completely or entirely. For example:

  • The app isn't fully ready for launch. – This means the app is not completely finished or prepared yet.

  • She fully explained the process during the meeting. – This means she gave a complete and detailed explanation.

In this context, to launch an app fully means to have it available for all users.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.52,
      "finishTimestamp": 43.78
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "This way, we can understand the limits better",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.06,
      "finishTime": 4.26,
      "dialogue": {
        "text": "before we launch it fully.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}