Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807f0a49a52b5c6502ba704.md

latest1.8 KB
Original Source
<!-- (Audio) James: It should run smoothly, no matter where the user is. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where does James think the app should run without any trouble?

--answers--

Only in specific locations.

--feedback--

James doesn't limit the app's smooth operation to specific places.


On certain devices.

--feedback--

James is focusing on the user's location, not specific devices.


Anywhere the user may be.


Only in the office.

--feedback--

James doesn't mention any restrictions related to location like the office.

--video-solution--

3

--explanation--

No matter means regardless of or despite any conditions. It indicates that the outcome is not affected by various factors. For example:

She always arrives on time, no matter the traffic. – This means she arrives on time, even if there is heavy traffic.

Here, Bob means the app should work smoothly regardless of where the user is located.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.76,
      "finishTimestamp": 8.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "It should run smoothly no matter where the user is.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}