Back to Freecodecamp

Task 139

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68246d77d67cec394935e9b2.md

latest1.9 KB
Original Source
<!-- (Audio) Jessica: That sounds good. Lastly, can the new version handle more users than the old one? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What final question does Jessica ask about the new version?

--answers--

If it can support more users than the old version.


If it includes a new help center.

--feedback--

Jessica does not mention anything about a help center or support tools.


If it works better on tablets.

--feedback--

She doesn't talk about devices or screen types.


If it takes longer to update.

--feedback--

Jessica is asking about how many users it can handle, not about update time.

--video-solution--

1

--explanation--

Jessica brings up a final question by saying Lastly, showing she's wrapping up the discussion.

By saying handle more users than the old one, she wants to know if the updated version can manage more users compared to the previous one.

Her focus is on whether the new version performs well under more user activity. Not on design, features, or speed of updates.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 71.98,
      "finishTimestamp": 76.34
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.36,
      "dialogue": {
        "text": "That sounds good. Lastly, can the new version handle more users than the old one?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}