Back to Freecodecamp

Task 58

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Well, I'm not currently working on any major data analysis projects either. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What can you deduce about Sarah from Bob's statement?

--answers--

Sarah is busy with several data projects.

--feedback--

Bob's use of either suggests a similarity with Sarah's situation.


Sarah is looking for new data projects.

--feedback--

Bob's statement indicates a different situation about Sarah's work.


Sarah is not working on any major projects.


Sarah is taking a break from all work.

--feedback--

Bob's statement doesn't suggest Sarah is taking a complete break from work.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 29.38,
      "finishTimestamp": 33.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.10,
      "dialogue": {
        "text": "Well, I'm not currently working on any major data analysis projects either.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.60
    }
  ]
}