Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855dc4d0132b76a526d936b.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: Maybe we can allow users to create their own questions? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Linda suggesting?

--answers--

To give users only one question to answer.

--feedback--

Linda doesn't suggest limiting options.


To remove all security questions.

--feedback--

Linda doesn't suggest getting rid of questions.


To let users write their own questions.


To let users skip the question part completely.

--feedback--

Linda doesn't mention skipping the process.

--video-solution--

3

--explanation--

Maybe we can... is a polite and informal way to suggest an idea or possible action. For example:

Maybe we can meet earlier tomorrow. – This suggests an idea without being too direct or forceful, allowing others to respond or add input.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.5,
      "finishTimestamp": 42.0
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Maybe we can allow users to create their own questions?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}