Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/66200544eb8080a7cffe98cd.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: She's a colleague with long wavy brown hair and bright brown eyes. -->

--description--

A colleague is a person you work with at your job. You and your colleagues might do similar work and help each other. If you are a teacher, for instance, other teachers at your school are your colleagues.

--questions--

--text--

What relationship does Tom have with Lisa?

--answers--

She's his girlfriend

--feedback--

There's nothing indicating that in the dialogue.


He doesn't know her

--feedback--

He offers a description of Lisa to Alice, so he probably knows her.


They are friends

--feedback--

That's a possibility, but Tom does not indicate that by what he's saying.


They are workmates

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.52,
      "finishTimestamp": 10.6
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "She's a colleague with long wavy brown hair and bright brown eyes.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}