Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f53dfa20d9112a729bf96a.md

latest1.6 KB
Original Source
<!-- (audio) Alice: I was hoping you could help me decide which topics to focus on. Any suggestions? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was hoping you could help me decide which topics to focus on. Any BLANK?

--blanks--

suggestions

--feedback--

This word means ideas or recommendations. Use the plural form.

--explanation--

Any suggestions? is a common way to ask for advice or recommendations. It is often used in discussions to invite ideas. For example:

  • We want to make the app more user-friendly. Any suggestions? - The team is asking for ideas to improve the app.

  • I'm stuck on this bug. Any suggestions? - You're looking for help to fix an error in the code.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 3.75,
      "finishTimestamp": 7.46
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "I was hoping you could help me decide which topics to focus on. Any suggestions?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}