Back to Freecodecamp

Dialogue 3: What If...

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6784c41edae95d51056f51d4.md

latest4.1 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": "Lisa",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Tom",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_7-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Lisa",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Tom",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Lisa",
     "startTime": 1,
     "finishTime": 5.08,
     "dialogue": {
       "text": "Hey Tom, have you ever thought about what would happen if TechCorp went out of business?",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 5.86,
     "finishTime": 8.4,
     "dialogue": {
       "text": "If TechCorp went out of business, it would be a big shock.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 8.76,
     "finishTime": 11.08,
     "dialogue": {
       "text": "They work with so many companies. Why do you ask?",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 11.62,
     "finishTime": 13.46,
     "dialogue": {
       "text": "I read they might be having money problems.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 13.72,
     "finishTime": 16.5,
     "dialogue": {
       "text": "If they closed, it would affect a lot of tech companies, wouldn't it?",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 16.94,
     "finishTime": 20.68,
     "dialogue": {
       "text": "Yes, it would. If they shut down, a lot of people would lose their jobs",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 20.68,
     "finishTime": 23.5,
     "dialogue": {
       "text": "and their current projects would stop, wouldn't they?",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 23.86,
     "finishTime": 27.56,
     "dialogue": {
       "text": "That's right. If that happened, a lot of smaller companies would be in trouble too.",
       "align": "left"
     }
   },
   {
     "character": "Lisa",
     "startTime": 27.96,
     "finishTime": 29.86,
     "dialogue": {
       "text": "TechCorp helps fund some of their projects.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 29.86,
     "finishTime": 33.42,
     "dialogue": {
       "text": "True. If that money goes away, those companies might not survive.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "startTime": 33.68,
     "finishTime": 35.26,
     "dialogue": {
       "text": "It would be a big change for everyone.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 35.88,
     "finishTime": 37.6,
     "dialogue": {
       "text": "Do you think they can fix their money problems?",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 38.22,
     "finishTime": 43.02,
     "dialogue": {
       "text": "Maybe, but it's hard to know. If they get new investors, it might help, but it doesn't look likely.",
       "align": "right"
     }
   },
   {
     "character": "Lisa",
     "startTime": 43.6,
     "finishTime": 46.28,
     "dialogue": {
       "text": "I hope they do. If they go out of business, it would change everything.",
       "align": "left"
     }
   },
   {
     "character": "Tom",
     "startTime": 46.72,
     "finishTime": 49.5,
     "dialogue": {
       "text": "It definitely would. Let's watch the news and see what happens.",
       "align": "right"
     }
   },
   {
     "character": "Tom",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 50
   },
   {
     "character": "Lisa",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 50.5
   }
 ]
}