Back to Freecodecamp

Dialogue 2: New Hobbies

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b3136477b8ac802088c97.md

latest4.8 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
        "character": "Sophie",
        "startTime": 1.0,
        "finishTime": 4.5,
        "dialogue": {
        "text": "Hey, Tom. I saw you taking lots of pics with your cell phone outside the building.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 4.7,
        "finishTime": 5.7,
        "dialogue": {
        "text": "Are you into photography?",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 5.9,
        "finishTime": 6.9,
        "dialogue": {
        "text": "Yes, I love it.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 7.1,
        "finishTime": 8.6,
        "dialogue": {
        "text": "But I'm only practicing.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 8.8,
        "finishTime": 10.8,
        "dialogue": {
        "text": "How about you? Do you have any hobbies?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 11.0,
        "finishTime": 12.0,
        "dialogue": {
        "text": "That's cool.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 12.2,
        "finishTime": 14.2,
        "dialogue": {
        "text": "I like photography, but I don't think of it as a hobby.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 14.4,
        "finishTime": 15.9,
        "dialogue": {
        "text": "I play the guitar in my free time.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 16.1,
        "finishTime": 18.1,
        "dialogue": {
        "text": "Wow! Electric or acoustic?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 18.3,
        "finishTime": 19.9,
        "dialogue": {
        "text": "Electric, for sure.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 20.1,
        "finishTime": 21.7,
        "dialogue": {
        "text": "Back to your hobbies, though.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 21.9,
        "finishTime": 23.9,
        "dialogue": {
        "text": "Do you have any favorite photography themes?",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 24.1,
        "finishTime": 26.7,
        "dialogue": {
        "text": "I like landscapes and street photography, mostly.",
        "align": "right"
        }
    },
    {
        "character": "Tom",
        "startTime": 26.9,
        "finishTime": 30.3,
        "dialogue": {
        "text": "And you? What kind of music do you like to play on your guitar?",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 30.5,
        "finishTime": 32.5,
        "dialogue": {
        "text": "I enjoy classic rock.",
        "align": "left"
        }
    },
    {
        "character": "Sophie",
        "startTime": 32.7,
        "finishTime": 34.2,
        "dialogue": {
        "text": "But any nice tune makes my day.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 34.7,
        "finishTime": 36.7,
        "dialogue": {
        "text": "Cool! I want to hear you play some day.",
        "align": "right"
        }
    },
    {
        "character": "Sophie",
        "startTime": 36.9,
        "finishTime": 39.2,
        "dialogue": {
        "text": "Only if you show me your favorite pics.",
        "align": "left"
        }
    },
    {
        "character": "Tom",
        "startTime": 39.4,
        "finishTime": 40.2,
        "dialogue": {
        "text": "It's a deal.",
        "align": "right"
        }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 40.3
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 40.8
    }
  ]
}