Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6857796456421efc86c7b13c.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Good morning, James. I heard you're setting up your new workstation today. Need help finding anything? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah offering to do?

--answers--

Ask James about his lunch plans.

--feedback--

Sarah doesn't mention anything about lunch.


Help James if he needs to locate something.


Show James how to use a new tool.

--feedback--

She doesn't talk about explaining tools.


Bring James his new workstation.

--feedback--

Sarah doesn't say she will bring anything.

--video-solution--

2

--explanation--

Sarah says Need help finding anything? This is a common way to offer assistance when someone might be looking for something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.44
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "Good morning, James. I heard you're setting up your new workstation today. Need help finding anything?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}