Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6851424c43f1de4a666aee6a.md

latest1.8 KB
Original Source
<!-- (Audio) Anna: Thanks, Bob. I'll look out for that and we can discuss it further if there are any tweaks needed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna mean?

--answers--

She plans to send the final layout to Bob.

--feedback--

Anna is waiting to receive something from Bob, not sending it.


She wants to cancel the current plan.

--feedback--

She doesn't mention canceling — she's open to reviewing and adjusting.


She doesn't think the plan needs any more discussion.

--feedback--

Actually, she says they can discuss it further if needed.


She will review the update and talk more if changes are needed.

--video-solution--

4

--explanation--

Anna says she'll look out for that, meaning she's expecting Bob to send her something.

She also says they can discuss it further if there are any tweaks needed — this shows she's open to reviewing the plan and talking more if adjustments are required.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 80.98,
      "finishTimestamp": 85.08
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Thanks, Bob. I'll look out for that, and we can discuss it further if there are any tweaks needed.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}