| 1 | [ |
| 2 | { |
| 3 | "sceneinformation": { |
| 4 | "who": [ |
| 5 | "Alex", |
| 6 | "Blake" |
| 7 | ], |
| 8 | "where": "Meeting room", |
| 9 | "what": "Blake overhears a rumor at work and discusses it with Alex, leading to an initial misunderstanding." |
| 10 | }, |
| 11 | "dialogues": [ |
| 12 | { |
| 13 | "speaker": "Blake", |
| 14 | "content": "Alex, I overheard something about you getting a promotion. Is it true?", |
| 15 | "actions": [ |
| 16 | { |
| 17 | "character": "Blake", |
| 18 | "state": "standing", |
| 19 | "action": "Standing Talking" |
| 20 | }, |
| 21 | { |
| 22 | "character": "Alex", |
| 23 | "state": "standing", |
| 24 | "action": "Standing Puzzled" |
| 25 | } |
| 26 | ], |
| 27 | "selected shot": "Track Shot" |
| 28 | }, |
| 29 | { |
| 30 | "speaker": "Alex", |
| 31 | "content": "Hmm, that's news to me. Who did you hear that from?", |
| 32 | "actions": [ |
| 33 | { |
| 34 | "character": "Alex", |
| 35 | "state": "standing", |
| 36 | "action": "Standing Talking" |
| 37 | }, |
| 38 | { |
| 39 | "character": "Blake", |
| 40 | "state": "standing", |
| 41 | "action": "Standing Thinking" |
| 42 | } |
| 43 | ], |
| 44 | "selected shot": "Mid Shot" |
| 45 | }, |
| 46 | { |
| 47 | "speaker": "Blake", |
| 48 | "content": "Jordan mentioned it in the break room. He seemed pretty confident, too.", |
| 49 | "actions": [ |
| 50 | { |
| 51 | "character": "Blake", |
| 52 | "state": "standing", |
| 53 | "action": "Standing Talking" |
| 54 | }, |
| 55 | { |
| 56 | "character": "Alex", |
| 57 | "state": "standing", |
| 58 | "action": "Standing Surprised" |
| 59 | } |
| 60 | ], |
| 61 | "selected shot": "Close Shot" |
| 62 | }, |
| 63 | { |
| 64 | "speaker": "Alex", |
| 65 | "content": "Well, I haven't heard anything from Casey or the higher-ups. This might just be a rumor.", |
| 66 | "actions": [ |
| 67 | { |
| 68 | "character": "Alex", |
| 69 | "state": "standing", |
| 70 | "action": "Standing Talking" |
| 71 | }, |
| 72 | { |
| 73 | "character": "Blake", |
| 74 | "state": "standing", |
| 75 | "action": "Standing Agree" |
| 76 | } |
| 77 | ], |
| 78 | "selected shot": "Mid Shot" |
| 79 | } |
| 80 | ], |
| 81 | "initial position": [ |
| 82 | { |
| 83 | "character": "Alex", |
| 84 | "position": "Position 1" |
| 85 | }, |
| 86 | { |
| 87 | "character": "Blake", |
| 88 | "position": "Position 4" |
| 89 | } |
| 90 | ] |
| 91 | }, |
| 92 | { |
| 93 | "sceneinformation": { |
| 94 | "who": [ |
| 95 | "Casey", |
| 96 | "Jordan" |
| 97 | ], |
| 98 | "where": "Relaxing Room", |
| 99 | "what": "Casey clarifies the office gossip with Jordan and underscores the importance of verified information." |
| 100 | }, |
| 101 | "dialogues": [ |
| 102 | { |
| 103 | "speaker": "Casey", |
| 104 | "content": "Jordan, I heard from Blake that you spread a rumor about Alex's promotion. What's going on?", |
| 105 | "actions": [ |
| 106 | { |
| 107 | "character": "Casey", |
| 108 | "state": "standing", |
| 109 | "action": "Standing Talking" |
| 110 | }, |
| 111 | { |
| 112 | "character": "Jordan", |
| 113 | "state": "standing", |
| 114 | "action": "Standing Puzzled" |
| 115 | } |
| 116 | ], |
| 117 | "selected shot": "Track Shot" |
| 118 | }, |
| 119 | { |
| 120 | "speaker": "Jordan", |
| 121 | "content": "Oh, Casey! I didn't mean to spread a rumor. I just heard it from a friend in a casual conversation.", |
| 122 | "actions": [ |
| 123 | { |
| 124 | "character": "Jordan", |
| 125 | "state": "standing", |
| 126 | "action": "Standing Defending" |
| 127 | }, |
| 128 | { |
| 129 | "character": "Casey", |
| 130 | "state": "standing", |
| 131 | "action": "Standing Thinking" |
| 132 | } |
| 133 | ], |
| 134 | "selected shot": "Mid Shot" |
| 135 | }, |
| 136 | { |
| 137 | "speaker": "Casey", |
| 138 | "content": "It's vital to verify information before sharing it, especially in a workplace. Misunderstandings can cause unnecessary tension.", |
| 139 | "actions": [ |
| 140 | { |
| 141 | "character": "Casey", |
| 142 | "state": "standing", |
| 143 | "action": "Standing Talking" |
| 144 | }, |
| 145 | { |
| 146 | "character": "Jordan", |
| 147 | "state": "standing", |
| 148 | "action": "Standing Agree" |
| 149 | } |
| 150 | ], |
| 151 | "selected shot": "Close Shot" |
| 152 | }, |
| 153 | { |
| 154 | "speaker": "Jordan", |
| 155 | "content": "I understand, Casey. I'll be more careful next time.", |
| 156 | "actions": [ |
| 157 | { |
| 158 | "character": "Jordan", |
| 159 | "state": "standing", |
| 160 | "action": "Standing Agree" |
| 161 | }, |
| 162 | { |
| 163 | "character": "Casey", |
| 164 | "state": "standing", |
| 165 | "action": "Standing Agree" |
| 166 | } |
| 167 | ], |
| 168 | "selected shot": "Mid Shot" |
| 169 | } |
| 170 | ], |
| 171 | "initial position": [ |
| 172 | { |
| 173 | "character": "Casey", |
| 174 | "position": "Position 5" |
| 175 | }, |
| 176 | { |
| 177 | "character": "Jordan", |
| 178 | "position": "Position 3" |
| 179 | } |
| 180 | ] |
| 181 | }, |
| 182 | { |
| 183 | "sceneinformation": { |
| 184 | "who": [ |
| 185 | "Alex", |
| 186 | "Blake", |
| 187 | "Jordan" |
| 188 | ], |
| 189 | "where": "Billiard room", |
| 190 | "what": "Alex, Blake, and Jordan come to an understanding, turning the initial misunderstanding into a learning experience for all." |
| 191 | }, |
| 192 | "dialogues": [ |
| 193 | { |
| 194 | "speaker": "Alex", |
| 195 | "content": "Jordan, I heard Casey spoke to you. Thanks for clearing things up.", |
| 196 | "actions": [ |
| 197 | { |
| 198 | "character": "Alex", |
| 199 | "state": "standing", |
| 200 | "action": "Standing Talking" |
| 201 | }, |
| 202 | { |
| 203 | "character": "Jordan", |
| 204 | "state": "standing", |
| 205 | "action": "Standing Agree" |
| 206 | } |
| 207 | ], |
| 208 | "selected shot": "Track Shot" |
| 209 | }, |
| 210 | { |
| 211 | "speaker": "Jordan", |
| 212 | "content": "No problem, Alex. I should have been more cautious. Sorry for the confusion.", |
| 213 | "actions": [ |
| 214 | { |
| 215 | "character": "Jordan", |
| 216 | "state": "standing", |
| 217 | "action": "Standing Apologetic" |
| 218 | }, |
| 219 | { |
| 220 | "character": "Blake", |
| 221 | "state": "standing", |
| 222 | "action": "Standing Happy" |
| 223 | } |
| 224 | ], |
| 225 | "selected shot": "Mid Shot" |
| 226 | }, |
| 227 | { |
| 228 | "speaker": "Blake", |
| 229 | "content": "Hey, all's well that ends well. Let's use this as a lesson to be more mindful moving forward.", |
| 230 | "actions": [ |
| 231 | { |
| 232 | "character": "Blake", |
| 233 | "state": "standing", |
| 234 | "action": "Standing Talking" |
| 235 | }, |
| 236 | { |
| 237 | "character": "Alex", |
| 238 | "state": "standing", |
| 239 | "action": "Standing Agree" |
| 240 | } |
| 241 | ], |
| 242 | "selected shot": "Close Shot" |
| 243 | }, |
| 244 | { |
| 245 | "speaker": "Alex", |
| 246 | "content": "Agreed. Thanks, everyone. Let's move forward with a clear mind.", |
| 247 | "actions": [ |
| 248 | { |
| 249 | "character": "Alex", |
| 250 | "state": "standing", |
| 251 | "action": "Standing Happy" |
| 252 | }, |
| 253 | { |
| 254 | "character": "Jordan", |
| 255 | "state": "standing", |
| 256 | "action": "Standing Happy" |
| 257 | } |
| 258 | ], |
| 259 | "selected shot": "Mid Shot" |
| 260 | } |
| 261 | ], |
| 262 | "initial position": [ |
| 263 | { |
| 264 | "character": "Alex", |
| 265 | "position": "Position 1" |
| 266 | }, |
| 267 | { |
| 268 | "character": "Blake", |
| 269 | "position": "Position 2" |
| 270 | }, |
| 271 | { |
| 272 | "character": "Jordan", |
| 273 | "position": "Position 3" |
| 274 | } |
| 275 | ] |
| 276 | } |
| 277 | ] |