Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b22b3556d52217d9595372.md

latest1.3 KB
Original Source
<!-- (Audio) Bob: Hey, have you met Anna yet? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Bob asking about?

--answers--

If Sophie knows where Anna is

--feedback--

Bob's question is about meeting Anna, not about her location.


If Anna has met Sophie

--feedback--

The question is directed towards Sophie's experience, not Anna's.


If Sophie will meet Anna in the future

--feedback--

Bob's question is about past experiences up to now, not future plans.


If Sophie has met Anna before now

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 1.60
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.60,
      "dialogue": {
        "text": "Hey, have you met Anna yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.10
    }
  ]
}