Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a4a4225a07e491ca4f31e.md

latest1.4 KB
Original Source
<!-- (Audio) Sarah: Hi, Bob. I'm not working on any data projects at the moment. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah mean by her answer?

--answers--

She is busy with data projects.

--feedback--

Sarah does not mention being busy.


She is looking for data projects.

--feedback--

Sarah did not say she is looking for projects.


She is not doing any data projects right now.


She never works on data projects.

--feedback--

She does not mention never working on data projects.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 2.74,
      "finishTimestamp": 5.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Hi, Bob. I'm not working on any data projects at the moment.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}